Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerPregrantsTest.kt26 import com.android.permissioncontroller.privacysources.NotificationListenerPregrants
43 private lateinit var notificationListenerPregrants: NotificationListenerPregrants
56 notificationListenerPregrants = NotificationListenerPregrants(context) in setup()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerPregrants.kt24 class NotificationListenerPregrants(private val context: Context) { class
DNotificationListenerCheck.kt341 exemptedPackages.addAll(NotificationListenerPregrants(context).pregrantedPackages) in getExemptedPackages()