D | BaseRecyclerViewInstrumentationTest.java | 519 public void deleteAndNotify(final int start, final int count) throws Throwable { in deleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter 520 deleteAndNotify(new int[]{start, count}); in deleteAndNotify() 532 public void deleteAndNotify(final int[]... startCountTuples) throws Throwable { in deleteAndNotify() method in BaseRecyclerViewInstrumentationTest.TestAdapter
|