Searched refs:mInt (Results 1 – 1 of 1) sorted by relevance
51 private ArgumentCaptor<Integer> mInt; field in CellBroadcastAlertDialogTest113 verify(mMockedNotificationManager, times(1)).notify(mInt.capture(), in testAddToNotification()117 assertEquals(1, (int) mInt.getValue()); in testAddToNotification()