OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedSb
(Results
1 - 2
of
2
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
StandardDeviationVerification.java
146
StringBuilder
expectedSb
= new StringBuilder();
150
expectedSb
.append("(");
158
expectedSb
.append(String.format("<%.6f", mThreshold[i]));
159
if (i != stdDevs.length - 1)
expectedSb
.append(", ");
163
expectedSb
.append(")");
171
stddevSb.toString(),
expectedSb
.toString()));
/cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java
[
all
...]
Completed in 170 milliseconds