Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt260 service: NotificationListenerCheckJobService in getEnabledNotificationListenersAndNotifyIfNeeded()
870 class NotificationListenerCheckJobService : JobService() { class
920 this@NotificationListenerCheckJobService in onStartJob()
973 ComponentName(context, NotificationListenerCheckJobService::class.java) in onReceive()
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt46 import com.android.permissioncontroller.privacysources.NotificationListenerCheckJobService
75 @Mock lateinit var mockNotificationListenerCheckJobService: NotificationListenerCheckJobService