Home | History | Annotate | Download | only in hardware

Lines Matching refs:CarNotConnectedException

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);
93 int rate) throws CarNotConnectedException, IllegalArgumentException {
109 } catch (android.car.CarNotConnectedException e) {
110 throw new CarNotConnectedException(e);
146 public CarSensorEvent getLatestSensorEvent(int type) throws CarNotConnectedException {
152 } catch (android.car.CarNotConnectedException e) {
153 throw new CarNotConnectedException(e);