/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvContractTest.java | 172 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 …]
|
D | TvViewTest.java | 251 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
|
D | TvInputManagerTest.java | 279 long channelId = cursor.getLong(0); in tryTuneAllChannels() local
|
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | NotificationQuery.java | 37 StringQuery<E> channelId(); in channelId() method
|
D | NotificationQueryHelper.java | 84 public StringQuery<E> channelId() { in channelId() method in NotificationQueryHelper
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/ |
D | DeviceTest.java | 114 String channelId = "cve_2023_21291_channel_id"; in testPocCVE_2023_21291() local
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | NotificationUtils.java | 35 String channelId, in createCallStyleNotification() 67 String channelId, in updateNotificationToOngoing()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21244/src/android/security/cts/CVE_2023_21244/ |
D | DeviceTest.java | 109 final String channelId = "CVE_2023_20913_channel"; in testCVE_2023_21244() local
|
/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/ |
D | ITestReceiver.aidl | 22 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/ |
D | DeviceTest.java | 74 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/ |
D | DeviceTest.java | 77 final String channelId = "cve_2024_31312_channel_id"; in testPocCVE_2024_31312() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | FocusLossPreventionService.java | 27 String channelId = "default"; in onStartCommand() local
|
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/ |
D | NotificationsTest.java | 108 String channelId = "notifications"; in createNotification() local
|
/cts/tests/tests/contactkeysprovider/visibleapp/src/android/provider/cts/visibleapp/ |
D | VisibleService.java | 54 String channelId = "myChannelVS"; in onStartCommand() local
|
/cts/tests/tests/contactkeysprovider/ownerapp/src/android/provider/cts/invisibleapp/ |
D | InvisibleService.java | 51 String channelId = "myChannelIS"; in onCreate() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_21139.java | 64 String channelId = "CVE_2023_21139_id"; in testPocCVE_2023_21139() local
|
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/ |
D | TestService.java | 43 public void createNotificationChannel(String channelId, String channelName, in createNotificationChannel()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0020/src/android/security/cts/CVE-2024-0020/ |
D | DeviceTest.java | 110 final String channelId = "cve_2024_0020_channel_id"; in testPocCVE_2024_0020() local
|
/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/ |
D | RichNotificationActivity.kt | 38 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/ |
D | LockTaskUiTestActivity.java | 344 String channelId = getTestId(); in issueTestNotification() local
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | IRadioSimImpl.java | 429 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/ |
D | BroadcastResponseStatsTest.java | 2034 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/ |
D | ServiceTest.java | 1291 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/ |
D | NotificationManagerZenTest.java | 302 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/ |
D | UsageStatsTest.java | 1214 private Notification buildNotification(String channelId, int notificationId, in buildNotification()
|