Home | History | Annotate | Download | only in media

Lines Matching refs:CarNotConnectedException

22 import android.car.CarNotConnectedException;
138 throws CarNotConnectedException {
142 throw new CarNotConnectedException();
158 throws CarNotConnectedException, IllegalArgumentException {
162 throw new CarNotConnectedException();
177 throws CarNotConnectedException, IllegalArgumentException {
181 throw new CarNotConnectedException();
192 public String[] getSupportedExternalSourceTypes() throws CarNotConnectedException {
196 throw new CarNotConnectedException();
207 public String[] getSupportedRadioTypes() throws CarNotConnectedException {
211 throw new CarNotConnectedException();
227 throws CarNotConnectedException, IllegalArgumentException {
253 throws CarNotConnectedException {
258 throw new CarNotConnectedException(e);
271 throws CarNotConnectedException {
276 throw new CarNotConnectedException(e);
289 public int getStreamMaxVolume(int stream) throws CarNotConnectedException {
294 throw new CarNotConnectedException(e);
307 public int getStreamMinVolume(int stream) throws CarNotConnectedException {
312 throw new CarNotConnectedException(e);
328 public int getStreamVolume(int stream) throws CarNotConnectedException {
333 throw new CarNotConnectedException(e);
342 * @throws CarNotConnectedException if the connection to the car service has been lost.
346 public boolean isMediaMuted() throws CarNotConnectedException {
351 throw new CarNotConnectedException(e);
364 * @throws CarNotConnectedException if the connection to the car service has been lost.
368 public boolean setMediaMute(boolean mute) throws CarNotConnectedException {
373 throw new CarNotConnectedException(e);
394 * @throws CarNotConnectedException
398 public @Nullable String[] getParameterKeys() throws CarNotConnectedException {
403 throw new CarNotConnectedException(e);
412 * @throws CarNotConnectedException
416 public void setParameters(String parameters) throws CarNotConnectedException {
421 throw new CarNotConnectedException(e);
431 * @throws CarNotConnectedException
435 public String getParameters(String keys) throws CarNotConnectedException {
440 throw new CarNotConnectedException(e);
448 * @throws CarNotConnectedException
453 throws CarNotConnectedException {
475 throw new CarNotConnectedException(e);