Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java329 File updatedFile = updatableFontMap.get(psName); in findUpdatedFontFile() local
330 if (updatedFile != null) { in findUpdatedFontFile()
331 return updatedFile.getAbsolutePath(); in findUpdatedFontFile()