Searched refs:mSupportedSensors (Results 1 – 2 of 2) sorted by relevance
49 private int[] mSupportedSensors; field in ContextHubInfo79 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()
21110 Landroid/hardware/location/ContextHubInfo;->mSupportedSensors:[I