Home
last modified time | relevance | path

Searched refs:onChangeReported (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/android/compat/
DCompatibilityTest.java61 defaultDelegate.onChangeReported(changeId); in testBehaviorChangeDelegate()
72 verify(delegate).onChangeReported(changeId); in testReportUnconditionalChange()
83 verify(delegate, never()).onChangeReported(anyLong()); in testClearBehaviorChangeDelegate()
/libcore/luni/src/main/java/android/compat/
DCompatibility.java64 sCallbacks.onChangeReported(changeId); in reportUnconditionalChange()
176 default void onChangeReported(long changeId) { in onChangeReported() method
/libcore/api/
Dmodule-lib-current.txt15 method public default void onChangeReported(long);