Searched refs:EMPTY_LIST (Results 1 – 13 of 13) sorted by relevance
90 assertEquals(Collections.EMPTY_LIST, methodsNotOverridden); in testMessageDigestDelegateOverridesAllMethods()
468 assertEquals(Collections.EMPTY_LIST, methodsNotOverridden); in testSignatureDelegateOverridesAllMethods()
184 Collections.EMPTY_LIST, extra); in test_Provider_getServices()210 assertEquals("Missing classes", Collections.EMPTY_LIST, missing); in test_Provider_getServices()
49 private static final NodeList EMPTY_LIST = new NodeListImpl(); field in NodeImpl87 return EMPTY_LIST; in getChildNodes()
586 SerializationTest.verifySelf(Collections.EMPTY_LIST, comparator); in test_EmptyList_readResolve()857 assertTrue(li.equals(Collections.EMPTY_LIST)); in test_emptyList()
171 @libcore.util.NonNull public static final java.util.List EMPTY_LIST; field in Collections172 static { EMPTY_LIST = null; }
1935 return Collections.EMPTY_LIST; in coordinateTypes()
54 return Collections.EMPTY_LIST; in shutdownNow()
400 SerializationTest.verifySelf(Collections.EMPTY_LIST, comparator); in test_EmptyList_readResolve()
1520 cookies = Collections.EMPTY_LIST; in remove()1526 cookies = Collections.EMPTY_LIST; in removeAll()
4454 public static final List EMPTY_LIST = new EmptyList<>();4478 return (List<T>) EMPTY_LIST;4544 return EMPTY_LIST;
972 objToSave = java.util.Collections.EMPTY_LIST; in test_writeObject_Collections_EmptyList()
395 public static final java.util.List EMPTY_LIST; field in Collections398 EMPTY_LIST = null;