Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DPreconditions.java85 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions
105 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions