Home
last modified time | relevance | path

Searched defs:isSensorSupported (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/hardware/
DCarSensorManager.java163 public abstract boolean isSensorSupported(int sensorType) throws CarNotConnectedException; in isSensorSupported() method in CarSensorManager
171 public static boolean isSensorSupported(int[] sensorList, int sensorType) { in isSensorSupported() method in CarSensorManager
DCarSensorManagerEmbedded.java45 public boolean isSensorSupported(int sensorType) throws CarNotConnectedException { in isSensorSupported() method in CarSensorManagerEmbedded
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java225 public boolean isSensorSupported(int sensorType) throws CarNotConnectedException { in isSensorSupported() method in CarSensorManager
241 public static boolean isSensorSupported(int[] sensorList, int sensorType) { in isSensorSupported() method in CarSensorManager