Searched refs:mInt (Results 1 – 4 of 4) sorted by relevance
444 private int mInt; field in Value.IntValue447 mInt = i; in IntValue()457 return mInt; in asInteger()467 return Integer.toString(mInt); in toString()471 return Objects.hash(mInt); in hashCode()477 return mInt == value.mInt; in equals()
50 private ArgumentCaptor<Integer> mInt; field in CarrierDefaultReceiverTest97 verify(mNotificationMgr, times(1)).notify(mString.capture(), mInt.capture(), in testOnReceiveRedirection()99 assertEquals(PORTAL_NOTIFICATION_ID, (int) mInt.getValue()); in testOnReceiveRedirection()
230 private final int mInt; field in WirelessChargingAnimation.WirelessChargingView.WirelessChargingRippleEvent232 mInt = id; in WirelessChargingRippleEvent()236 return mInt; in getId()
76 private ArgumentCaptor<Integer> mInt; field in CellBroadcastAlertDialogTest170 verify(mMockedNotificationManager, times(1)).notify(mInt.capture(), in testAddToNotification()174 assertEquals(1, (int) mInt.getValue()); in testAddToNotification()