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