Searched defs:isNull (Results 1 – 5 of 5) sorted by relevance
54 public static boolean isNull(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeExcept… in isNull() method in Objects
263 public static boolean isNull(Object obj) { in isNull() method in Objects
275 public boolean isNull(int index) { in isNull() method in JSONArray
379 public boolean isNull(@Nullable String name) { in isNull() method in JSONObject
82 InputStream isNull = null; in test_X500Principal_02() local