Home
last modified time | relevance | path

Searched defs:isProviderEnabledForUser (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DLocationManagerInternal.java59 public abstract boolean isProviderEnabledForUser(@NonNull String provider, int userId); in isProviderEnabledForUser() method in LocationManagerInternal
H A DILocationManager.aidl124 boolean isProviderEnabledForUser(String provider, int userId); in isProviderEnabledForUser() method
H A DLocationManager.java755 public boolean isProviderEnabledForUser( in isProviderEnabledForUser() method in LocationManager
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java1309 public boolean isProviderEnabledForUser(String provider, int userId) { in isProviderEnabledForUser() method in LocationManagerService
1678 public boolean isProviderEnabledForUser(@NonNull String provider, int userId) { in isProviderEnabledForUser() method in LocationManagerService.LocalService