Searched refs:CarRadioService (Results 1 – 2 of 2) sorted by relevance
36 public class CarRadioService extends ICarRadio.Stub class48 public CarRadioService(Context context, RadioHalService radioHal) { in CarRadioService() method in CarRadioService54 private String TAG = CarRadioService.TAG + ".RadioDeathRecipient";71 CarRadioService.this.unregisterListenerLocked(mListenerBinder); in binderDied()
65 private final CarRadioService mCarRadioService;109 mCarRadioService = new CarRadioService(serviceContext, mHal.getRadioHal()); in ICarImpl()