Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt875 @GuardedBy("jobLock") private var addNotificationListenerNotificationIfNeededJob: Job? = null variable in NotificationListenerCheckJobService
890 val job = addNotificationListenerNotificationIfNeededJob in onCreate()
911 if (addNotificationListenerNotificationIfNeededJob != null) { in onStartJob()
915 addNotificationListenerNotificationIfNeededJob = in onStartJob()
938 if (addNotificationListenerNotificationIfNeededJob == null) { in onStopJob()
941 addNotificationListenerNotificationIfNeededJob in onStopJob()
949 synchronized(jobLock) { addNotificationListenerNotificationIfNeededJob = null } in clearJob()