Searched defs:ensureNotNull (Results 1 – 2 of 2) sorted by relevance
342 private static <T> T ensureNotNull(@Nullable T t, String errorMessage) throws IOException { in ensureNotNull() method in MtpManager
236 public static String ensureNotNull(String value) { in ensureNotNull() method in Utils