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

  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 84 EventLog proxiedAAC = new EventLog();
87 new PropertyChangeListenerProxy("c", proxiedAAC))));
99 assertEquals(Arrays.asList(eventA), proxiedAAC.log);
132 EventLog proxiedAAC = new EventLog();
135 new PropertyChangeListenerProxy("c", proxiedAAC))));
150 support.removePropertyChangeListener(proxiedAAC);
152 support.removePropertyChangeListener(new PropertyChangeListenerProxy("a", proxiedAAC));

Completed in 433 milliseconds