Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorCtsHelper.java49 Collection<TValue> collection, float[] percentiles) { in getPercentileValue()
74 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean()
89 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance()
109 public static long getSamplingPeriodNs(List<TestSensorEvent> collection) { in getSamplingPeriodNs()
125 Collection<TValue> collection) { in getStandardDeviation()
269 private static <T> void validateCollection(Collection<T> collection) { in validateCollection()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java317 private static String joinStrings(Collection<String> collection) { in joinStrings()