Searched refs:secondResult (Results 1 – 3 of 3) sorted by relevance
139 R secondResult = newResult(); in testInjectResult_calledTwice() local140 mCallback.injectResult(secondResult); in testInjectResult_calledTwice()149 mCallback, "after 2 injectResult() calls", firstResult, secondResult); in testInjectResult_calledTwice()156 R secondResult = newResult(); in testInjectResult_calledTwice_firstWasNull() local157 mCallback.injectResult(secondResult); in testInjectResult_calledTwice_firstWasNull()166 mCallback, "after 2 injectResult() calls", firstResult, secondResult); in testInjectResult_calledTwice_firstWasNull()195 R secondResult = newResult(); in testToString_containsResults() local196 mCallback.injectResult(secondResult); in testToString_containsResults()201 .contains("results=[" + firstResult + ", " + secondResult + "]"); in testToString_containsResults()
221 SSLEngineResult secondResult) in setupChainedWrap() argument229 return secondResult; in setupChainedWrap()
2643 final ResultListener secondResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testMultipleStartTethering() local2656 secondResult); in testMultipleStartTethering() local2658 secondResult.assertHasResult(); in testMultipleStartTethering()3296 final ResultListener secondResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testBluetoothTetheringBeforeT() local3298 TEST_CALLER_PKG, secondResult); in testBluetoothTetheringBeforeT() local3301 secondResult.assertHasResult(); in testBluetoothTetheringBeforeT()