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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/print/
BasePrintTest.java 136 .getTargetContext().getCacheDir().getPath());
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
BasePrintTest.java 99 .getTargetContext().getCacheDir().getPath());
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java 135 getCacheDir());
  /frameworks/rs/
rsContext.h 276 const char * getCacheDir() {
  /packages/apps/Contacts/tests/src/com/android/contacts/preference/
ContactsPreferencesTest.java 51 getInstrumentation().getTargetContext().getCacheDir().getPath());
  /packages/apps/Dialer/java/com/android/dialer/persistentlog/
PersistentLogFileHandler.java 82 logDirectory = new File(new File(context.getCacheDir(), LOG_DIRECTORY), subfolder);
  /packages/apps/Dialer/java/com/android/dialer/util/
DialerUtils.java 219 File parentDir = new File(context.getCacheDir(), FILE_PROVIDER_CACHE_DIR);
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
ReadableArchive.java 188 "}.zip", context.getCacheDir());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
LogoUtilsTest.java 149 File tempFile = File.createTempFile("temp_bitmap", "", getContext().getCacheDir());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
FinalizationControllerTest.java 72 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
EncryptionControllerTest.java 67 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
CopyAccountToUserTaskTest.java 67 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
InstallPackageTaskTest.java 66 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
SetDevicePolicyTaskTest.java 62 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 175 final File cacheDir = context.getCacheDir();
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
SavedWallpaperImages.java 162 File oldSavedImagesFile = new File(context.getCacheDir(),
  /packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
CallLogBackupAgentTest.java 65 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadIdleService.java 189 fromDisk.addAll(listFilesRecursive(getCacheDir(), null, uid));
Helpers.java 502 || containsCanonical(context.getCacheDir(), file)
556 return context.getCacheDir();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 153 System.setProperty("dexmaker.dexcache", getContext().getCacheDir().toString());
DownloadProviderFunctionalTest.java 79 assertStartsWith(getContext().getCacheDir().getAbsolutePath(),
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DexTestRunner.java 343 File optDir = new File(mInstrumentation.getTargetContext().getCacheDir(), DEX_OPT_PATH);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 162 mSendFile = new File(getCacheDir(), fileName);
217 mDownloadFile = new File(getCacheDir(), fileName);
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 329 CACHE_DIR = ceContext.getCacheDir();
337 DEVICE_CACHE_DIR = deContext.getCacheDir();
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 209 Environment.getExternalStorageState(getContext().getCacheDir()));

Completed in 591 milliseconds

1 2 3 45 6 7 8 91011>>