Home
last modified time | relevance | path

Searched refs:GetCurrentLocationTransport (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
DLocationManager.java1032 GetCurrentLocationTransport transport = new GetCurrentLocationTransport(executor, consumer, in getCurrentLocation()
3221 private static class GetCurrentLocationTransport extends ILocationCallback.Stub implements class in LocationManager
3227 GetCurrentLocationTransport(Executor executor, Consumer<Location> consumer, in GetCurrentLocationTransport() method in LocationManager.GetCurrentLocationTransport
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java334 protected static final class GetCurrentLocationTransport implements LocationTransport { class in LocationProviderManager
338 GetCurrentLocationTransport(ILocationCallback callback) { in GetCurrentLocationTransport() method in LocationProviderManager.GetCurrentLocationTransport
1976 new GetCurrentLocationTransport(callback),