Searched refs:isLocationEnabledForUser (Results 1 – 16 of 16) 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()
212 return LocationManager.isLocationEnabledForUser(UserHandle.of( in isLocationModeEnabled()
131 return locationManager.isLocationEnabledForUser( in isLocationEnabled()
313 return locationManager.isLocationEnabledForUser(UserHandle.of(userId)); in isLocationModeEnabled()
153 when(mLocationManager.isLocationEnabledForUser(any())).thenReturn(mIsLocationEnabled); in setupMockInterface()
440 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
1019 .isLocationEnabledForUser(UserHandle.CURRENT); in updateEnabled()
6845 when(mLocationManager.isLocationEnabledForUser(any())).thenReturn(locationToggle); in setupLocationPermissions()
3649 method public boolean isLocationEnabledForUser(@NonNull android.os.UserHandle);
9177 HSPLandroid/location/ILocationManager$Stub$Proxy;->isLocationEnabledForUser(I)Z9242 HSPLandroid/location/LocationManager;->isLocationEnabledForUser(Landroid/os/UserHandle;)Z
33425 Landroid/location/ILocationManager$Stub$Proxy;->isLocationEnabledForUser(I)Z33518 Landroid/location/ILocationManager;->isLocationEnabledForUser(I)Z
1311 HSPLcom/android/server/LocationManagerService;->isLocationEnabledForUser(I)Z