Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java344 boolean isVideoUpgradeRequest, in newInstance() argument
351 bundle.putBoolean(ARG_IS_VIDEO_UPGRADE_REQUEST, isVideoUpgradeRequest); in newInstance()
368 public boolean isVideoUpgradeRequest() { in isVideoUpgradeRequest() method in AnswerFragment
374 if (isVideoCall() || isVideoUpgradeRequest()) { in setTextResponses()
393 isVideoCall() || isVideoUpgradeRequest() in initSecondaryButton()
409 if (isVideoUpgradeRequest()) { in initSecondaryButton()
574 return !isVideoCall() && !isVideoUpgradeRequest(); in shouldShowAvatar()
708 if (isVideoCall() || isVideoUpgradeRequest()) { in onCreateView()
1044 if (isVideoUpgradeRequest()) { in getSessionData()
/packages/apps/Dialer/java/com/android/incallui/answer/bindings/
DAnswerBindings.java28 boolean isVideoUpgradeRequest, in createAnswerScreen() argument
35 isVideoUpgradeRequest, in createAnswerScreen()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java626 boolean isVideoUpgradeRequest = call.hasReceivedVideoUpgradeRequest(); in showAnswerScreenFragment()
633 && answerScreen.isVideoUpgradeRequest() == isVideoUpgradeRequest) { in showAnswerScreenFragment()
647 isVideoUpgradeRequest, in showAnswerScreenFragment()
DAnswerScreenPresenter.java80 if (answerScreen.isVideoUpgradeRequest()) { in onAnswer()
107 if (answerScreen.isVideoUpgradeRequest()) { in onReject()
DStatusBarNotifier.java309 final boolean isVideoUpgradeRequest = in buildAndSendNotification()
315 || isVideoUpgradeRequest) { in buildAndSendNotification()
405 if (isVideoUpgradeRequest) { in buildAndSendNotification()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodHolder.java48 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method
DFlingUpDownMethod.java329 if (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateContactPuck()
358 return (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) in shouldShowPhotoInPuck()
446 if (isAcceptingFlow || getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateSwipeTextAndPuckForTouch()
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreen.java29 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method