Searched refs:isLocationProviderEnabledForUser (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 92 milliseconds