Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerRecordingSessionWorker.java494 private Uri insertRecordedProgram(Program program, long channelId, String storageUri, in insertRecordedProgram() method in TunerRecordingSessionWorker
510 Uri uri = insertRecordedProgram(getRecordedProgram(), mChannel.getChannelId(), in onRecordingResult()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java746 return insertRecordedProgram(uri, values); in insert()
825 private Uri insertRecordedProgram(Uri uri, ContentValues values) { in insertRecordedProgram() method in TvProvider