Home
last modified time | relevance | path

Searched refs:getCacheDir (Results 1 – 9 of 9) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCachingEntityResolver.java52 if (getCacheDir() == null) { in createAndEmptyCacheDir()
55 File cacheDir = new File(getCacheDir()); in createAndEmptyCacheDir()
74 public static String getCacheDir() { in getCacheDir() method in CachingEntityResolver
123 String theCache = getCacheDir(); in resolveEntity()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DTelephonyTestProvider.java84 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile()
87 Log.d(String.format("Looking for file at %s", getContext().getCacheDir() + uri.getPath())); in openFile()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextTest.java77 assertThat(context.getCacheDir().exists()).isTrue(); in getCacheDir_shouldCreateDirectory()
87 assertThat(context.getCacheDir()).isNotNull(); in shouldWriteToCacheDir()
88 File cacheTest = new File(context.getCacheDir(), "__test__"); in shouldWriteToCacheDir()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DMmsFileProvider.java73 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile()
DSmsFacade.java248 mMmsSendFile = new File(mContext.getCacheDir(), fileName); in writeBytesToCacheFile()
250 mContext.getCacheDir().toString())); in writeBytesToCacheFile()
/external/volley/src/main/java/com/android/volley/toolbox/
DVolley.java89 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); in newRequestQueue()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java154 public File getCacheDir() { in getCacheDir() method in MockContext.MockContext2
/external/glide/library/src/main/java/com/bumptech/glide/
DGlide.java123 File cacheDir = context.getCacheDir(); in getPhotoCacheDir()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java1014 result.put("appcache", mService.getCacheDir().getAbsolutePath()); in environment()