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/
DICarPerUserService.aidl25 ILocationManagerProxy getLocationManagerProxy(); in getLocationManagerProxy() method
/packages/services/Car/service/src/com/android/car/
DCarPerUserServiceImpl.java118 public ILocationManagerProxy getLocationManagerProxy() { in getLocationManagerProxy() method in CarPerUserServiceImpl.CarPerUserServiceBinder
DCarLocationService.java189 mILocationManagerProxy = carPerUserService.getLocationManagerProxy();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java122 when(mMockICarPerUserService.getLocationManagerProxy()) in setUp()