HomeSort by relevance Sort by last modified time
    Searched refs:getCacheDir (Results 26 - 50 of 66) sorted by null

12 3

  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
UtilsReceiver.java 60 final File intDir = context.getCacheDir();
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
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);
RSResizeTest.java 81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY,
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 47 mTempFile = new File(getContext().getCacheDir(), "CTS_DUMP");
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
TypefaceCreatePerfTest.java 88 outFile = File.createTempFile("example", "ttf", context.getCacheDir());
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 72 File cacheDir = getInstrumentation().getTargetContext().getCacheDir();
216 mProperties.setProperty("java.io.tmpdir", context.getCacheDir().getAbsolutePath());
  /cts/tests/core/runner-axt/src/com/android/cts/runner/
CtsTestRunListener.java 72 File cacheDir = getInstrumentation().getTargetContext().getCacheDir();
216 mProperties.setProperty("java.io.tmpdir", context.getCacheDir().getAbsolutePath());
  /development/apps/Development/src/com/android/development/
CacheAbuser.java 107 mInternalAbuseTask = new AbuseTask(getCacheDir(), true);
118 mInternalAbuseTask = new AbuseTask(getCacheDir(), false);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextTest.java 77 assertThat(context.getCacheDir().exists()).isTrue();
87 assertThat(context.getCacheDir()).isNotNull();
88 File cacheTest = new File(context.getCacheDir(), "__test__");
  /cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/
AppWidgetTest.java 52 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 152 File file = new File(context.getCacheDir(), FILENAME);
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicViewModel.java 139 final File file = new File(getApplication().getCacheDir(), FILENAME);
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
PdfRendererBasicFragment.java 147 File file = new File(context.getCacheDir(), FILENAME);
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 332 final File normal = new File(context.getCacheDir(), "normal");
333 final File group = new File(context.getCacheDir(), "group");
334 final File tomb = new File(context.getCacheDir(), "tomb");
  /cts/tests/pdf/src/android/graphics/pdf/cts/
Utils.java 74 pdfFile = File.createTempFile("pdf", null, context.getCacheDir());
PdfDocumentTest.java 52 mCacheDir = InstrumentationRegistry.getTargetContext().getCacheDir();
  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsDownloadSessionTest.java 137 mDownloadSession.setTempFileRootDirectory(mContext.getCacheDir());
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 162 mSendFile = new File(getCacheDir(), fileName);
217 mDownloadFile = new File(getCacheDir(), fileName);
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
MmsTest.java 202 final File sendFile = new File(context.getCacheDir(), fileName);
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 154 public File getCacheDir() {
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 217 Environment.getExternalStorageState(getContext().getCacheDir()));
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 110 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 126 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().toString());
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 570 context.getCacheDir().getPath();

Completed in 2350 milliseconds

12 3