Home
last modified time | relevance | path

Searched refs:firstResult (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/concurrency/
DIResultSyncCallbackTestCase.java137 R firstResult = newResult(); in testInjectResult_calledTwice() local
138 mCallback.injectResult(firstResult); in testInjectResult_calledTwice()
146 .isSameInstanceAs(firstResult); in testInjectResult_calledTwice()
149 mCallback, "after 2 injectResult() calls", firstResult, secondResult); in testInjectResult_calledTwice()
154 R firstResult = null; in testInjectResult_calledTwice_firstWasNull() local
155 mCallback.injectResult(firstResult); in testInjectResult_calledTwice_firstWasNull()
163 .isSameInstanceAs(firstResult); in testInjectResult_calledTwice_firstWasNull()
166 mCallback, "after 2 injectResult() calls", firstResult, secondResult); in testInjectResult_calledTwice_firstWasNull()
188 R firstResult = newResult(); in testToString_containsResults() local
189 mCallback.injectResult(firstResult); in testToString_containsResults()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DTimeZoneFragment.java150 final int firstResult = zone1.offset.compareTo(zone2.offset); in compare() local
151 if (firstResult != 0) { in compare()
152 return firstResult; in compare()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/crypto/
DTlsSessionTest.java220 SSLEngineResult firstResult, in setupChainedWrap() argument
224 .thenReturn(firstResult) in setupChainedWrap()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2642 final ResultListener firstResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testMultipleStartTethering() local
2648 firstResult); in testMultipleStartTethering() local
2650 firstResult.assertHasResult(); in testMultipleStartTethering()