Home
last modified time | relevance | path

Searched refs:mSupportedSensors (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java49 private int[] mSupportedSensors; field in ContextHubInfo
79 mSupportedSensors = new int[0]; in ContextHubInfo()
211 return Arrays.copyOf(mSupportedSensors, mSupportedSensors.length); in getSupportedSensors()
319 && Arrays.equals(other.getSupportedSensors(), mSupportedSensors) in equals()
344 mSupportedSensors = new int[numSupportedSensors]; in ContextHubInfo()
345 in.readIntArray(mSupportedSensors); in ContextHubInfo()
370 out.writeInt(mSupportedSensors.length); in writeToParcel()
371 out.writeIntArray(mSupportedSensors); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23988 Landroid/hardware/location/ContextHubInfo;->mSupportedSensors:[I