Searched refs:addNotificationListenerNotificationIfNeededJob (Results 1 – 1 of 1) sorted by relevance
875 @GuardedBy("jobLock") private var addNotificationListenerNotificationIfNeededJob: Job? = null variable in NotificationListenerCheckJobService890 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()