Searched refs:firstCall (Results 1 – 6 of 6) sorted by relevance
63 FluentFuture<Integer> firstCall = singletonRunner.runSingleInstance(); in testShouldReturnDifferentFuturesIfTaskIsCompleted() local66 firstCall.get(); in testShouldReturnDifferentFuturesIfTaskIsCompleted()68 assertThat(firstCall).isNotSameInstanceAs(singletonRunner.runSingleInstance()); in testShouldReturnDifferentFuturesIfTaskIsCompleted()
65 boolean firstCall = mResults.isEmpty(); in internalInjectResult()66 if (firstCall) { in internalInjectResult()
1915 BluetoothCall firstCall = createRingingCall(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls() local1918 when(firstCall.getState()).thenReturn(Call.STATE_RINGING); in testLeCallControlCallback_onJoinCalls()1921 calls.add(firstCall); in testLeCallControlCallback_onJoinCalls()1924 mBluetoothInCallService.onCallAdded(firstCall); in testLeCallControlCallback_onJoinCalls()1927 when(firstCall.getHandle()).thenReturn(Uri.parse("tel:222-222")); in testLeCallControlCallback_onJoinCalls()1932 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls()1955 BluetoothCall firstCall = createRingingCall(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls() local1957 when(firstCall.getState()).thenReturn(Call.STATE_RINGING); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()1959 calls.add(firstCall); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()1961 mBluetoothInCallService.onCallAdded(firstCall); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()[all …]
243 @NonNull Context context, @NonNull DialerCall firstCall, @NonNull DialerCall incomingCall) { in logSecondIncomingCall() argument245 if (firstCall.isVideoCall()) { in logSecondIncomingCall()
777 final boolean firstCall) { in loadNextImage() argument778 if (firstCall && mUseShuffleOrder) { in loadNextImage()849 && !firstCall) { in loadNextImage()
541 DialerCall firstCall = CallList.getInstance().getActiveOrBackgroundCall(); in supports2ndCallOnHold() local543 if (firstCall != null && incomingCall != null && firstCall != incomingCall) { in supports2ndCallOnHold()