Searched refs:isProvider (Results 1 – 5 of 5) sorted by relevance
87 public abstract boolean isProvider(@Nullable String provider, @NonNull CallerIdentity identity); in isProvider() method in LocationManagerInternal
391 final boolean isProvider = componentInfo instanceof ProviderInfo; in loadTile()392 final Pair<String, String> key = isProvider in loadTile()398 tile = isProvider in loadTile()
342 return mLocationManagerInternal.isProvider(null, identity); in isBackgroundRestrictionExempt()
882 boolean isLocationProvider = mLocalService.isProvider(null, identity); in validateLocationRequest()987 boolean isLocationProvider = mLocalService.isProvider(null, identity); in validateLastLocationRequest()1706 public boolean isProvider(@Nullable String provider, CallerIdentity identity) { in isProvider() method in LocationManagerService.LocalService
655 && !mLocationManagerInternal.isProvider(null, getIdentity())) { in calculateProviderLocationRequest()698 return mLocationManagerInternal.isProvider(null, getIdentity()); in isThrottlingExempt()1752 && !mLocationManagerInternal.isProvider(null, identity)) {