/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() method in TestService.TestReceiver 48 getNotificationManager().createNotificationChannel(channel); in createNotificationChannel()
|
/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() method
|
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/ |
D | Utils.kt | 28 notificationManager.createNotificationChannel(NotificationChannel(NOTIFICATION_CHANNEL_ID, in ensureNotificationChannel()
|
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/ |
D | Utils.kt | 28 notificationManager.createNotificationChannel(NotificationChannel(NOTIFICATION_CHANNEL_ID, in ensureNotificationChannel()
|
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
D | BroadcastResponseStatsTest.java | 268 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_broadcastDispatchedCount() 356 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationPostedCount() 412 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationUpdatedCount() 493 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_notificationCancelledCount() 595 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_multipleEvents() 722 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_clearCounts() 823 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_changeResponseWindowDuration() 915 testReceiver.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_appNotInForeground() 1043 testReceiver1.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_multiplePackages() 1054 testReceiver3.createNotificationChannel(TEST_NOTIFICATION_CHANNEL_ID, in testBroadcastResponseStats_multiplePackages() [all …]
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 539 mNotificationManager.createNotificationChannel(channel); in testCreateChannelGroup() 540 mNotificationManager.createNotificationChannel(ungrouped); in testCreateChannelGroup() 564 mNotificationManager.createNotificationChannel(channel); in testGetChannelGroup() 585 mNotificationManager.createNotificationChannel(channel); in testGetChannelGroups() 613 mNotificationManager.createNotificationChannel(channel); in testDeleteChannelGroup() 634 mNotificationManager.createNotificationChannel(channel); in testCreateChannel() 647 mNotificationManager.createNotificationChannel(channel); in testCreateChannel_rename() 649 mNotificationManager.createNotificationChannel(channel); in testCreateChannel_rename() 655 mNotificationManager.createNotificationChannel(channel); in testCreateChannel_rename() 670 mNotificationManager.createNotificationChannel(channel); in testCreateChannel_addToGroup() [all …]
|
/cts/tests/tests/notification/NotificationApp/src/com/android/test/notificationapp/ |
D | NotificationDelegator.java | 39 nm.createNotificationChannel(new NotificationChannel(CHANNEL, CHANNEL, IMPORTANCE_LOW)); in onResume()
|
D | NotificationDelegateAndPost.java | 40 nm.createNotificationChannel(new NotificationChannel(CHANNEL, CHANNEL, IMPORTANCE_LOW)); in onResume()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/ |
D | ConnectivityForegroundService.java | 39 notificationManager.createNotificationChannel( in onStartCommand()
|
/cts/tests/app/ActivityManagerApi29Test/src/android/app/cts/ |
D | LocationForegroundService.java | 35 getSystemService(NotificationManager.class).createNotificationChannel( in onStartCommand()
|
/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/ |
D | FgsTestCommon.java | 38 .createNotificationChannel( in ensureNotificationChannel()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | TestService.java | 31 getSystemService(NotificationManager.class).createNotificationChannel( in onStartCommand()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/ |
D | PocService.java | 48 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/ |
D | TestService.java | 47 notificationManager.createNotificationChannel(new NotificationChannel( in onStartCommand()
|
/cts/hostsidetests/os/test-apps/InattentiveSleepTestApp/src/android/os/inattentivesleeptests/ |
D | PartialWakeLockService.java | 46 notificationManager.createNotificationChannel(channel); in onCreate()
|
/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/ |
D | TestService.java | 47 nm.createNotificationChannel(channel); in getNotificationChannelId()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | MediaCodecResourceTestLowPriorityService.java | 63 notificationManager.createNotificationChannel(new NotificationChannel( in showNotification()
|
/cts/hostsidetests/systemui/app/src/android/systemui/cts/ |
D | TestNotificationActivity.java | 64 nm.createNotificationChannel(channel); in doShowNotification()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | FocusLossPreventionService.java | 32 notificationManager.createNotificationChannel( in onStartCommand()
|
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
D | NotificationGenerator.java | 52 notificationManager.createNotificationChannel(notificationChannel); in createNotification()
|
/cts/tests/tests/contactkeysprovider/ownerapp/src/android/provider/cts/invisibleapp/ |
D | InvisibleService.java | 56 getSystemService(NotificationManager.class).createNotificationChannel(channel); in onCreate()
|
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/ |
D | SendNotification.java | 58 notificationManager.createNotificationChannel(new NotificationChannel( in sendNotification()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LocalForegroundServiceLocation.java | 50 notificationManager.createNotificationChannel(new NotificationChannel( in onStartCommand()
|
/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/ |
D | RichNotificationActivity.kt | 70 notificationManager.createNotificationChannel(NotificationChannel(preset.channelId, in sendNotification()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | LowPowerStandbyForegroundService.java | 46 notificationManager.createNotificationChannel(notificationChannel); in onStartCommand()
|