Searched defs:checkNotNull (Results 1 – 6 of 6) sorted by relevance
175 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions192 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions216 public static <T> T checkNotNull(T reference, String errorMessageTemplate, in checkNotNull() method in Preconditions
94 public static <T> T checkNotNull( in checkNotNull() method in SoftPreconditions113 public static <T> T checkNotNull(final T reference) { in checkNotNull() method in SoftPreconditions
191 private static <T> T checkNotNull(T object) { in checkNotNull() method in CaptivePortalProbeSpec
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
295 public static <T> T checkNotNull(T object) { in checkNotNull() method in Util
331 public static <T> T checkNotNull(T object) { in checkNotNull() method in CameraUtil