Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt182 notificationListenerCheck.markComponentAsNotified(it) in removeDisabledComponentsFromNotifiedComponents()
217 notificationListenerCheck.markComponentAsNotified(testComponent) in markAsNotified()
231 notificationListenerCheck.markComponentAsNotified(testComponent) in markAsNotified_notifySecondComponent()
243 notificationListenerCheck.markComponentAsNotified(testComponent2) in markAsNotified_notifySecondComponent()
261 notificationListenerCheck.markComponentAsNotified(testComponent) in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified()
277 notificationListenerCheck.markComponentAsNotified(testComponent2) in markAsNotified_notifySecondComponent_ensureFirstComponentNotModified()
295 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents()
328 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents_multipleNlsPerPackage()
376 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents_componentName()
409 testComponents.forEach { notificationListenerCheck.markComponentAsNotified(it) } in removeFromNotifiedComponents_componentName_multipleNlsPerPackage()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt367 suspend fun markComponentAsNotified(component: ComponentName) { in markComponentAsNotified() method
489 markComponentAsNotified(componentToNotifyFor) in postSystemNotificationIfNeeded()
1005 NotificationListenerCheckInternal(context, null).markComponentAsNotified(componentName) in onReceive()
1110 markComponentAsNotified(componentName) in onReceive()