Searched refs:mSensorLocations (Results 1 – 1 of 1) sorted by relevance
44 private final List<SensorLocationInternal> mSensorLocations; field in FingerprintSensorPropertiesInternal61 this.mSensorLocations = List.copyOf(sensorLocations); in FingerprintSensorPropertiesInternal()83 mSensorLocations = in.createTypedArrayList(SensorLocationInternal.CREATOR); in FingerprintSensorPropertiesInternal()109 dest.writeTypedList(mSensorLocations); in writeToParcel()156 for (SensorLocationInternal location : mSensorLocations) { in getLocation()170 return mSensorLocations; in getAllLocations()