Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrManager.java848 File recordedProgramPath = new File(dataUri.getPath()); in removeRecordedData() local
849 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()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java240 File recordedProgramPath = new File(dataUri.getPath()); in isDataUriAccessible() local
241 if (recordedProgramPath.exists()) { in isDataUriAccessible()