Searched defs:sensorLocations (Results 1 – 3 of 3) sorted by relevance
52 @NonNull List<SensorLocationInternal> sensorLocations) { in FingerprintSensorPropertiesInternal()
81 val sensorLocations by collectLastValue(repository.sensorLocations) regex
820 final List<SensorLocationInternal> sensorLocations = new ArrayList<>(); in getWorkaroundSensorProps() local