Searched refs:mInt (Results 1 – 6 of 6) sorted by relevance
27 explicit Value(int i) : mInt(i) {} in Value()31 operator int() const { return mInt; } in operator int()34 const int mInt; member in android::foo::Value39 explicit Status(int i) : mInt(i) {} in Status()43 operator int() const { return mInt; } in operator int()46 const int mInt; member in android::foo::Status
35 private int mInt = 1067030938; field in FloatPerfTest44 if (result != mInt) { in timeFloatToIntBits()56 if (result != mInt) { in timeFloatToRawIntBits()66 result = Float.intBitsToFloat(mInt); in timeIntBitsToFloat()
40 private final int mInt = 1; field in MathPerfTest68 int result = mInt; in timeAbsI()71 result = Math.abs(mInt); in timeAbsI()221 int result = mInt; in timeGetExponentD()230 int result = mInt; in timeGetExponentF()302 int result = mInt; in timeMaxI()305 result = Math.max(mInt, mInt); in timeMaxI()338 int result = mInt; in timeMinI()341 result = Math.min(mInt, mInt); in timeMinI()428 int result = mInt; in timeRoundF()
40 private final int mInt = 1; field in StrictMathPerfTest95 StrictMath.abs(mInt); in timeAbsI()291 StrictMath.max(mInt, mInt); in timeMaxI()323 StrictMath.min(mInt, mInt); in timeMinI()
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()
244 private final int mInt; field in WirelessChargingAnimation.WirelessChargingView.WirelessChargingRippleEvent246 mInt = id; in WirelessChargingRippleEvent()250 return mInt; in getId()