Home
last modified time | relevance | path

Searched refs:updatedFile (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java430 File updatedFile = updatableFontMap.get(psName); in findUpdatedFontFile() local
431 if (updatedFile != null) { in findUpdatedFontFile()
432 return updatedFile.getAbsolutePath(); in findUpdatedFontFile()