Package org.robolectric.shadows
Class RangingDataBuilder
java.lang.Object
org.robolectric.shadows.RangingDataBuilder
Factory for
RangingData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setConfidence(int confidence) setDistance(double distance) Sets the distance value.setRangingTechnology(int rangingTechnology) Sets the ranging technology.setTimestampMillis(long timestampMillis) Sets the timestamp value.
-
Constructor Details
-
RangingDataBuilder
public RangingDataBuilder()
-
-
Method Details
-
setRangingTechnology
Sets the ranging technology. -
setDistance
Sets the distance value. -
setTimestampMillis
Sets the timestamp value. -
setConfidence
-
build
-