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