Searched refs:recordedProgramPath (Results 1 – 2 of 2) sorted by relevance
848 File recordedProgramPath = new File(dataUri.getPath()); in removeRecordedData() local849 if (!recordedProgramPath.exists()) { in removeRecordedData()850 if (DEBUG) Log.d(TAG, "File to delete not exist: " + recordedProgramPath); in removeRecordedData()852 if (CommonUtils.deleteDirOrFile(recordedProgramPath)) { in removeRecordedData()
240 File recordedProgramPath = new File(dataUri.getPath()); in isDataUriAccessible() local241 if (recordedProgramPath.exists()) { in isDataUriAccessible()