HomeSort by relevance Sort by last modified time
    Searched refs:CarNotConnectedException (Results 1 - 25 of 59) sorted by null

1 2 3

  /packages/services/Car/car-support-lib/src/android/support/car/media/
CarAudioRecord.java 19 import android.support.car.CarNotConnectedException;
29 public abstract int getBufferSize() throws CarNotConnectedException;
34 public abstract void startRecording() throws CarNotConnectedException;
48 public abstract int getRecordingState() throws CarNotConnectedException;
51 public abstract int getState() throws CarNotConnectedException;
54 public abstract int getAudioSessionId() throws CarNotConnectedException;
66 throws IllegalStateException, CarNotConnectedException;
CarAudioManagerEmbedded.java 23 import android.support.car.CarNotConnectedException;
49 throws CarNotConnectedException {
52 } catch (android.car.CarNotConnectedException e) {
53 throw new CarNotConnectedException(e);
61 int flags) throws CarNotConnectedException, IllegalArgumentException {
64 } catch (android.car.CarNotConnectedException e) {
65 throw new CarNotConnectedException(e);
72 int durationHint) throws CarNotConnectedException, IllegalArgumentException {
76 } catch (android.car.CarNotConnectedException e) {
77 throw new CarNotConnectedException(e)
    [all...]
CarAudioManager.java 26 import android.support.car.CarNotConnectedException;
96 throws CarNotConnectedException;
122 int durationHint) throws CarNotConnectedException, IllegalArgumentException;
130 int flags) throws CarNotConnectedException, IllegalArgumentException;
142 public abstract AudioFormat getAudioRecordAudioFormat() throws CarNotConnectedException;
144 public abstract boolean isAudioRecordSupported() throws CarNotConnectedException;
152 throws CarNotConnectedException;
160 throws CarNotConnectedException;
177 throws SecurityException, CarNotConnectedException;
185 public abstract boolean isMediaMuted() throws CarNotConnectedException;
    [all...]
CarAudioRecordEmbedded.java 21 import android.support.car.CarNotConnectedException;
47 public int getBufferSize() throws CarNotConnectedException {
52 public void startRecording() throws CarNotConnectedException {
67 public int getRecordingState() throws CarNotConnectedException {
72 public int getState() throws CarNotConnectedException {
77 public int getAudioSessionId() throws CarNotConnectedException {
83 throws CarNotConnectedException, IllegalStateException {
  /packages/services/Car/car-lib/src/android/car/
CarNotConnectedException.java 23 public class CarNotConnectedException extends Exception {
26 public CarNotConnectedException() {
29 public CarNotConnectedException(String name) {
33 public CarNotConnectedException(String name, Throwable cause) {
37 public CarNotConnectedException(Exception cause) {
CarInfoManager.java 101 public @android.annotation.Nullable String getManufacturer() throws CarNotConnectedException {
111 public @Nullable String getModel() throws CarNotConnectedException {
119 public @Nullable String getModelYear() throws CarNotConnectedException {
128 public String getVehicleId() throws CarNotConnectedException {
137 * @throws CarNotConnectedException
141 public @Nullable String getProductConfiguration() throws CarNotConnectedException {
147 throw new CarNotConnectedException(e);
158 * @throws CarNotConnectedException
160 private synchronized Bundle getBasicInfo() throws CarNotConnectedException {
169 throw new CarNotConnectedException(e)
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/
CarNotConnectedException.java 25 public class CarNotConnectedException extends Exception {
28 public CarNotConnectedException() {
31 public CarNotConnectedException(String name) {
35 public CarNotConnectedException(String name, Throwable cause) {
39 public CarNotConnectedException(Exception cause) {
CarInfoManagerEmbedded.java 31 public String getManufacturer() throws CarNotConnectedException {
34 } catch (android.car.CarNotConnectedException e) {
35 throw new CarNotConnectedException(e);
40 public String getModel() throws CarNotConnectedException {
43 } catch (android.car.CarNotConnectedException e) {
44 throw new CarNotConnectedException(e);
49 public String getModelYear() throws CarNotConnectedException {
52 } catch (android.car.CarNotConnectedException e) {
53 throw new CarNotConnectedException(e);
58 public String getVehicleId() throws CarNotConnectedException {
    [all...]
CarInfoManager.java 52 public abstract @Nullable String getManufacturer() throws CarNotConnectedException;
60 public abstract @Nullable String getModel() throws CarNotConnectedException;
66 public abstract @Nullable String getModelYear() throws CarNotConnectedException;
73 public abstract @Nullable String getVehicleId() throws CarNotConnectedException;
79 public abstract @Nullable String getHeadunitManufacturer() throws CarNotConnectedException;
85 public abstract @Nullable String getHeadunitModel() throws CarNotConnectedException;
91 public abstract @Nullable String getHeadunitSoftwareBuild() throws CarNotConnectedException;
97 public abstract @Nullable String getHeadunitSoftwareVersion() throws CarNotConnectedException;
103 public abstract @DriverSide int getDriverPosition() throws CarNotConnectedException;
CarServiceLoader.java 43 public abstract int getCarConnectionType() throws CarNotConnectedException;
50 * @throws CarNotConnectedException if the connection to the car service has been lost.
52 public abstract Object getCarManager(String serviceName) throws CarNotConnectedException;
74 * while this callback is running, so {@link CarNotConnectedException}s may still be
CarAppFocusManagerEmbedded.java 44 throws CarNotConnectedException {
58 } catch (android.car.CarNotConnectedException e) {
59 throw new CarNotConnectedException(e);
89 throws CarNotConnectedException {
99 } catch (android.car.CarNotConnectedException e) {
100 throw new CarNotConnectedException(e);
106 throws IllegalStateException, SecurityException, CarNotConnectedException {
120 } catch (android.car.CarNotConnectedException e) {
121 throw new CarNotConnectedException(e);
  /packages/services/Car/car-support-lib/src/android/support/car/content/pm/
CarPackageManager.java 20 import android.support.car.CarNotConnectedException;
32 throws CarNotConnectedException;
38 throws CarNotConnectedException;
CarPackageManagerEmbedded.java 19 import android.support.car.CarNotConnectedException;
39 throws CarNotConnectedException {
42 } catch (android.car.CarNotConnectedException e) {
43 throw new CarNotConnectedException(e);
49 throws CarNotConnectedException {
52 } catch (android.car.CarNotConnectedException e) {
53 throw new CarNotConnectedException(e);
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationStatusManagerEmbedded.java 19 import android.support.car.CarNotConnectedException;
34 * @throws CarNotConnectedException if the connection to the car service has been lost.
37 public void sendNavigationStatus(int status) throws CarNotConnectedException {
40 } catch (android.car.CarNotConnectedException e) {
41 throw new CarNotConnectedException(e);
47 int turnNumber, int turnSide) throws CarNotConnectedException {
53 int turnNumber, Bitmap image, int turnSide) throws CarNotConnectedException {
57 } catch (android.car.CarNotConnectedException e) {
58 throw new CarNotConnectedException(e);
64 int displayDistanceMillis, int displayDistanceUnit) throws CarNotConnectedException {
    [all...]
CarNavigationStatusManager.java 21 import android.support.car.CarNotConnectedException;
194 * @throws CarNotConnectedException if the connection to the car service has been lost.
196 public abstract void sendNavigationStatus(@Status int status) throws CarNotConnectedException;
218 * @throws CarNotConnectedException if the connection to the car service has been lost.
221 int turnAngle, int turnNumber, @TurnSide int turnSide) throws CarNotConnectedException;
237 throws CarNotConnectedException;
249 * @throws CarNotConnectedException if the connection to the car service has been lost.
252 int displayDistanceMillis, int displayDistanceUnit) throws CarNotConnectedException;
257 * @throws CarNotConnectedException if the connection to the car service has been lost.
260 throws CarNotConnectedException;
    [all...]
  /cts/tests/tests/car/src/android/car/cts/
ExceptionsTest.java 18 import android.car.CarNotConnectedException;
31 CarNotConnectedException exception = new CarNotConnectedException();
35 exception = new CarNotConnectedException(MESSAGE);
39 exception = new CarNotConnectedException(MESSAGE, CAUSE);
43 exception = new CarNotConnectedException(CAUSE);
  /packages/services/Car/car-lib/src/android/car/media/
CarAudioManager.java 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 {
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManagerEmbedded.java 21 import android.support.car.CarNotConnectedException;
46 public int[] getSupportedSensors() throws CarNotConnectedException {
56 } catch (android.car.CarNotConnectedException e) {
57 throw new CarNotConnectedException(e);
73 public boolean isSensorSupported(int sensorType) throws CarNotConnectedException {
77 } catch (android.car.CarNotConnectedException e) {
78 throw new CarNotConnectedException(e);
82 private boolean isSensorProxied(int sensorType) throws CarNotConnectedException {
86 } catch (android.car.CarNotConnectedException e) {
87 throw new CarNotConnectedException(e)
    [all...]
CarSensorManager.java 24 import android.support.car.CarNotConnectedException;
199 * @throws CarNotConnectedException if the connection to the car service has been lost.
201 public abstract int[] getSupportedSensors() throws CarNotConnectedException;
207 * @throws CarNotConnectedException if the connection to the car service has been lost.
210 throws CarNotConnectedException;
228 * @throws CarNotConnectedException if the connection to the car service has been lost.
236 throws CarNotConnectedException, IllegalArgumentException;
258 * @throws CarNotConnectedException if the connection to the car service has been lost.
261 throws CarNotConnectedException;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/car/
CarVolumeDialogController.java 20 import android.car.CarNotConnectedException;
49 } catch (CarNotConnectedException e) {
74 } catch (CarNotConnectedException e) {
88 } catch (CarNotConnectedException e) {
103 } catch (CarNotConnectedException e) {
118 } catch (CarNotConnectedException e) {
132 } catch (CarNotConnectedException e) {
  /packages/services/Car/car-lib/src/android/car/hardware/
CarVendorExtensionManager.java 22 import android.car.CarNotConnectedException;
79 throws CarNotConnectedException {
121 public List<CarPropertyConfig> getProperties() throws CarNotConnectedException {
133 * @throws CarNotConnectedException if the connection to the car service has been lost.
136 throws CarNotConnectedException {
150 * @throws CarNotConnectedException if the connection to the car service has been lost.
153 throws CarNotConnectedException {
167 * @throws CarNotConnectedException if the connection to the car service has been lost.
170 throws CarNotConnectedException {
186 * @throws CarNotConnectedException if the connection to the car service has been lost
    [all...]
CarDiagnosticManager.java 23 import android.car.CarNotConnectedException;
113 * @throws CarNotConnectedException
117 throws CarNotConnectedException, IllegalArgumentException {
172 } catch (CarNotConnectedException e) {
180 throws CarNotConnectedException {
186 throw new CarNotConnectedException();
196 * @throws CarNotConnectedException
198 public CarDiagnosticEvent getLatestLiveFrame() throws CarNotConnectedException {
204 throw new CarNotConnectedException();
212 * @throws CarNotConnectedException
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioManager.java 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)
    [all...]
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarPackageManager.java 23 import android.car.CarNotConnectedException;
109 @SetPolicyFlags int flags) throws CarNotConnectedException, SecurityException,
141 throws CarNotConnectedException {
159 throws CarNotConnectedException {
177 throws CarNotConnectedException {
  /packages/services/Car/car-lib/src/android/car/hardware/property/
CarPropertyManagerBase.java 23 import android.car.CarNotConnectedException;
103 throws CarNotConnectedException {
122 throw new CarNotConnectedException(ex);
157 public List<CarPropertyConfig> getPropertyList() throws CarNotConnectedException {
162 throw new CarNotConnectedException(e);
172 public boolean getBooleanProperty(int prop, int area) throws CarNotConnectedException {
183 public float getFloatProperty(int prop, int area) throws CarNotConnectedException {
194 public int getIntProperty(int prop, int area) throws CarNotConnectedException {
202 throws CarNotConnectedException {
220 throw new CarNotConnectedException(e)
    [all...]

Completed in 89 milliseconds

1 2 3