Home
last modified time | relevance | path

Searched refs:getVideoUpgradeRequestCall (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DAnswerPresenter.java57 call = calls.getVideoUpgradeRequestCall(); in onUiShowing()
76 Call modifyCall = CallList.getInstance().getVideoUpgradeRequestCall(); in onIncomingCall()
DInCallPresenter.java926 Call call = mCallList.getVideoUpgradeRequestCall(); in acceptUpgradeRequest()
943 Call call = mCallList.getVideoUpgradeRequestCall(); in declineUpgradeRequest()
DCallList.java371 public Call getVideoUpgradeRequestCall() { in getVideoUpgradeRequestCall() method in CallList
DStatusBarNotifier.java573 call = callList.getVideoUpgradeRequestCall(); in getCallToShow()