Searched refs:isLocationEnabledForUser (Results 1 – 10 of 10) sorted by relevance
102 boolean isLocationEnabledForUser(int userId); in isLocationEnabledForUser() method
1267 return isLocationEnabledForUser(Process.myUserHandle()); in isLocationEnabled()1279 public boolean isLocationEnabledForUser(@NonNull UserHandle userHandle) { in isLocationEnabledForUser() method in LocationManager1281 return mService.isLocationEnabledForUser(userHandle.getIdentifier()); in isLocationEnabledForUser()
131 return locationManager.isLocationEnabledForUser( in isLocationEnabled()
298 return locationManager.isLocationEnabledForUser(UserHandle.of(userId)); in isLocationModeEnabled()
439 return mLocationManager.isLocationEnabledForUser(UserHandle.of( in isLocationModeEnabled()
1209 when(mLocationManager.isLocationEnabledForUser(any())).thenReturn(mIsLocationEnabled);
3209 return isLocationEnabledForUser(mCurrentUserId); in isLocationEnabled()3213 public boolean isLocationEnabledForUser(int userId) { in isLocationEnabledForUser() method in LocationManagerService
984 .isLocationEnabledForUser(UserHandle.CURRENT); in updateEnabled()
3395 method public boolean isLocationEnabledForUser(@NonNull android.os.UserHandle);
1311 HSPLcom/android/server/LocationManagerService;->isLocationEnabledForUser(I)Z