Searched refs:notification (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 870 expected.add(notification(NODE_CLONED, "a", "apple", name, clonedName)); in testUserDataHandlerNotifiedOfShallowClones() 871 expected.add(notification(NODE_CLONED, "b", "banana", name, clonedName)); in testUserDataHandlerNotifiedOfShallowClones() 872 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfShallowClones() 891 expected.add(notification(NODE_CLONED, "a", "apple", name, clonedName)); in testUserDataHandlerNotifiedOfDeepClones() 892 expected.add(notification(NODE_CLONED, "b", "banana", name, clonedName)); in testUserDataHandlerNotifiedOfDeepClones() 893 expected.add(notification(NODE_CLONED, "c", "cat", standard, clonedStandard)); in testUserDataHandlerNotifiedOfDeepClones() 894 expected.add(notification(NODE_CLONED, "d", "dog", waffles, clonedWaffles)); in testUserDataHandlerNotifiedOfDeepClones() 914 expected.add(notification(NODE_IMPORTED, "a", "apple", name, importedName)); in testUserDataHandlerNotifiedOfShallowImports() 915 expected.add(notification(NODE_IMPORTED, "b", "banana", name, importedName)); in testUserDataHandlerNotifiedOfShallowImports() 916 expected.add(notification(NODE_IMPORTED, "c", "cat", standard, importedStandard)); in testUserDataHandlerNotifiedOfShallowImports() [all …]
|
/libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/ |
D | CloseGuardSupportTest.java | 25 import org.junit.runner.notification.Failure;
|