HomeSort by relevance Sort by last modified time
    Searched refs:isSensorSupported (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/car/src/android/car/cts/
CarSensorManagerTest.java 44 assertTrue(mCarSensorManager.isSensorSupported(
46 assertTrue(CarSensorManager.isSensorSupported(supportedSensors,
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 163 public abstract boolean isSensorSupported(int sensorType) throws CarNotConnectedException;
171 public static boolean isSensorSupported(int[] sensorList, int sensorType) {
CarSensorManagerEmbedded.java 45 public boolean isSensorSupported(int sensorType) throws CarNotConnectedException {
47 return mManager.isSensorSupported(sensorType);
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarSensorManagerTest.java 89 assertTrue(mCarSensorManager.isSensorSupported(
91 assertTrue(CarSensorManager.isSensorSupported(supportedSensors,
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarSensorManagerTest.java 98 assertTrue(mCarSensorManager.isSensorSupported(
100 assertTrue(CarSensorManager.isSensorSupported(supportedSensors,
  /packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java 225 public boolean isSensorSupported(int sensorType) throws CarNotConnectedException {
241 public static boolean isSensorSupported(int[] sensorList, int sensorType) {
  /packages/services/Car/service/src/com/android/car/
DrivingStatePolicy.java 139 if (!CarSensorManager.isSensorSupported(sensorList, sensorType)) {

Completed in 365 milliseconds