HomeSort by relevance Sort by last modified time
    Searched refs:getCacheDir (Results 76 - 100 of 461) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/
PdfRendererBasicFragment.java 152 File file = new File(context.getCacheDir(), FILENAME);
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
PdfRendererBasicFragment.java 147 File file = new File(context.getCacheDir(), FILENAME);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 88 public File getCacheDir() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 53 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DumpTruck.java 68 final File dumpDir = new File(context.getCacheDir(), FILEPROVIDER_PATH);
LeakReporter.java 66 File leakDir = new File(mContext.getCacheDir(), LEAK_DIR);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerServiceTest.java 42 restrictionsFile = new File(mContext.getCacheDir(), "restrictions.xml");
UserDataPreparerTest.java 81 FileUtils.deleteContents(ctx.getCacheDir());
85 ctx.getCacheDir());
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatUtil.java 64 final File file = new File(context.getCacheDir(), prefix + i);
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
ImageProcessingWorker.java 124 getApplicationContext().getCacheDir());
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 74 final File dir = context.getCacheDir();
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountTypeManagerTest.java 64 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().getPath());
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 96 ClipStorage.prepareStorage(getCacheDir()),
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/analytics/
AnalyticsUtilsTest.java 59 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DpcReceivedSuccessReceiverTest.java 60 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
UserProvisioningStateHelperTest.java 60 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
MessageParserTest.java 75 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DisallowAddUserTaskTest.java 59 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
StartManagedProfileTaskTest.java 74 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MediaScratchFileProvider.java 113 return new File(context.getCacheDir(), MEDIA_SCRATCH_SPACE_DIR);
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
IperfClient.java 59 cmdList.add(activity.getCacheDir().getPath());
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
SavedDiscovery.java 54 mCacheFile = new File(printService.getCacheDir(), getClass().getSimpleName() + ".json");
  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 84 final File[] files = getContext().getCacheDir().listFiles();
176 File dir = getContext().getCacheDir();
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 205 final File tempDir = context.getCacheDir();
236 context.getCacheDir());

Completed in 765 milliseconds

1 2 34 5 6 7 8 91011>>