Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarLocationService.java102 private ILocationManagerProxy mILocationManagerProxy; field in CarLocationService
116 mILocationManagerProxy = perUserCarService.getLocationManagerProxy();
134 mILocationManagerProxy = null;
142 mILocationManagerProxy = null;
266 if (mILocationManagerProxy == null) { in onReceive()
273 boolean locationEnabled = mILocationManagerProxy.isLocationEnabled(); in onReceive()
300 if (mILocationManagerProxy == null) { in storeLocation()
305 location = mILocationManagerProxy.getLastKnownLocation( in storeLocation()
464 if (mILocationManagerProxy == null) { in injectLocation()
468 success = mILocationManagerProxy.injectLocation(location); in injectLocation()