Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java206 private final Object mUpdatableFontDirLock = new Object(); field in FontManagerService
263 synchronized (mUpdatableFontDirLock) { in initialize()
287 synchronized (mUpdatableFontDirLock) { in update()
327 synchronized (mUpdatableFontDirLock) { in getFontFileMap()
356 synchronized (mUpdatableFontDirLock) { in getSystemFontConfig()