Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/concurrency/
DIResultSyncCallbackTestCase.java139 R secondResult = newResult(); in testInjectResult_calledTwice() local
140 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() local
157 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() local
196 mCallback.injectResult(secondResult); in testToString_containsResults()
201 .contains("results=[" + firstResult + ", " + secondResult + "]"); in testToString_containsResults()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/crypto/
DTlsSessionTest.java221 SSLEngineResult secondResult) in setupChainedWrap() argument
229 return secondResult; in setupChainedWrap()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2643 final ResultListener secondResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testMultipleStartTethering() local
2656 secondResult); in testMultipleStartTethering() local
2658 secondResult.assertHasResult(); in testMultipleStartTethering()
3296 final ResultListener secondResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testBluetoothTetheringBeforeT() local
3298 TEST_CALLER_PKG, secondResult); in testBluetoothTetheringBeforeT() local
3301 secondResult.assertHasResult(); in testBluetoothTetheringBeforeT()