HomeSort by relevance Sort by last modified time
    Searched full:proxiedab (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 76 EventLog proxiedAB = new EventLog();
78 "a", new PropertyChangeListenerProxy("b", proxiedAB)));
97 assertEquals(Arrays.asList(eventA), proxiedAB.log);
126 EventLog proxiedAB = new EventLog();
128 "a", new PropertyChangeListenerProxy("b", proxiedAB));

Completed in 32 milliseconds