Home
last modified time | relevance | path

Searched refs:runNotificationListenerCheck (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DNotificationListenerCheckTest.java91 runNotificationListenerCheck(); in noNotificationIfFeatureDisabled()
101 runNotificationListenerCheck(); in noNotificationIfSafetyCenterDisabled()
109 runNotificationListenerCheck(); in notificationIsShown()
117 runNotificationListenerCheck(); in notificationIsShownOnlyOnce()
120 runNotificationListenerCheck(); in notificationIsShownOnlyOnce()
127 runNotificationListenerCheck(); in notificationIsShownAgainAfterClear()
135 runNotificationListenerCheck(); in notificationIsShownAgainAfterClear()
142 runNotificationListenerCheck(); in notificationIsShownAgainAfterUninstallAndReinstall()
154 runNotificationListenerCheck(); in notificationIsShownAgainAfterUninstallAndReinstall()
162 runNotificationListenerCheck(); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener()
[all …]
DNotificationListenerCheckWithSafetyCenterUnsupportedTest.java72 runNotificationListenerCheck(); in noNotifications_featureEnabled_safetyCenterEnabled()
82 runNotificationListenerCheck(); in noNotifications_featureDisabled_safetyCenterEnabled()
92 runNotificationListenerCheck(); in noNotifications_featureEnabled_safetyCenterDisabled()
103 runNotificationListenerCheck(); in noNotifications_featureDisabled_safetyCenterDisabled()
DBaseNotificationListenerCheckTest.java223 protected static void runNotificationListenerCheck() throws Throwable { in runNotificationListenerCheck() method in BaseNotificationListenerCheckTest
291 runNotificationListenerCheck(); in triggerAndDismissCtsNotificationListenerNotification()