Searched refs:TEMP_JOB_FOLDER (Results 1 – 2 of 2) sorted by relevance
48 static final String TEMP_JOB_FOLDER = "jobs"; field in Backend219 FileUtils.deleteAll(new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER)); in jobCallback()
127 File tempFolder = new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER); in doInBackground()