Searched defs:getCacheDir (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/
H A DAndroidTestCase.java31 public File getCacheDir() { method in class:AndroidTestCase
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
H A DTrickplayStorageManager.java73 public File getCacheDir() { method in class:TrickplayStorageManager
H A DDvrStorageManager.java71 public File getCacheDir() { method in class:DvrStorageManager
156 File file = new File(getCacheDir(), (isAudio ? "audio" : "video") + META_FILE_SUFFIX);
178 File file = new File(getCacheDir(), trackId + IDX_FILE_SUFFIX);
256 File file = new File(getCacheDir(), (isAudio ? "audio" : "video") + META_FILE_SUFFIX);
276 File indexFile = new File(getCacheDir(), trackName + IDX_FILE_SUFFIX);
H A DCacheManager.java191 File getCacheDir(); method in interface:CacheManager.StorageManager
335 File file = new File(mStorageManager.getCacheDir(), getFileName(id, positionUs));
361 mStorageManager.getCacheDir(), getFileName(trackId, positionUs), positionUs,
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java476 Environment.DIRECTORY_DOWNLOADS).getAbsolutePath() : getCacheDir();
493 return getCacheDir() + "/" + Uri.encode(uri.getPathSegments().get(1));
499 private String getCacheDir() { method in class:EmlAttachmentProvider
500 return getContext().getCacheDir().getAbsolutePath().concat("/eml");

Completed in 176 milliseconds