/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
D | SlicePermissionManagerTest.java | 56 File sliceDir = new File(mContext.getCacheDir(), "testGrantSlices"); in testGrant() 74 File sliceDir = new File(mContext.getCacheDir(), "testBackupSlices"); in testBackup() 118 File sliceDir = new File(mContext.getCacheDir(), "testInvalidSlices"); in testInvalid()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptC.java | 118 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalCreate() 127 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalStringCreate()
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/ |
D | BaseTest.java | 26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath()); in setUp()
|
/frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/ |
D | MainActivity.java | 40 nativeRS(this.getCacheDir().toString()); in onCreate()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsStateTest.java | 125 final File file = new File(getContext().getCacheDir(), "setting.xml"); in testReadWrite() 155 final File file = new File(getContext().getCacheDir(), "setting.xml"); in testUpgrade()
|
/frameworks/base/test-runner/src/android/test/ |
D | RenamingDelegatingContext.java | 235 public File getCacheDir() { in getCacheDir() method in RenamingDelegatingContext 238 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache")); in getCacheDir()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 50 nativeMono(this.getCacheDir().toString(), in onCreate()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
D | LicenseHtmlLoaderCompat.java | 91 return new File(context.getCacheDir(), NOTICE_HTML_FILE_NAME); in getCachedHtmlFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserDataPreparerTest.java | 82 FileUtils.deleteContents(ctx.getCacheDir()); in setup() 86 ctx.getCacheDir()); in setup()
|
D | UserManagerServiceTest.java | 42 restrictionsFile = new File(mContext.getCacheDir(), "restrictions.xml"); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
D | LeakReporterTest.java | 55 mLeakDir = new File(mContext.getCacheDir(), LeakReporter.LEAK_DIR); in setup()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpFileWriter.java | 39 final File tempFile = File.createTempFile("mtp", "tmp", context.getCacheDir()); in MtpFileWriter()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | TypefaceCreatePerfTest.java | 88 outFile = File.createTempFile("example", "ttf", context.getCacheDir()); in testCreate_fromFile()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | TestFontsProvider.java | 129 final File file = new File(getContext().getCacheDir(), "font.ttf"); in createFontFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountsDbTest.java | 82 preNDb = new File(context.getCacheDir(), PREN_DB); in setUp() 83 ceDb = new File(context.getCacheDir(), CE_DB); in setUp() 84 deDb = new File(context.getCacheDir(), DE_DB); in setUp()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | FontFallbackSetup.java | 52 final File cacheDir = new File(targetCtx.getCacheDir(), testSubDir); in FontFallbackSetup()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 396 final String cacheDir = ceContext.getCacheDir().getCanonicalPath(); in onFullBackup() 407 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup() 622 cacheDir = ceContext.getCacheDir().getCanonicalPath(); in fullBackupFile() 632 deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in fullBackupFile()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ImageReaderTest.java | 54 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString()); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 77 File leakDir = new File(mContext.getCacheDir(), LEAK_DIR); in dumpLeak()
|