Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java208 private String mDebugCertFilePath = null; field in FontManagerService
242 if (mDebugCertFilePath != null && Build.IS_DEBUGGABLE) { in createUpdatableFontDir()
245 tmp[certs.length] = mDebugCertFilePath; in createUpdatableFontDir()
259 mDebugCertFilePath = debugCertPath; in addDebugCertificate()