Home
last modified time | relevance | path

Searched refs:ILocationManager (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/location/java/android/location/
DGeocoder.java51 private ILocationManager mService;
61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent()
85 mService = ILocationManager.Stub.asInterface(b); in Geocoder()
DBatchedLocationCallbackTransport.java31 private final ILocationManager mLocationManager;
35 public BatchedLocationCallbackTransport(Context context, ILocationManager locationManager) { in BatchedLocationCallbackTransport()
DGnssNavigationMessageCallbackTransport.java29 private final ILocationManager mLocationManager;
35 ILocationManager locationManager) { in GnssNavigationMessageCallbackTransport()
DGnssMeasurementCallbackTransport.java32 private final ILocationManager mLocationManager;
36 public GnssMeasurementCallbackTransport(Context context, ILocationManager locationManager) { in GnssMeasurementCallbackTransport()
DILocationManager.aidl42 interface ILocationManager interface
DLocationManager.java77 private final ILocationManager mService;
410 public LocationManager(@NonNull Context context, @NonNull ILocationManager service) { in LocationManager()
/frameworks/base/core/java/android/os/
DSystemClock.java23 import android.location.ILocationManager;
332 private final ILocationManager mMgr = ILocationManager.Stub
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java21 import android.location.ILocationManager;
90 protected final ILocationManager mLocationManager;
102 mLocationManager = ILocationManager.Stub.asInterface( in LocationProviderBase()
/frameworks/base/config/
Dhiddenapi-greylist.txt175 Landroid/location/ILocationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
176 Landroid/location/ILocationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ILocat…
177 Landroid/location/ILocationManager$Stub;->TRANSACTION_getAllProviders:I
Dhiddenapi-greylist-max-o.txt32933 …edLocationCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V
32935 …id/location/BatchedLocationCallbackTransport;->mLocationManager:Landroid/location/ILocationManager;
33000 Landroid/location/Geocoder;->mService:Landroid/location/ILocationManager;
33081 …easurementCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V
33083 …id/location/GnssMeasurementCallbackTransport;->mLocationManager:Landroid/location/ILocationManager;
33100 …ionMessageCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V
33102 …ation/GnssNavigationMessageCallbackTransport;->mLocationManager:Landroid/location/ILocationManager;
33402 Landroid/location/ILocationManager$Stub$Proxy;->addGnssBatchingCallback(Landroid/location/IBatchedL…
33403 Landroid/location/ILocationManager$Stub$Proxy;->addGnssMeasurementsListener(Landroid/location/IGnss…
33404 Landroid/location/ILocationManager$Stub$Proxy;->addGnssNavigationMessageListener(Landroid/location/…
[all …]
Dpreloaded-classes2166 android.location.ILocationManager$Stub$Proxy
2167 android.location.ILocationManager$Stub
2168 android.location.ILocationManager
Dboot-image-profile.txt9175 HSPLandroid/location/ILocationManager$Stub$Proxy;->geocoderIsPresent()Z
9176 HSPLandroid/location/ILocationManager$Stub$Proxy;->getProviders(Landroid/location/Criteria;Z)Ljava/…
9177 HSPLandroid/location/ILocationManager$Stub$Proxy;->isLocationEnabledForUser(I)Z
9178 HSPLandroid/location/ILocationManager$Stub$Proxy;->requestLocationUpdates(Landroid/location/Locatio…
9179 HSPLandroid/location/ILocationManager$Stub;-><init>()V
9180 HSPLandroid/location/ILocationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ILo…
9181 HPLandroid/location/ILocationManager$Stub;->getDefaultTransactionName(I)Ljava/lang/String;
9182 HSPLandroid/location/ILocationManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
9238 …id/location/LocationManager;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V
34452 Landroid/location/ILocationManager$Stub$Proxy;
[all …]
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java93 import android.location.ILocationManager;
522 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b)); in registerService()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java62 import android.location.ILocationManager;
144 public class LocationManagerService extends ILocationManager.Stub {