Home
last modified time | relevance | path

Searched refs:mInt (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialogTest.java51 private ArgumentCaptor<Integer> mInt; field in CellBroadcastAlertDialogTest
113 verify(mMockedNotificationManager, times(1)).notify(mInt.capture(), in testAddToNotification()
117 assertEquals(1, (int) mInt.getValue()); in testAddToNotification()