Searched refs:sensorLocations (Results 1 – 8 of 8) sorted by relevance
81 val sensorLocations by collectLastValue(repository.sensorLocations) regex129 assertThat(sensorLocations?.size).isEqualTo(2)130 assertThat(sensorLocations).containsKey("display_id_1")131 with(sensorLocations?.get("display_id_1")!!) {137 assertThat(sensorLocations).containsKey("")138 with(sensorLocations?.get("")!!) {
40 override val sensorLocations = _sensorLocations.asStateFlow()46 sensorLocations: Map<String, SensorLocationInternal>51 _sensorLocations.value = sensorLocations
52 @NonNull List<SensorLocationInternal> sensorLocations) { in FingerprintSensorPropertiesInternal() argument61 this.mSensorLocations = List.copyOf(sensorLocations); in FingerprintSensorPropertiesInternal()
62 val sensorLocations: Flow<Map<String, SensorLocationInternal>>112 override val sensorLocations: Flow<Map<String, SensorLocationInternal>> =
51 combine(displayId, fingerprintPropertyRepository.sensorLocations) { displayId, offsets ->
102 sensor1.sensorLocations = new SensorLocation[]{new SensorLocation()}; in setUp()106 sensor2.sensorLocations = new SensorLocation[]{new SensorLocation()}; in setUp()
61 sensorLocations =
213 Arrays.stream(prop.sensorLocations).map(location -> in FingerprintProvider()820 final List<SensorLocationInternal> sensorLocations = new ArrayList<>(); in getWorkaroundSensorProps() local830 sensorLocations.add(location); in getWorkaroundSensorProps()836 return sensorLocations; in getWorkaroundSensorProps()