Searched defs:checkNotNull (Results 1 – 8 of 8) sorted by relevance
29 public static void checkNotNull(Object value, String error, Object... args) { in checkNotNull() method in Preconditions
37 public static final void checkNotNull(Object object) { in checkNotNull() method in Utils
41 public static <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions58 public static <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions
254 private static void checkNotNull(String name, Object obj) { in checkNotNull() method in Face
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
1146 private static <T> T checkNotNull(final T reference) { in checkNotNull() method in ContentRecommendation
569 private void checkNotNull(IInterface service) { in checkNotNull() method in ManagedServices
3013 private static <T> T checkNotNull(T value, String message) { in checkNotNull() method in ConnectivityService