Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DBaseNotificationListenerCheckTest.java189 notificationManager.getEnabledNotificationListeners(); in disallowPreexistingNotificationListeners()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt277 val enabledComponents: List<ComponentName> = getEnabledNotificationListeners() in getEnabledNotificationListenersAndNotifyIfNeededLocked()
312 private fun getEnabledNotificationListeners(): List<ComponentName> { in getEnabledNotificationListeners() method
691 val enabledComponents = getEnabledNotificationListeners() in sendIssuesToSafetyCenter()