Searched refs:ILocationManager (Results 1 – 14 of 14) sorted by relevance
51 private ILocationManager mService;61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent()85 mService = ILocationManager.Stub.asInterface(b); in Geocoder()
31 private final ILocationManager mLocationManager;35 public BatchedLocationCallbackTransport(Context context, ILocationManager locationManager) { in BatchedLocationCallbackTransport()
29 private final ILocationManager mLocationManager;35 ILocationManager locationManager) { in GnssNavigationMessageCallbackTransport()
32 private final ILocationManager mLocationManager;36 public GnssMeasurementCallbackTransport(Context context, ILocationManager locationManager) { in GnssMeasurementCallbackTransport()
42 interface ILocationManager interface
77 private final ILocationManager mService;410 public LocationManager(@NonNull Context context, @NonNull ILocationManager service) { in LocationManager()
23 import android.location.ILocationManager;332 private final ILocationManager mMgr = ILocationManager.Stub
21 import android.location.ILocationManager;90 protected final ILocationManager mLocationManager;102 mLocationManager = ILocationManager.Stub.asInterface( in LocationProviderBase()
175 Landroid/location/ILocationManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V176 Landroid/location/ILocationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ILocat…177 Landroid/location/ILocationManager$Stub;->TRANSACTION_getAllProviders:I
32933 …edLocationCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V32935 …id/location/BatchedLocationCallbackTransport;->mLocationManager:Landroid/location/ILocationManager;33000 Landroid/location/Geocoder;->mService:Landroid/location/ILocationManager;33081 …easurementCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V33083 …id/location/GnssMeasurementCallbackTransport;->mLocationManager:Landroid/location/ILocationManager;33100 …ionMessageCallbackTransport;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V33102 …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 …]
2166 android.location.ILocationManager$Stub$Proxy2167 android.location.ILocationManager$Stub2168 android.location.ILocationManager
9175 HSPLandroid/location/ILocationManager$Stub$Proxy;->geocoderIsPresent()Z9176 HSPLandroid/location/ILocationManager$Stub$Proxy;->getProviders(Landroid/location/Criteria;Z)Ljava/…9177 HSPLandroid/location/ILocationManager$Stub$Proxy;->isLocationEnabledForUser(I)Z9178 HSPLandroid/location/ILocationManager$Stub$Proxy;->requestLocationUpdates(Landroid/location/Locatio…9179 HSPLandroid/location/ILocationManager$Stub;-><init>()V9180 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)Z9238 …id/location/LocationManager;-><init>(Landroid/content/Context;Landroid/location/ILocationManager;)V34452 Landroid/location/ILocationManager$Stub$Proxy;[all …]
93 import android.location.ILocationManager;522 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b)); in registerService()
62 import android.location.ILocationManager;144 public class LocationManagerService extends ILocationManager.Stub {