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

  /frameworks/base/core/java/android/hardware/location/
ContextHubInfo.java 46 private int[] mSupportedSensors;
76 mSupportedSensors = new int[0];
208 return Arrays.copyOf(mSupportedSensors, mSupportedSensors.length);
288 mSupportedSensors = new int[numSupportedSensors];
289 in.readIntArray(mSupportedSensors);
314 out.writeInt(mSupportedSensors.length);
315 out.writeIntArray(mSupportedSensors);
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorsProxy.java 55 private final int[] mSupportedSensors;
189 mSupportedSensors = initSupportedSensors(context);
226 for (int sensor : mSupportedSensors) {
235 return mSupportedSensors;

Completed in 189 milliseconds