Home
last modified time | relevance | path

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

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java172 private static ContentValues createDummyProgramValues(long channelId) { in createDummyProgramValues()
194 private static ContentValues createDummyPreviewProgramValues(long channelId) { in createDummyPreviewProgramValues()
256 private static ContentValues createDummyRecordedProgramValues(String inputId, long channelId) { in createDummyRecordedProgramValues()
333 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel()
337 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel()
370 private void verifyNonExistingColumn(Uri channelUri, long channelId) { in verifyNonExistingColumn()
398 long channelId = ContentUris.parseId(rowUri); in testChannelsTable() local
424 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyChannelType() local
461 long channelId = ContentUris.parseId(rowUri); in testChannelsTableForInputId() local
479 long channelId = ContentUris.parseId(channelUri); in testChannelsTableForModifyIdAndPackageName() local
[all …]
DTvViewTest.java251 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
431 long channelId = cursor.getLong(0); in testOnUnhandledInputEventListener() local
526 long channelId = cursor.getLong(0); in testGetAudioPresentations() local
DTvInputManagerTest.java279 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DNotificationQuery.java37 StringQuery<E> channelId(); in channelId() method
DNotificationQueryHelper.java84 public StringQuery<E> channelId() { in channelId() method in NotificationQueryHelper
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/
DDeviceTest.java114 String channelId = "cve_2023_21291_channel_id"; in testPocCVE_2023_21291() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java35 String channelId, in createCallStyleNotification()
67 String channelId, in updateNotificationToOngoing()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21244/src/android/security/cts/CVE_2023_21244/
DDeviceTest.java109 final String channelId = "CVE_2023_20913_channel"; in testCVE_2023_21244() local
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl22 void createNotificationChannel(String channelId, String channelName, String channelDescription); in createNotificationChannel()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40120/src/android/security/cts/CVE_2023_40120/
DDeviceTest.java74 String channelId = "cve_2023_40120_channel_id"; in testPocCVE_2023_40120() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-31312/src/android/security/cts/CVE_2024_31312/
DDeviceTest.java77 final String channelId = "cve_2024_31312_channel_id"; in testPocCVE_2024_31312() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DFocusLossPreventionService.java27 String channelId = "default"; in onStartCommand() local
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java108 String channelId = "notifications"; in createNotification() local
/cts/tests/tests/contactkeysprovider/visibleapp/src/android/provider/cts/visibleapp/
DVisibleService.java54 String channelId = "myChannelVS"; in onStartCommand() local
/cts/tests/tests/contactkeysprovider/ownerapp/src/android/provider/cts/invisibleapp/
DInvisibleService.java51 String channelId = "myChannelIS"; in onCreate() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21139.java64 String channelId = "CVE_2023_21139_id"; in testPocCVE_2023_21139() local
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java43 public void createNotificationChannel(String channelId, String channelName, in createNotificationChannel()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0020/src/android/security/cts/CVE-2024-0020/
DDeviceTest.java110 final String channelId = "cve_2024_0020_channel_id"; in testPocCVE_2024_0020() local
/cts/tests/tests/notification/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.java344 String channelId = getTestId(); in issueTestNotification() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioSimImpl.java429 public void iccCloseLogicalChannel(int serial, int channelId) { in iccCloseLogicalChannel()
611 int channelId = 0; in iccOpenLogicalChannel() local
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java2034 private Notification buildNotification(String channelId, int notificationId, in buildNotification()
2043 private Notification buildMediaNotification(String channelId, int notificationId, in buildMediaNotification()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1291 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferredExistingNotification() local
1323 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenImmediateNotify() local
1353 final String channelId = LocalForegroundService.getNotificationChannelId(); in testForegroundService_deferThenDeferrableNotify() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java302 final String channelId = noisy ? NOTIFICATION_CHANNEL_ID_NOISY : NOTIFICATION_CHANNEL_ID; in sendNotifications() local
349 final String channelId = NOTIFICATION_CHANNEL_ID; in sendEventAlarmReminderNotifications() local
392 final String channelId = NOTIFICATION_CHANNEL_ID; in sendAlarmOtherMediaNotifications() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1214 private Notification buildNotification(String channelId, int notificationId, in buildNotification()