Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/bindings/
H A DAnswerBindings.java29 boolean isVideoUpgradeRequest, in createAnswerScreen() argument
38 isVideoUpgradeRequest, in createAnswerScreen()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java367 boolean isVideoUpgradeRequest, in newInstance() argument
376 bundle.putBoolean(ARG_IS_VIDEO_UPGRADE_REQUEST, isVideoUpgradeRequest); in newInstance()
399 public boolean isVideoUpgradeRequest() { in isVideoUpgradeRequest() method in AnswerFragment
405 if (isVideoCall() || isVideoUpgradeRequest()) { in setTextResponses()
424 isVideoCall() || isVideoUpgradeRequest() in initSecondaryButton()
440 if (isVideoUpgradeRequest()) { in initSecondaryButton()
639 return !isVideoCall() && !isVideoUpgradeRequest(); in shouldShowAvatar()
780 if (isVideoCall() || isVideoUpgradeRequest()) { in onCreateView()
1175 if (isVideoUpgradeRequest()) { in getSessionData()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DAnswerMethodHolder.java48 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method
H A DFlingUpDownMethod.java336 if (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateContactPuck()
367 return (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) in shouldShowPhotoInPuck()
453 if (isAcceptingFlow || getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateSwipeTextAndPuckForTouch()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
H A DAnswerScreen.java31 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DAnswerScreenPresenter.java130 if (answerScreen.isVideoUpgradeRequest()) { in onAnswerCallback()
157 if (answerScreen.isVideoUpgradeRequest()) { in onReject()
H A DInCallActivity.java1462 boolean isVideoUpgradeRequest = call.hasReceivedVideoUpgradeRequest(); in showAnswerScreenFragment()
1469 && answerScreen.isVideoUpgradeRequest() == isVideoUpgradeRequest in showAnswerScreenFragment()
1494 isVideoUpgradeRequest, in showAnswerScreenFragment()
H A DStatusBarNotifier.java289 final boolean isVideoUpgradeRequest = in buildAndSendNotification()
295 || isVideoUpgradeRequest) { in buildAndSendNotification()
396 if (isVideoUpgradeRequest) { in buildAndSendNotification()