Searched defs:programUri (Results 1 – 2 of 2) sorted by relevance
324 final Uri programUri = TvContract.buildProgramUri(cursor.getLong(0)); in testPrograms() local
246 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) { in verifyProgram()324 Uri programUri = TvContract.buildProgramUri(programId); in verifyProgramsTable() local