Home
last modified time | relevance | path

Searched refs:downloadPath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java387 final File downloadPath = new File(getFilesDir(), FILE_PROVIDER_DOWNLOAD_PATH); in maybeDeleteDirectlyOpenFile() local
389 deleteRecursively(downloadPath); in maybeDeleteDirectlyOpenFile()
1138 final File downloadPath = new File(getFilesDir(), FILE_PROVIDER_DOWNLOAD_PATH); in startDirectlyOpenDownload() local
1139 downloadPath.mkdirs(); in startDirectlyOpenDownload()
1140 final File file = new File(downloadPath.getPath(), filename); in startDirectlyOpenDownload()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java881 final File downloadPath = new File(getInstrumentation().getContext().getFilesDir(), in testDirectlyOpen_onCreateDeleteFile() local
884 assertNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()
890 assertNotNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()
894 assertNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()