Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DPreconditions.java285 public static <T> Collection<T> checkCollectionNotEmpty(final Collection<T> value, in checkCollectionNotEmpty() method in Preconditions
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java152 checkCollectionNotEmpty(requestList, "High speed request list"); in isConstrainedHighSpeedRequestList()