Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/util/
DChecks.java13 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() method in Checks
17 public static <T> T checkNotNull(T value, String checkedValue, String additionalMessage) { in checkNotNull() method in Checks
/external/droiddriver/src/io/appium/droiddriver/util/
DPreconditions.java34 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
/external/guava/guava/src/com/google/common/base/
DPreconditions.java208 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
224 public static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in Preconditions
245 public static <T> T checkNotNull(T reference, in checkNotNull() method in Preconditions
/external/opencensus-java/contrib/exemplar_util/src/main/java/io/opencensus/contrib/exemplar/util/
DExemplarUtils.java71 private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in ExemplarUtils
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPreconditions.java48 public static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/opencensus-java/api/src/test/java/io/opencensus/internal/
DUtilsTest.java85 public void checkNotNull() { in checkNotNull() method in UtilsTest
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DPreconditions.java35 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/conscrypt/common/src/main/java/org/conscrypt/
DPreconditions.java34 static <T> T checkNotNull(T reference, String errorMessage) { in checkNotNull() method in Preconditions
/external/opencensus-java/api/src/main/java/io/opencensus/internal/
DUtils.java111 public static <T /*>>> extends @NonNull Object*/> T checkNotNull( in checkNotNull() method in Utils
/external/javapoet/src/main/java/com/squareup/javapoet/
DUtil.java56 static <T> T checkNotNull(T reference, String format, Object... args) { in checkNotNull() method in Util
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DDeadline.java172 private static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Deadline
/external/guice/core/src/com/google/inject/internal/
DErrors.java79 static <T> T checkNotNull(T reference, String name) { in checkNotNull() method in Errors