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.java218 mListener = mHelper.enableListener(PKG); in testSuspendPackage()
244 mListener = mHelper.enableListener(PKG); in testSuspendedPackageSendNotification()
268 mListener = mHelper.enableListener(PKG); in testResetListenerHints_singleListener()
289 mListener = mHelper.enableListener(PKG); in testResetListenerHints_multiListener()
339 mListener = mHelper.enableListener(PKG); in testChannelDeletion_cancelReason()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1078 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testSuspendPackage()
1344 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testSuspendedPackageSendsNotification()
1396 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testShowBadging_ranking()
1443 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
1719 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping()
1738 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1791 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1855 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_forceGrouping_common()
1919 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_sparseGroups()
1980 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testAutogrouping_sparseGroups_appCancelsRemovedSummary()
[all …]
DSensitiveNotificationRedactionTest.kt379 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in <lambda>()
400 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in <lambda>()
429 mNotificationHelper.enableListener(STUB_PACKAGE_NAME) in <lambda>()
DBaseNotificationManagerTest.java200 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in setUpNotifListener()
DNotificationManagerBubbleTest.java344 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testCanBubble_ranking()
DNotificationManagerZenTest.java209 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in setUp()
767 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testGetSuppressedVisualEffectsOff_ranking()
793 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testGetSuppressedVisualEffects_ranking()
1757 mListener = mNotificationHelper.enableListener(STUB_PACKAGE_NAME); in testRepeatCallers_repeatCallNotIntercepted_contactAfterPhone()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java78 assertNotNull(mHelper.enableListener(PKG)); in setUp()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java156 assertNotNull(mHelper.enableListener(PKG)); in testPostFullScreenIntent_noPermission()
DNotificationAssistantServiceTest.java172 mNotificationListenerService = mHelper.enableListener(PKG); in setUpListeners()
246 mNotificationListenerService = mHelper.enableListener(PKG); in testOnNotificationEnqueued()
/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.java139 mNotificationHelper.enableListener(APP_SELF); in setUp()
DActivityManagerFgsBgStartTest.java2417 notificationHelper.enableListener(STUB_PACKAGE_NAME); in testStartMediaPlaybackFromBg()