HomeSort by relevance Sort by last modified time
    Searched refs:getCacheDir (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSAllocationTest.java 32 assertTrue(typedTest(this.getContext().getCacheDir().toString()));
37 assertTrue(test1DCopy(this.getContext().getCacheDir().toString()));
42 assertTrue(testSetElementAt(this.getContext().getCacheDir().toString()));
RSInitTest.java 37 assertTrue(initTest(this.getContext().getCacheDir().toString()));
RSBlurTest.java 55 blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true);
84 blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, false);
RSColorMatrixTest.java 67 colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 0);
97 colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 1);
132 colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 2);
163 colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 3);
194 colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 4);
RSConvolveTest.java 66 convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, true);
123 convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, false);
RSLUTTest.java 59 lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc);
RS3DLUTTest.java 70 lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativeByteAlloc);
RSBlendTest.java 111 blendTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, byteAlloc2, iter);
  /cts/tests/webgl/src/android/webgl/cts/
WebGLConformanceSuite.java 35 + activity.getCacheDir().getPath());
37 ZipUtil.unzipToPath(suite, activity.getCacheDir());
39 ZipUtil.streamToPath(harness, activity.getCacheDir(), "harness.html");
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/
TempDirectory.java 31 sTempDirectory = context.getCacheDir();
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/
AndroidTestCase.java 31 public File getCacheDir() {
  /packages/apps/Mms/src/com/android/mms/util/
CacheManager.java 52 : context.getCacheDir();
85 : context.getCacheDir();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextTest.java 32 deleteDir(context.getCacheDir());
46 deleteDir(context.getCacheDir());
93 assertTrue(context.getCacheDir().exists());
103 assertNotNull(context.getCacheDir());
104 File cacheTest = new File(context.getCacheDir(), "__test__");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoderTests.java 64 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());
107 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsFileProvider.java 76 File file = new File(getContext().getCacheDir(), uri.getPath());
  /external/chromium_org/base/android/java/src/org/chromium/base/
PathUtils.java 58 return appContext.getCacheDir().getPath();
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
ApplicationData.java 74 String cacheDir = targetContext.getCacheDir().getAbsolutePath();
  /frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.java 51 nativeMono(this.getCacheDir().toString(),
  /frameworks/volley/src/com/android/volley/toolbox/
Volley.java 43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR);
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 93 File state = new File(mContext.getCacheDir(), STATE_FILE);
161 File stateFile = new File(mContext.getCacheDir(), STATE_FILE);
230 File stateJournal = new File(mContext.getCacheDir(),
235 File stateFile = new File(mContext.getCacheDir(),
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java 59 cacheDir = mContext.getCacheDir();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 100 return new File(context.getCacheDir(), DUMP_FILE_DIRECTORY_NAME);
150 if (child.equals(context.getCacheDir())) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptC.java 105 String cachePath = rs.getApplicationContext().getCacheDir().toString();
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 44 mTempFile = new File(getContext().getCacheDir(), "CTS_DUMP");
  /cts/tests/webgl/src/android/webgl/
WebGLActivity.java 54 mWebGlHarnessUrl = "file://" + getCacheDir() + "/harness.html";

Completed in 482 milliseconds

1 2 3 4 5 6