Home
last modified time | relevance | path

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

/aosp12/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.aidl121 boolean isProviderEnabledForUser(String provider, int userId); in isProviderEnabledForUser() method
H A DLocationManager.java720 public boolean isProviderEnabledForUser( in isProviderEnabledForUser() method in LocationManager
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java1253 public boolean isProviderEnabledForUser(String provider, int userId) { in isProviderEnabledForUser() method in LocationManagerService
1590 public boolean isProviderEnabledForUser(@NonNull String provider, int userId) { in isProviderEnabledForUser() method in LocationManagerService.LocalService