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

  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 96 public static final int SENSOR_TYPE_LOCATION = 10;
170 SENSOR_TYPE_LOCATION,
CarSensorsProxy.java 107 pushSensorChanges(CarSensorManager.SENSOR_TYPE_LOCATION);
207 features.add(CarSensorManager.SENSOR_TYPE_LOCATION);
337 case CarSensorManager.SENSOR_TYPE_LOCATION:
462 if (activeSensors.contains(CarSensorManager.SENSOR_TYPE_LOCATION)
CarSensorEvent.java 482 * Index for {@link CarSensorManager#SENSOR_TYPE_LOCATION} in floatValues.
714 * object with type {@link CarSensorManager#SENSOR_TYPE_LOCATION}.
722 checkType(CarSensorManager.SENSOR_TYPE_LOCATION);
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 129 if ((sensor == CarSensorManager.SENSOR_TYPE_LOCATION
239 case CarSensorManager.SENSOR_TYPE_LOCATION:

Completed in 45 milliseconds