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.java96 DialerCall call = callList.getVideoUpgradeRequestCall(); in acceptUpgradeRequest()
109 DialerCall call = callList.getVideoUpgradeRequestCall(); in declineUpgradeRequest()
DInCallActivity.java576 call = CallList.getInstance().getVideoUpgradeRequestCall(); in getShouldShowAnswerUi()
DStatusBarNotifier.java804 call = callList.getVideoUpgradeRequestCall(); in getCallToShow()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java480 public DialerCall getVideoUpgradeRequestCall() { in getVideoUpgradeRequestCall() method in CallList