Searched refs:NotificationListenerPregrants (Results 1 – 3 of 3) sorted by relevance
26 import com.android.permissioncontroller.privacysources.NotificationListenerPregrants43 private lateinit var notificationListenerPregrants: NotificationListenerPregrants56 notificationListenerPregrants = NotificationListenerPregrants(context) in setup()
24 class NotificationListenerPregrants(private val context: Context) { class
341 exemptedPackages.addAll(NotificationListenerPregrants(context).pregrantedPackages) in getExemptedPackages()