Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java707 final String codeCacheDir; in fullBackupFile() local
732 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
766 || filePath.startsWith(codeCacheDir) in fullBackupFile()
/frameworks/base/core/java/android/app/
DActivityThread.java7140 final File codeCacheDir = deviceContext.getCodeCacheDir(); in setupGraphicsSupport() local
7142 if (codeCacheDir != null && deviceCacheDir != null) { in setupGraphicsSupport()
7148 RenderScriptCacheDir.setupDiskCache(codeCacheDir); in setupGraphicsSupport()