Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java44 private final List<SensorLocationInternal> mSensorLocations; field in FingerprintSensorPropertiesInternal
61 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()