Searched refs:secondPass (Results 1 – 2 of 2) sorted by relevance
931 private void assertDispatch(int firstPass, int secondPass) { in assertDispatch() argument933 assertEquals(secondPass, mSecondPassUpdates.size()); in assertDispatch()
5858 Map<Account, Integer> secondPass =5861 Account[] filtered = new Account[secondPass.size()];5862 filtered = secondPass.keySet().toArray(filtered);