Home
last modified time | relevance | path

Searched refs:notificationListenerCheck (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt80 private lateinit var notificationListenerCheck: NotificationListenerCheckInternal variable in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerCheckInternalTest
103 notificationListenerCheck = runWithShellPermissionIdentity { in setup()
125 notificationListenerCheck.getEnabledNotificationListenersAndNotifyIfNeeded( in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()
141 notificationListenerCheck.getEnabledNotificationListenersAndNotifyIfNeeded( in getEnabledNotificationListenersAndNotifyIfNeeded_finishJob()
157 notificationListenerCheck.getEnabledNotificationListenersAndNotifyIfNeeded( in getEnabledNotificationListenersAndNotifyIfNeeded_sendsDataToSafetyCenter()
182 notificationListenerCheck.markComponentAsNotified(it) in removeDisabledComponentsFromNotifiedComponents()
196 notificationListenerCheck.removeDisabledComponentsFromNotifiedComponents( in removeDisabledComponentsFromNotifiedComponents()
217 notificationListenerCheck.markComponentAsNotified(testComponent) in markAsNotified()
231 notificationListenerCheck.markComponentAsNotified(testComponent) in markAsNotified_notifySecondComponent()
243 notificationListenerCheck.markComponentAsNotified(testComponent2) in markAsNotified_notifySecondComponent()
[all …]
DNotificationListenerPrivacySourceTest.kt75 private lateinit var notificationListenerCheck: NotificationListenerCheckInternal variable in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerPrivacySourceTest
177 notificationListenerCheck = runWithShellPermissionIdentity { in setup()
305 notificationListenerCheck.createSafetySourceIssue(it, 0) in createExpectedSafetyCenterData()