Searched refs:CarNotConnectedException (Results 1 - 25 of 63) sorted by relevance

123

/packages/services/Car/car-support-lib/src/android/support/car/media/
H A DCarAudioRecord.java19 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;
H A DCarAudioManagerEmbedded.java23 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(
[all...]
H A DCarAudioManager.java26 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...]
H A DCarAudioRecordEmbedded.java21 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/
H A DCarNotConnectedException.java23 public class CarNotConnectedException extends Exception { class in inherits:Exception
26 public CarNotConnectedException() { method in class:CarNotConnectedException
29 public CarNotConnectedException(String name) { method in class:CarNotConnectedException
33 public CarNotConnectedException(String name, Throwable cause) { method in class:CarNotConnectedException
37 public CarNotConnectedException(Exception cause) { method in class:CarNotConnectedException
H A DCarInfoManager.java101 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(
[all...]
H A DCarBluetoothManager.java24 import android.car.CarNotConnectedException;
68 @PriorityType int priorityToSet) throws CarNotConnectedException {
73 throw new CarNotConnectedException(e);
86 @PriorityType int priorityToClear) throws CarNotConnectedException {
91 throw new CarNotConnectedException(e);
106 throws CarNotConnectedException {
111 throw new CarNotConnectedException(e);
126 throws CarNotConnectedException {
131 throw new CarNotConnectedException(e);
H A DCarProjectionManager.java73 * @throws CarNotConnectedException if the connection to the car service has been lost.
77 throws CarNotConnectedException {
86 * @throws CarNotConnectedException if the connection to the car service has been lost.
89 throws CarNotConnectedException {
98 throw new CarNotConnectedException(e);
108 * @throws CarNotConnectedException if the connection to the car service has been lost.
117 * @throws CarNotConnectedException if the connection to the car service has been lost.
135 * @throws CarNotConnectedException if the connection to the car service has been lost.
137 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException {
145 throw new CarNotConnectedException(
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarNotConnectedException.java25 public class CarNotConnectedException extends Exception { class in inherits:Exception
28 public CarNotConnectedException() { method in class:CarNotConnectedException
31 public CarNotConnectedException(String name) { method in class:CarNotConnectedException
35 public CarNotConnectedException(String name, Throwable cause) { method in class:CarNotConnectedException
39 public CarNotConnectedException(Exception cause) { method in class:CarNotConnectedException
H A DCarInfoManagerEmbedded.java31 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...]
H A DCarInfoManager.java52 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;
H A DCarServiceLoader.java43 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
H A DCarAppFocusManagerEmbedded.java44 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/navigation/
H A DCarNavigationStatusManagerEmbedded.java20 import android.support.car.CarNotConnectedException;
35 * @throws CarNotConnectedException if the connection to the car service has been lost.
38 public void sendNavigationStatus(int status) throws CarNotConnectedException {
41 } catch (android.car.CarNotConnectedException e) {
42 throw new CarNotConnectedException(e);
48 int turnNumber, int turnSide) throws CarNotConnectedException {
54 int turnNumber, Bitmap image, int turnSide) throws CarNotConnectedException {
58 } catch (android.car.CarNotConnectedException e) {
59 throw new CarNotConnectedException(e);
65 int displayDistanceMillis, int displayDistanceUnit) throws CarNotConnectedException {
[all...]
H A DCarNavigationStatusManager.java22 import android.support.car.CarNotConnectedException;
211 * @throws CarNotConnectedException if the connection to the car service has been lost.
215 public abstract void sendNavigationStatus(@Status int status) throws CarNotConnectedException;
237 * @throws CarNotConnectedException if the connection to the car service has been lost.
242 int turnAngle, int turnNumber, @TurnSide int turnSide) throws CarNotConnectedException;
259 throws CarNotConnectedException;
271 * @throws CarNotConnectedException if the connection to the car service has been lost.
276 int displayDistanceMillis, int displayDistanceUnit) throws CarNotConnectedException;
286 * @throws android.car.CarNotConnectedException if the connection to the car service has been lost.
294 throws CarNotConnectedException;
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/content/pm/
H A DCarPackageManager.java20 import android.support.car.CarNotConnectedException;
32 throws CarNotConnectedException;
38 throws CarNotConnectedException;
H A DCarPackageManagerEmbedded.java19 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-lib/src/android/car/media/
H A DCarAudioManager.java22 import android.car.CarNotConnectedException;
142 throws CarNotConnectedException {
146 throw new CarNotConnectedException();
162 throws CarNotConnectedException, IllegalArgumentException {
166 throw new CarNotConnectedException();
181 throws CarNotConnectedException, IllegalArgumentException {
185 throw new CarNotConnectedException();
196 public String[] getSupportedExternalSourceTypes() throws CarNotConnectedException {
200 throw new CarNotConnectedException();
211 public String[] getSupportedRadioTypes() throws CarNotConnectedException {
[all...]
/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticManager.java26 import android.car.CarNotConnectedException;
136 * @throws CarNotConnectedException
142 throws CarNotConnectedException, IllegalArgumentException {
198 } catch (CarNotConnectedException e) {
206 throws CarNotConnectedException {
212 throw new CarNotConnectedException();
223 * @throws CarNotConnectedException
226 CarDiagnosticEvent getLatestLiveFrame() throws CarNotConnectedException {
232 throw new CarNotConnectedException();
245 * @throws CarNotConnectedException
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorManagerEmbedded.java21 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(
[all...]
H A DCarSensorManager.java24 import android.support.car.CarNotConnectedException;
219 * @throws CarNotConnectedException if the connection to the car service has been lost.
221 public abstract int[] getSupportedSensors() throws CarNotConnectedException;
227 * @throws CarNotConnectedException if the connection to the car service has been lost.
230 throws CarNotConnectedException;
248 * @throws CarNotConnectedException if the connection to the car service has been lost.
257 throws CarNotConnectedException, IllegalArgumentException;
279 * @throws CarNotConnectedException if the connection to the car service has been lost.
282 throws CarNotConnectedException;
288 * @throws CarNotConnectedException i
[all...]
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarVendorExtensionManager.java22 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 i
[all...]
/packages/services/Car/car-lib/src/android/car/hardware/radio/
H A DCarRadioManager.java22 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(e
[all...]
/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarPackageManager.java23 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/
H A DCarPropertyManagerBase.java23 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(
[all...]

Completed in 894 milliseconds

123