Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java171 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() local
416 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyChannelType() local
453 long channelId = ContentUris.parseId(rowUri); in testChannelsTableForInputId() local
471 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyIdAndPackageName() local
[all …]
DTvViewTest.java249 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
429 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local
DTvInputManagerTest.java178 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DNotificationQuery.java36 StringQuery<E> channelId(); in channelId() method
DNotificationQueryHelper.java49 public StringQuery<E> channelId() { in channelId() method in NotificationQueryHelper
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java104 String channelId = "notifications"; in createNotification() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DFocusLossPreventionService.java27 String channelId = "default"; in onStartCommand() local
/cts/tests/app/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt38 enum class NotificationPreset(val id: Int, val channelId: String) { constant in com.android.test.notificationprovider.RichNotificationActivity.NotificationPreset
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java334 String channelId = getTestId(); in issueTestNotification() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java996 final String channelId = noisy ? NOTIFICATION_CHANNEL_ID_NOISY : NOTIFICATION_CHANNEL_ID; in sendNotifications() local
1036 final String channelId = NOTIFICATION_CHANNEL_ID; in sendEventAlarmReminderNotifications() local
1075 final String channelId = NOTIFICATION_CHANNEL_ID; in sendAlarmOtherMediaNotifications() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java1216 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferredExistingNotification() local
1248 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenImmediateNotify() local
1278 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenDeferrableNotify() local