Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarLocationService.java61 public class CarLocationService extends BroadcastReceiver implements CarServiceBase, class
150 public CarLocationService(Context context, CarUserManagerHelper carUserManagerHelper) { in CarLocationService() method in CarLocationService
174 mCarPowerManager.setListenerWithCompletion(CarLocationService.this); in init()
DICarImpl.java84 private final CarLocationService mCarLocationService;
165 mCarLocationService = new CarLocationService(mContext, mUserManagerHelper); in ICarImpl()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java89 private CarLocationService mCarLocationService;
118 mCarLocationService = new CarLocationService(mMockContext, mMockCarUserManagerHelper) { in setUp()