Home
last modified time | relevance | path

Searched refs:enableListener (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java200 mListener = mHelper.enableListener(PKG); in testSuspendPackage()
222 mListener = mHelper.enableListener(PKG); in testSuspendedPackageSendNotification()
246 mListener = mHelper.enableListener(PKG); in testResetListenerHints_singleListener()
267 mListener = mHelper.enableListener(PKG); in testResetListenerHints_multiListener()
314 mListener = mHelper.enableListener(PKG); in testChannelDeletion_cancelReason()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java934 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testSuspendPackage()
1194 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testSuspendedPackageSendsNotification()
1244 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testShowBadging_ranking()
1289 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
1563 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping()
1580 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1631 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1694 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
1849 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
1975 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testNotificationIcon()
[all …]
DSensitiveNotificationRedactionTest.kt367 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in testListenerWithCdmAssociationGetsUnredacted()
388 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in testListenerWithReceiveSensitiveNotificationsPermissionsGetsUnredacted()
417 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in testListenerWithReceiveSensitiveNotificationsAppOpGetsUnredacted()
DBaseNotificationManagerTest.java200 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in setUpNotifListener()
DNotificationManagerZenTest.java191 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in setUp()
715 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testGetSuppressedVisualEffectsOff_ranking()
741 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testGetSuppressedVisualEffects_ranking()
1748 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
DNotificationManagerBubbleTest.java344 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testCanBubble_ranking()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java70 assertNotNull(mHelper.enableListener(PKG)); in setUp()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java140 assertNotNull(mHelper.enableListener(PKG)); in testPostFullScreenIntent_noPermission()
DNotificationAssistantServiceTest.java135 mNotificationListenerService = mHelper.enableListener(PKG); in testOnNotificationEnqueued()
652 mNotificationListenerService = mHelper.enableListener(PKG); in setUpListeners()
/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java190 public TestNotificationListener enableListener(String pkg) throws IOException { in enableListener() method in NotificationHelper
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt126 val listener = notificationHelper.enableListener(NLS_PACKAGE_NAME) in <lambda>()
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java131 mNotificationHelper.enableListener(APP_SELF); in setUp()
DActivityManagerFgsBgStartTest.java2447 notificationHelper.enableListener(STUB_PACKAGE_NAME); in testStartMediaPlaybackFromBg()