Home
last modified time | relevance | path

Searched refs:getIgnoreSettingsAllowlist (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSettingsHelper.java166 public abstract PackageTagsList getIgnoreSettingsAllowlist(); in getIgnoreSettingsAllowlist() method in SettingsHelper
H A DSystemSettingsHelper.java256 public PackageTagsList getIgnoreSettingsAllowlist() { in getIgnoreSettingsAllowlist() method in SystemSettingsHelper
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java214 public PackageTagsList getIgnoreSettingsAllowlist() { in getIgnoreSettingsAllowlist() method in FakeSettingsHelper
/aosp14/frameworks/base/location/java/android/location/
H A DILocationManager.aidl148 PackageTagsList getIgnoreSettingsAllowlist(); in getIgnoreSettingsAllowlist() method
H A DLocationManager.java513 public @NonNull PackageTagsList getIgnoreSettingsAllowlist() { in getIgnoreSettingsAllowlist() method in LocationManager
515 return mService.getIgnoreSettingsAllowlist(); in getIgnoreSettingsAllowlist()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java738 public PackageTagsList getIgnoreSettingsAllowlist() { in getIgnoreSettingsAllowlist() method in LocationManagerService
739 return mInjector.getSettingsHelper().getIgnoreSettingsAllowlist(); in getIgnoreSettingsAllowlist()
1627 builder.add(mInjector.getSettingsHelper().getIgnoreSettingsAllowlist()); in refreshAppOpsRestrictions()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java653 if (!mSettingsHelper.getIgnoreSettingsAllowlist().contains( in calculateProviderLocationRequest()
1750 if (!mSettingsHelper.getIgnoreSettingsAllowlist().contains(
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1818 method @NonNull public android.os.PackageTagsList getIgnoreSettingsAllowlist();