Searched refs:getCacheDir (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/
H A DBaseTest.java26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
/frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/
H A DMainActivity.java40 nativeRS(this.getCacheDir().toString());
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptC.java118 String cachePath = rs.getApplicationContext().getCacheDir().toString();
127 String cachePath = rs.getApplicationContext().getCacheDir().toString();
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java50 nativeMono(this.getCacheDir().toString(),
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlLoader.java88 return new File(mContext.getCacheDir(), NOTICE_HTML_FILE_NAME);
/frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/
H A DNNTestBase.java92 outFileName = mActivity.getCacheDir().getAbsolutePath() + "/" + modelAssetName;
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DTypefaceCreatePerfTest.java84 outFile = File.createTempFile("example", "ttf", context.getCacheDir());
/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestFontsProvider.java129 final File file = new File(getContext().getCacheDir(), "font.ttf");
/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java47 final File cacheDir = new File(targetCtx.getCacheDir(), testSubDir);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpFileWriter.java39 final File tempFile = File.createTempFile("mtp", "tmp", context.getCacheDir());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
H A DLeakReporterTest.java54 mLeakDir = new File(mContext.getCacheDir(), LeakReporter.LEAK_DIR);
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsStateTest.java125 final File file = new File(getContext().getCacheDir(), "setting.xml");
155 final File file = new File(getContext().getCacheDir(), "setting.xml");
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java230 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real
231 * one) and return it instead. This code is basically getCacheDir(), except it uses the real
235 public File getCacheDir() { method in class:RenamingDelegatingContext
238 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache"));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DImageReaderTest.java53 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java68 final File dumpDir = new File(context.getCacheDir(), FILEPROVIDER_PATH);
H A DLeakReporter.java66 File leakDir = new File(mContext.getCacheDir(), LEAK_DIR);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java42 restrictionsFile = new File(mContext.getCacheDir(), "restrictions.xml");
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DTypefaceCompatUtil.java64 final File file = new File(context.getCacheDir(), prefix + i);
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
H A DImageProcessingWorker.java124 getApplicationContext().getCacheDir());

Completed in 449 milliseconds

123