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.java45 Collection<TValue> collection) { in get95PercentileValue()
62 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean()
77 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance()
97 public static long getSamplingPeriodNs(List<TestSensorEvent> collection) { in getSamplingPeriodNs()
113 Collection<TValue> collection) { in getStandardDeviation()
238 private static <T> void validateCollection(Collection<T> collection) { in validateCollection()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java534 UiCollection collection = new UiCollection( in testCollectionCount() local
550 UiCollection collection = new UiCollection( in testCollectionGetChildByText() local
568 UiCollection collection = new UiCollection( in testCollectionGetChildByInstance() local
587 UiCollection collection = new UiCollection( in testCollectionGetChildByDescription() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java211 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()