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.java70 public class CarLocationService extends BroadcastReceiver implements CarServiceBase, class
72 private static final String TAG = CarLog.tagFor(CarLocationService.class);
236 public CarLocationService(Context context) { in CarLocationService() method in CarLocationService
281 CarLocationService.this); in init()
DICarImpl.java153 private final CarLocationService mCarLocationService;
384 mCarLocationService = constructWithTrace(t, CarLocationService.class, in ICarImpl()
385 () -> new CarLocationService(mContext), allServices); in ICarImpl()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java88 private CarLocationService mCarLocationService;
130 mCarLocationService = new CarLocationService(mMockContext) { in setUp()