Searched defs:insertRecordedProgram (Results 1 - 2 of 2) sorted by relevance

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

Completed in 62 milliseconds