Home
last modified time | relevance | path

Searched refs:getBackgroundCall (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/
DNumberVerificationManagerTest.java64 when(mPhone1.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()
68 when(mPhone2.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()
157 when(mPhone1.getBackgroundCall()).thenReturn(fakeCall); in testVerificationWorksWithOnePhoneFull()
/packages/services/Telephony/src/com/android/phone/
DNumberVerificationManager.java144 || phone.getBackgroundCall().getState() == Call.State.IDLE)) { in checkNumberVerificationFeasibility()
/packages/apps/Dialer/java/com/android/incallui/
DConferenceManagerPresenter.java125 final boolean hasHoldingCall = (callList.getBackgroundCall() != null); in update()
DInCallActivity.java1362 DialerCall backgroundCall = CallList.getInstance().getBackgroundCall(); in getShouldShowSpeakEasyUi()
1403 call = CallList.getInstance().getBackgroundCall(); in getShouldShowAnswerUi()
1497 CallList.getInstance().getBackgroundCall() != null, in showAnswerScreenFragment()
DInCallPresenter.java938 retval = callList.getBackgroundCall(); in getCallToDisplay()
1070 || callList.getBackgroundCall() != null in getPotentialStateFromCallList()
1367 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java422 public DialerCall getBackgroundCall() { in getBackgroundCall() method in CallList
441 call = getBackgroundCall(); in getActiveOrBackgroundCall()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1430 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection()
1432 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
DTelephonyConnection.java1959 if (!phone.getBackgroundCall().isIdle()) { in hasMultipleTopLevelCalls()