Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DNotificationBroadcastReceiver.java116 DialerCall call = callList.getVideoUpgradeRequestCall(); in acceptUpgradeRequest()
129 DialerCall call = callList.getVideoUpgradeRequestCall(); in declineUpgradeRequest()
DStatusBarNotifier.java840 call = callList.getVideoUpgradeRequestCall(); in getCallToShow()
DInCallActivity.java1392 call = CallList.getInstance().getVideoUpgradeRequestCall(); in getShouldShowAnswerUi()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java494 public DialerCall getVideoUpgradeRequestCall() { in getVideoUpgradeRequestCall() method in CallList