Home
last modified time | relevance | path

Searched refs:CarRadioService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarRadioService.java36 public class CarRadioService extends ICarRadio.Stub class
48 public CarRadioService(Context context, RadioHalService radioHal) { in CarRadioService() method in CarRadioService
54 private String TAG = CarRadioService.TAG + ".RadioDeathRecipient";
71 CarRadioService.this.unregisterListenerLocked(mListenerBinder); in binderDied()
DICarImpl.java65 private final CarRadioService mCarRadioService;
109 mCarRadioService = new CarRadioService(serviceContext, mHal.getRadioHal()); in ICarImpl()