Searched defs:sensorLocations (Results 1 – 5 of 5) sorted by relevance
85 val sensorLocations by collectLastValue(repository.sensorLocations) in initializeProperties() constant
70 val sensorLocations: Flow<Map<String, SensorLocationInternal>> in <lambda>() constant129 override val sensorLocations: Flow<Map<String, SensorLocationInternal>> = constant in com.android.systemui.biometrics.data.repository.FingerprintPropertyRepositoryImpl
46 override val sensorLocations = _sensorLocations.asStateFlow() constant in com.android.systemui.biometrics.data.repository.FakeFingerprintPropertyRepository
52 @NonNull List<SensorLocationInternal> sensorLocations) { in FingerprintSensorPropertiesInternal()
923 final List<SensorLocationInternal> sensorLocations = new ArrayList<>(); in getWorkaroundSensorProps() local