Searched refs:verifyStringColumn (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvContractTest.java | 154 private static void verifyStringColumn(Cursor cursor, ContentValues expectedValues, in verifyStringColumn() method in TvContractTest 197 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_INPUT_ID); in verifyChannel() 198 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_TYPE); in verifyChannel() 199 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_SERVICE_TYPE); in verifyChannel() 206 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_DISPLAY_NUMBER); in verifyChannel() 207 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_DISPLAY_NAME); in verifyChannel() 208 verifyStringColumn(cursor, expectedValues, in verifyChannel() 210 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_DESCRIPTION); in verifyChannel() 211 verifyStringColumn(cursor, expectedValues, TvContract.Channels.COLUMN_VIDEO_FORMAT); in verifyChannel() 254 verifyStringColumn(cursor, expectedValues, TvContract.Programs.COLUMN_TITLE); in verifyProgram() [all …]
|