Searched defs:channelId (Results 1 – 11 of 11) sorted by relevance
171 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues()190 private static ContentValues createDummyPreviewProgramValues(long channelId) { in createDummyPreviewProgramValues()250 private static ContentValues createDummyRecordedProgramValues(String inputId, long channelId) { in createDummyRecordedProgramValues()326 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel()330 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel()362 private void verifyNonExistingColumn(Uri channelUri, long channelId) { in verifyNonExistingColumn()390 long channelId = ContentUris.parseId(rowUri); in testChannelsTable() local416 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyChannelType() local453 long channelId = ContentUris.parseId(rowUri); in testChannelsTableForInputId() local471 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyIdAndPackageName() local[all …]
249 long channelId = cursor.getLong(0); in tryTuneAllChannels() local429 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local
178 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
36 StringQuery<E> channelId(); in channelId() method
49 public StringQuery<E> channelId() { in channelId() method in NotificationQueryHelper
104 String channelId = "notifications"; in createNotification() local
27 String channelId = "default"; in onStartCommand() local
38 enum class NotificationPreset(val id: Int, val channelId: String) { constant in com.android.test.notificationprovider.RichNotificationActivity.NotificationPreset
334 String channelId = getTestId(); in issueTestNotification() local
996 final String channelId = noisy ? NOTIFICATION_CHANNEL_ID_NOISY : NOTIFICATION_CHANNEL_ID; in sendNotifications() local1036 final String channelId = NOTIFICATION_CHANNEL_ID; in sendEventAlarmReminderNotifications() local1075 final String channelId = NOTIFICATION_CHANNEL_ID; in sendAlarmOtherMediaNotifications() local
1216 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferredExistingNotification() local1248 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenImmediateNotify() local1278 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenDeferrableNotify() local