Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java697 final String codeCacheDir; in fullBackupFile() local
722 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
756 || filePath.startsWith(codeCacheDir) in fullBackupFile()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6701 final File codeCacheDir = deviceContext.getCodeCacheDir(); in setupGraphicsSupport() local
6703 if (codeCacheDir != null && deviceCacheDir != null) { in setupGraphicsSupport()
6709 RenderScriptCacheDir.setupDiskCache(codeCacheDir); in setupGraphicsSupport()