Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java442 service.mAddLocationNotificationIfNeededTask = null; in addLocationNotificationIfNeeded()
1159 private @Nullable AddLocationNotificationIfNeededTask mAddLocationNotificationIfNeededTask; field in LocationAccessCheck.LocationAccessCheckJobService
1166 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()