Home
last modified time | relevance | path

Searched refs:isProviderEnabledForUser (Results 1 – 16 of 16) 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.java735 return isProviderEnabledForUser(provider, Process.myUserHandle()); in isProviderEnabled()
755 public boolean isProviderEnabledForUser( in isProviderEnabledForUser() method in LocationManager
760 return mService.isProviderEnabledForUser(provider, userHandle.getIdentifier()); in isProviderEnabledForUser()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
H A DGnssNavigationMessageProviderTest.java67 doReturn(true).when(mInternal).isProviderEnabledForUser(eq(LocationManager.GPS_PROVIDER), in setUp()
H A DGnssAntennaInfoProviderTest.java66 doReturn(true).when(mInternal).isProviderEnabledForUser(eq(LocationManager.GPS_PROVIDER), in setUp()
H A DGnssNmeaProviderTest.java77 doReturn(true).when(mInternal).isProviderEnabledForUser(eq(LocationManager.GPS_PROVIDER), in setUp()
H A DGnssStatusProviderTest.java76 doReturn(true).when(mInternal).isProviderEnabledForUser(eq(LocationManager.GPS_PROVIDER), in setUp()
H A DGnssMeasurementsProviderTest.java92 doReturn(true).when(mInternal).isProviderEnabledForUser(eq(LocationManager.GPS_PROVIDER), in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssListenerMultiplexer.java311 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()
316 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()
/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
1310 return mLocalService.isProviderEnabledForUser(provider, userId); in isProviderEnabledForUser()
1678 public boolean isProviderEnabledForUser(@NonNull String provider, int userId) { in isProviderEnabledForUser() method in LocationManagerService.LocalService
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java11783 return lm.isProviderEnabledForUser(provider, cr.getUserId()); in isLocationProviderEnabled()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6617 method public boolean isProviderEnabledForUser(@NonNull String, @NonNull android.os.UserHandle);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt10548 HSPLandroid/location/ILocationManager$Stub$Proxy;->isProviderEnabledForUser(Ljava/lang/String;I)Z
10624 HSPLandroid/location/LocationManager;->isProviderEnabledForUser(Ljava/lang/String;Landroid/os/UserH…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt10551 HSPLandroid/location/ILocationManager$Stub$Proxy;->isProviderEnabledForUser(Ljava/lang/String;I)Z
10627 HSPLandroid/location/LocationManager;->isProviderEnabledForUser(Ljava/lang/String;Landroid/os/UserH…
/aosp14/frameworks/base/services/
H A Dart-profile4732 HSPLcom/android/server/location/LocationManagerService$LocalService;->isProviderEnabledForUser(Ljav…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23297 Landroid/location/ILocationManager$Stub$Proxy;->isProviderEnabledForUser(Ljava/lang/String;I)Z
23390 Landroid/location/ILocationManager;->isProviderEnabledForUser(Ljava/lang/String;I)Z