Home
last modified time | relevance | path

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

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java156 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues()
175 private static ContentValues createDummyPreviewProgramValues(long channelId) { in createDummyPreviewProgramValues()
235 private static ContentValues createDummyRecordedProgramValues(String inputId, long channelId) { in createDummyRecordedProgramValues()
311 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel()
315 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel()
347 private void verifyNonExistingColumn(Uri channelUri, long channelId) { in verifyNonExistingColumn()
375 long channelId = ContentUris.parseId(rowUri); in testChannelsTable() local
401 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyChannelType() local
438 long channelId = ContentUris.parseId(rowUri); in testChannelsTableForInputId() local
456 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyIdAndPackageName() local
[all …]
DTvViewTest.java233 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
413 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local
DTvInputManagerTest.java161 long channelId = cursor.getLong(0); in tryTuneAllChannels() 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
1276 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenDeferrableNotify() local