Searched refs:mExtraCalls (Results 1 – 1 of 1) sorted by relevance
2102 private final List<Pair<Integer, R>> mExtraCalls = new ArrayList<>(); field in UserHalServiceTest.GenericHalCallback2116 mExtraCalls.add(new Pair<>(status, response)); in onResponse()2138 if (mExtraCalls.isEmpty()) return; in assertNotCalledAgain()2139 throw new AssertionError("Called " + mExtraCalls.size() + " times more than expected: " in assertNotCalledAgain()2140 + mExtraCalls); in assertNotCalledAgain()