Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java369 service.mAddLocationNotificationIfNeededTask = null; in addLocationNotificationIfNeeded()
785 private @Nullable AddLocationNotificationIfNeededTask mAddLocationNotificationIfNeededTask; field in LocationAccessCheck.LocationAccessCheckJobService
792 AddLocationNotificationIfNeededTask task = mAddLocationNotificationIfNeededTask; in onCreate()
809 if (mAddLocationNotificationIfNeededTask != null) { in onStartJob()
813 mAddLocationNotificationIfNeededTask = in onStartJob()
816 mAddLocationNotificationIfNeededTask.execute(params, this); in onStartJob()
833 if (mAddLocationNotificationIfNeededTask == null) { in onStopJob()
836 task = mAddLocationNotificationIfNeededTask; in onStopJob()