Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerPrivacySourceTest.kt43 import com.android.permissioncontroller.privacysources.NotificationListenerPrivacySource
77 private val privacySource: NotificationListenerPrivacySource =
78 NotificationListenerPrivacySource()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DSafetyCenterReceiver.kt51 sourceMap[SC_NLS_SOURCE_ID] = NotificationListenerPrivacySource() in <lambda>()
DNotificationListenerCheck.kt1165 class NotificationListenerPrivacySource : PrivacySource { class