Searched refs:getBackgroundCall (Results 1 – 8 of 8) sorted by relevance
64 when(mPhone1.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()68 when(mPhone2.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()157 when(mPhone1.getBackgroundCall()).thenReturn(fakeCall); in testVerificationWorksWithOnePhoneFull()
144 || phone.getBackgroundCall().getState() == Call.State.IDLE)) { in checkNumberVerificationFeasibility()
125 final boolean hasHoldingCall = (callList.getBackgroundCall() != null); in update()
1362 DialerCall backgroundCall = CallList.getInstance().getBackgroundCall(); in getShouldShowSpeakEasyUi()1403 call = CallList.getInstance().getBackgroundCall(); in getShouldShowAnswerUi()1497 CallList.getInstance().getBackgroundCall() != null, in showAnswerScreenFragment()
935 retval = callList.getBackgroundCall(); in getCallToDisplay()1067 || callList.getBackgroundCall() != null in getPotentialStateFromCallList()1362 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey()
422 public DialerCall getBackgroundCall() { in getBackgroundCall() method in CallList441 call = getBackgroundCall(); in getActiveOrBackgroundCall()
1003 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection()1005 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
1477 if (!phone.getBackgroundCall().isIdle()) { in hasMultipleTopLevelCalls()