Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java177 private final Object mUpdatableFontDirLock = new Object(); field in FontManagerService
212 synchronized (mUpdatableFontDirLock) { in initialize()
240 synchronized (mUpdatableFontDirLock) { in update()
278 synchronized (mUpdatableFontDirLock) { in getFontFileMap()
307 synchronized (mUpdatableFontDirLock) { in getSystemFontConfig()