Searched refs:isLocationProviderEnabledForUser (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java6539 return isLocationProviderEnabledForUser(cr, provider, UserHandle.myUserId());
6553 public static final boolean isLocationProviderEnabledForUser(ContentResolver cr, String provider, int userId) { method in class:Settings.Secure
6688 boolean gpsEnabled = Settings.Secure.isLocationProviderEnabledForUser(
6690 boolean networkEnabled = Settings.Secure.isLocationProviderEnabledForUser(
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java1032 return Settings.Secure.isLocationProviderEnabledForUser(resolver, provider, mCurrentUserId);

Completed in 490 milliseconds