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

1 2 34 5 6 7 8 91011>>

  /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/
LeakReporter.java 66 File leakDir = new File(mContext.getCacheDir(), LEAK_DIR);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementServiceTest.java 55 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /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/java/android/support/v4/graphics/
TypefaceCompatUtil.java 63 final File file = new File(context.getCacheDir(), prefix + i);
  /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 74 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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 117 File baseDirectory = getContext().getCacheDir();
  /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());
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 328 final File normal = new File(context.getCacheDir(), "normal");
329 final File group = new File(context.getCacheDir(), "group");
330 final File tomb = new File(context.getCacheDir(), "tomb");
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountsDbTest.java 68 preNDb = new File(context.getCacheDir(), PREN_DB);
69 ceDb = new File(context.getCacheDir(), CE_DB);
70 deDb = new File(context.getCacheDir(), DE_DB);
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalDiscoverySession.java 261 File file = new File(mPrintService.getCacheDir(), KNOWN_GOOD_FILE);
279 File file = new File(mPrintService.getCacheDir(), KNOWN_GOOD_FILE);
  /cts/tests/pdf/src/android/graphics/pdf/cts/
Utils.java 74 pdfFile = File.createTempFile("pdf", null, context.getCacheDir());
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 277 * <li>The contents of the {@link #getCacheDir()} directory</li>
333 final String cacheDir = ceContext.getCacheDir().getCanonicalPath();
344 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath();
547 cacheDir = ceContext.getCacheDir().getCanonicalPath();
557 deviceCacheDir = deContext.getCacheDir().getCanonicalPath();
    [all...]

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>