Searched refs:EMPTY_LIST (Results 1 – 10 of 10) sorted by relevance
90 assertEquals(Collections.EMPTY_LIST, methodsNotOverridden); in testMessageDigestDelegateOverridesAllMethods()
500 assertEquals(Collections.EMPTY_LIST, methodsNotOverridden); in testSignatureDelegateOverridesAllMethods()
189 Collections.EMPTY_LIST, extra); in test_Provider_getServices()213 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; }
400 SerializationTest.verifySelf(Collections.EMPTY_LIST, comparator); in test_EmptyList_readResolve()
54 return Collections.EMPTY_LIST; in shutdownNow()
1520 cookies = Collections.EMPTY_LIST; in remove()1526 cookies = Collections.EMPTY_LIST; in removeAll()
972 objToSave = java.util.Collections.EMPTY_LIST; in test_writeObject_Collections_EmptyList()