Searched refs:firstResult (Results 1 – 4 of 4) sorted by relevance
137 R firstResult = newResult(); in testInjectResult_calledTwice() local138 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() local155 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() local189 mCallback.injectResult(firstResult); in testToString_containsResults()[all …]
150 final int firstResult = zone1.offset.compareTo(zone2.offset); in compare() local151 if (firstResult != 0) { in compare()152 return firstResult; in compare()
220 SSLEngineResult firstResult, in setupChainedWrap() argument224 .thenReturn(firstResult) in setupChainedWrap()
2642 final ResultListener firstResult = new ResultListener(TETHER_ERROR_NO_ERROR); in testMultipleStartTethering() local2648 firstResult); in testMultipleStartTethering() local2650 firstResult.assertHasResult(); in testMultipleStartTethering()