Home
last modified time | relevance | path

Searched refs:checkCollectionNotEmpty (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DPreconditions.java167 public static <T> Collection<T> checkCollectionNotEmpty(final Collection<T> value, in checkCollectionNotEmpty() method in Preconditions
DCameraSessionUtils.java180 checkCollectionNotEmpty(outputs, "outputs"); in configureAndVerifySession()