Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerService.java226 private String mDebugCertFilePath = null; field in FontManagerService
290 if (mDebugCertFilePath != null && Build.IS_DEBUGGABLE) { in createUpdatableFontDir()
293 tmp[certs.length] = mDebugCertFilePath; in createUpdatableFontDir()
307 mDebugCertFilePath = debugCertPath; in addDebugCertificate()