Home
last modified time | relevance | path

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

/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/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DModelFileManagerTest.java59 rootTestDir = ApplicationProvider.getApplicationContext().getCacheDir(); in setup()
/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()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1849 return File.createTempFile(prefix, null, context.getCacheDir()); in createTempFile()