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

/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(
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java1025 return Settings.Secure.isLocationProviderEnabledForUser(resolver, provider, mCurrentUserId);

Completed in 817 milliseconds