Home | History | Annotate | Download | only in radio

Lines Matching refs:CarNotConnectedException

22 import android.car.CarNotConnectedException;
115 public CarRadioManager(IBinder service, Handler handler) throws CarNotConnectedException {
124 throw new CarNotConnectedException(ex);
132 throws CarNotConnectedException {
145 throw new CarNotConnectedException(ex);
173 public int getPresetCount() throws CarNotConnectedException {
181 public CarRadioPreset getPreset(int presetNumber) throws CarNotConnectedException {
190 throw new CarNotConnectedException(ex);
207 CarNotConnectedException {
211 throw new CarNotConnectedException(ex);