Searched refs:CarLocationService (Results 1 – 3 of 3) sorted by relevance
70 public class CarLocationService extends BroadcastReceiver implements CarServiceBase, class72 private static final String TAG = CarLog.tagFor(CarLocationService.class);236 public CarLocationService(Context context) { in CarLocationService() method in CarLocationService281 CarLocationService.this); in init()
153 private final CarLocationService mCarLocationService;384 mCarLocationService = constructWithTrace(t, CarLocationService.class, in ICarImpl()385 () -> new CarLocationService(mContext), allServices); in ICarImpl()
88 private CarLocationService mCarLocationService;130 mCarLocationService = new CarLocationService(mMockContext) { in setUp()