Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DIPerUserCarService.aidl25 ILocationManagerProxy getLocationManagerProxy(); in getLocationManagerProxy() method
/aosp12/packages/services/Car/service/src/com/android/car/
H A DPerUserCarService.java137 public ILocationManagerProxy getLocationManagerProxy() { in getLocationManagerProxy() method in PerUserCarService.PerUserCarServiceBinder
H A DCarLocationService.java116 mILocationManagerProxy = perUserCarService.getLocationManagerProxy();
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarLocationServiceTest.java129 when(mMockIPerUserCarService.getLocationManagerProxy()) in setUp()