Home
last modified time | relevance | path

Searched defs:isProvider (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DLocationManagerInternal.java87 public abstract boolean isProvider(@Nullable String provider, @NonNull CallerIdentity identity); in isProvider() method in LocationManagerInternal
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java1706 public boolean isProvider(@Nullable String provider, CallerIdentity identity) { in isProvider() method in LocationManagerService.LocalService