Home
last modified time | relevance | path

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

/cts/tests/camera/utils/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
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java123 public static <T> T checkNotNull(T reference) { in checkNotNull() method in DecodeAccuracyTestBase
128 public static <T> T checkNotNull(String msg, T reference) { in checkNotNull() method in DecodeAccuracyTestBase