Searched refs:mLastValue (Results 1 – 5 of 5) sorted by relevance
32 private int mLastValue; field in TestConfirmationCallback37 mLastValue = code; in accept()41 Assert.assertEquals(ConfirmationCallback.CONFIRM, mLastValue); in assertConfirmed()45 Assert.assertEquals(ConfirmationCallback.REJECT, mLastValue); in assertRejected()
38 private @Nullable T mLastValue; field in TestPredicate45 mLastValue = t; in test()51 assertEquals(expected, mLastValue); in assertLastArgument()72 return mLastValue; in getLastValue()
32 private @Nullable T mLastValue; field in TestEventListener37 mLastValue = event; in accept()41 assertEquals(expected, mLastValue); in assertLastArgument()54 return mLastValue; in getLastValue()
34 private T mLastValue; field in FilteredCallback38 mLastValue = null; in FilteredCallback()43 if (Objects.equals(mLastValue, result)) { in onCallback()46 mLastValue = result; in onCallback()
242 private Message mLastValue; field in WifiScanningServiceTest.ConditionalMessageCaptor250 assertNotNull("Nothing captured yet", mLastValue); in getLastValue()252 return mLastValue; in getLastValue()259 mLastValue = message; in matches()