Home | History | Annotate | Download | only in hardware

Lines Matching refs:CarNotConnectedException

26 import android.car.CarNotConnectedException;
232 * @throws CarNotConnectedException if the connection to the car service has been lost.
234 public int[] getSupportedSensors() throws CarNotConnectedException {
240 throw new CarNotConnectedException(e);
249 * @throws CarNotConnectedException if the connection to the car service has been lost.
251 public boolean isSensorSupported(@SensorType int sensorType) throws CarNotConnectedException {
308 * @throws CarNotConnectedException if the connection to the car service has been lost.
315 @SensorRate int rate) throws CarNotConnectedException, IllegalArgumentException {
389 } catch (CarNotConnectedException e) {
397 throws CarNotConnectedException {
406 throw new CarNotConnectedException(e);
417 * @throws CarNotConnectedException if the connection to the car service has been lost.
420 throws CarNotConnectedException {
433 throws CarNotConnectedException {
437 throw new CarNotConnectedException();