Home
last modified time | relevance | path

Searched refs:backgroundCall (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java1362 DialerCall backgroundCall = CallList.getInstance().getBackgroundCall(); in getShouldShowSpeakEasyUi() local
1363 if (backgroundCall != null && backgroundCall.isSpeakEasyCall()) { in getShouldShowSpeakEasyUi()
1366 backgroundCall.unhold(); in getShouldShowSpeakEasyUi()
1367 return new ShouldShowUiResult(true, backgroundCall); in getShouldShowSpeakEasyUi()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1430 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection() local
1431 if (backgroundCall.hasConnections()) { in onCreateUnknownConnection()