Searched refs:recordedProgramUri (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvInputServiceTest.java | 1295 public void onTimeShiftPlay(Uri recordedProgramUri) { in onTimeShiftPlay() argument 1297 mRecordedProgramUri = recordedProgramUri; in onTimeShiftPlay() 1411 public void onRecordingStopped(Uri recordedProgramUri) { in onRecordingStopped() argument 1413 mRecordedProgramUri = recordedProgramUri; in onRecordingStopped()
|
D | TvContractTest.java | 1009 private void verifyRecordedProgram(Uri recordedProgramUri, ContentValues expectedValues, in verifyRecordedProgram() argument 1011 try (Cursor cursor = mContentResolver.query(recordedProgramUri, null, null, null, null)) { in verifyRecordedProgram() 1066 Uri recordedProgramUri = TvContract.buildRecordedProgramUri(recordedProgramId); in verifyRecordedProgramsTable() local 1067 verifyRecordedProgram(recordedProgramUri, values, recordedProgramId); in verifyRecordedProgramsTable() 1075 mContentResolver.update(recordedProgramUri, values, null, null); in verifyRecordedProgramsTable() 1076 verifyRecordedProgram(recordedProgramUri, values, recordedProgramId); in verifyRecordedProgramsTable() 1079 mContentResolver.delete(recordedProgramUri, null, null); in verifyRecordedProgramsTable()
|