Searched refs:MATCH_RECORDED_PROGRAM_ID (Results 1 – 3 of 3) sorted by relevance
35 MATCH_RECORDED_PROGRAM, MATCH_RECORDED_PROGRAM_ID, MATCH_WATCHED_PROGRAM_ID})48 public static final int MATCH_RECORDED_PROGRAM_ID = 6; field in TvProviderUriMatcher57 URI_MATCHER.addURI(TvContract.AUTHORITY, "recorded_program/#", MATCH_RECORDED_PROGRAM_ID); in URI_MATCHER.addURI() argument
132 private static final int MATCH_RECORDED_PROGRAM_ID = 10; field in TvProvider163 sUriMatcher.addURI(TvContract.AUTHORITY, "recorded_program/#", MATCH_RECORDED_PROGRAM_ID); in sUriMatcher.addURI() argument1113 case MATCH_RECORDED_PROGRAM_ID: in getType()1358 case MATCH_RECORDED_PROGRAM_ID: in insert()1522 case MATCH_RECORDED_PROGRAM_ID: in delete()1722 case MATCH_RECORDED_PROGRAM_ID: in createSqlParams()1930 case MATCH_RECORDED_PROGRAM_ID: in blockIllegalAccessToIdAndPackageName()
360 } else if (match == TvProviderUriMatcher.MATCH_RECORDED_PROGRAM_ID) { in onRecordedProgramsLoadedFinished()