HomeSort by relevance Sort by last modified time
    Searched refs:CarRadioService (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/service/src/com/android/car/
CarRadioService.java 36 public class CarRadioService extends ICarRadio.Stub
39 public static String TAG = CarLog.TAG_RADIO + ".CarRadioService";
48 public CarRadioService(Context context, RadioHalService radioHal) {
54 private String TAG = CarRadioService.TAG + ".RadioDeathRecipient";
71 CarRadioService.this.unregisterListenerLocked(mListenerBinder);
ICarImpl.java 63 private final CarRadioService mCarRadioService;
104 mCarRadioService = new CarRadioService(serviceContext, mHal.getRadioHal());

Completed in 1586 milliseconds