Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DIPerUserCarService.aidl25 ILocationManagerProxy getLocationManagerProxy(); in getLocationManagerProxy() method
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceImpl.java116 public ILocationManagerProxy getLocationManagerProxy() { in getLocationManagerProxy() method in PerUserCarServiceImpl.PerUserCarServiceBinder
DCarLocationService.java178 mILocationManagerProxy = perUserCarService.getLocationManagerProxy();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java122 when(mMockIPerUserCarService.getLocationManagerProxy()) in setUp()