Searched refs:mAddLocationNotificationIfNeededTask (Results 1 – 1 of 1) sorted by relevance
442 service.mAddLocationNotificationIfNeededTask = null; in addLocationNotificationIfNeeded()1159 private @Nullable AddLocationNotificationIfNeededTask mAddLocationNotificationIfNeededTask; field in LocationAccessCheck.LocationAccessCheckJobService1166 AddLocationNotificationIfNeededTask task = mAddLocationNotificationIfNeededTask; in onCreate()1182 if (mAddLocationNotificationIfNeededTask != null) { in onStartJob()1187 mAddLocationNotificationIfNeededTask = in onStartJob()1190 mAddLocationNotificationIfNeededTask.execute(params, this); in onStartJob()1206 if (mAddLocationNotificationIfNeededTask == null) { in onStopJob()1209 task = mAddLocationNotificationIfNeededTask; in onStopJob()