Searched refs:DOWNLOAD_STARTED_FLAG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java37 protected static String DOWNLOAD_STARTED_FLAG = "DMTEST_DOWNLOAD_STARTED"; field in class:DownloadManagerTestApp
101 return path + File.separatorChar + DOWNLOAD_STARTED_FLAG;
127 mContext.deleteFile(DOWNLOAD_STARTED_FLAG);
128 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0);
172 FileInputStream inFile = mContext.openFileInput(DOWNLOAD_STARTED_FLAG);
183 mContext.deleteFile(DOWNLOAD_STARTED_FLAG);

Completed in 71 milliseconds