Searched refs:startCountTuples (Results 1 – 1 of 1) sorted by relevance
907 public void deleteAndNotify(final int[]... startCountTuples) throws Throwable { in deleteAndNotify() argument908 for (int[] tuple : startCountTuples) { in deleteAndNotify()911 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in deleteAndNotify()959 public void addAndNotify(final int[]... startCountTuples) throws Throwable { in addAndNotify() argument960 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addAndNotify()1008 public void addDeleteAndNotify(final int[]... startCountTuples) throws Throwable { in addDeleteAndNotify() argument1009 mActivityRule.runOnUiThread(new AddRemoveRunnable(startCountTuples)); in addDeleteAndNotify()1084 public AddRemoveRunnable(String newItemPrefix, int[]... startCountTuples) { in AddRemoveRunnable() argument1086 mStartCountTuples = startCountTuples; in AddRemoveRunnable()1089 public AddRemoveRunnable(int[][] startCountTuples) { in AddRemoveRunnable() argument[all …]