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/
DPerUserCarService.java137 public ILocationManagerProxy getLocationManagerProxy() { in getLocationManagerProxy() method in PerUserCarService.PerUserCarServiceBinder
DCarLocationService.java116 mILocationManagerProxy = perUserCarService.getLocationManagerProxy();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java129 when(mMockIPerUserCarService.getLocationManagerProxy()) in setUp()