Searched refs:mEndIds (Results 1 – 1 of 1) sorted by relevance
66 private ArgumentCaptor<Integer> mEndIds; field in CellBroadcastBootupConfigTest158 mStartIds.capture(), mEndIds.capture(), mTypes.capture()); in testConfiguration()162 assertEquals("i=" + i, configs[i].endId, mEndIds.getAllValues().get(i).intValue()); in testConfiguration()