Searched defs:addAndNotify (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java685 public void addAndNotify(final int count) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter
690 public void addAndNotify(final int start, final int count) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter
691 addAndNotify(new int[]{start, count});
694 public void addAndNotify(final int[]... startCountTuples) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter

Completed in 32 milliseconds