Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java49 private int[] mSupportedSensors; field in ContextHubInfo
79 mSupportedSensors = new int[0]; in ContextHubInfo()
102 mSupportedSensors = new int[0]; in ContextHubInfo()
234 return Arrays.copyOf(mSupportedSensors, mSupportedSensors.length); in getSupportedSensors()
342 && Arrays.equals(other.getSupportedSensors(), mSupportedSensors) in equals()
367 mSupportedSensors = new int[numSupportedSensors]; in ContextHubInfo()
368 in.readIntArray(mSupportedSensors); in ContextHubInfo()
393 out.writeInt(mSupportedSensors.length); in writeToParcel()
394 out.writeIntArray(mSupportedSensors); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21110 Landroid/hardware/location/ContextHubInfo;->mSupportedSensors:[I