Searched refs:addDeleteAndNotify (Results 1 – 2 of 2) sorted by relevance
765 adapter.addDeleteAndNotify(new int[]{3, 2}, new int[]{2, -2}); in testAddDelete2()783 adapter.addDeleteAndNotify(new int[]{3, 2}, new int[]{1, -1}, in testAddDelete1()
604 public void addDeleteAndNotify(final int[]... startCountTuples) throws Throwable { in addDeleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter