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.java362 boolean isVideoUpgradeRequest, in newInstance() argument
371 bundle.putBoolean(ARG_IS_VIDEO_UPGRADE_REQUEST, isVideoUpgradeRequest); in newInstance()
394 public boolean isVideoUpgradeRequest() { in isVideoUpgradeRequest() method in AnswerFragment
400 if (isVideoCall() || isVideoUpgradeRequest()) { in setTextResponses()
419 isVideoCall() || isVideoUpgradeRequest() in initSecondaryButton()
435 if (isVideoUpgradeRequest()) { in initSecondaryButton()
634 return !isVideoCall() && !isVideoUpgradeRequest(); in shouldShowAvatar()
775 if (isVideoCall() || isVideoUpgradeRequest()) { in onCreateView()
1132 if (isVideoUpgradeRequest()) { in getSessionData()
/packages/apps/Dialer/java/com/android/incallui/answer/bindings/
DAnswerBindings.java29 boolean isVideoUpgradeRequest, in createAnswerScreen() argument
38 isVideoUpgradeRequest, in createAnswerScreen()
/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java130 if (answerScreen.isVideoUpgradeRequest()) { in onAnswerCallback()
157 if (answerScreen.isVideoUpgradeRequest()) { in onReject()
DInCallActivity.java1462 boolean isVideoUpgradeRequest = call.hasReceivedVideoUpgradeRequest(); in showAnswerScreenFragment()
1469 && answerScreen.isVideoUpgradeRequest() == isVideoUpgradeRequest in showAnswerScreenFragment()
1494 isVideoUpgradeRequest, in showAnswerScreenFragment()
DStatusBarNotifier.java289 final boolean isVideoUpgradeRequest = in buildAndSendNotification()
295 || isVideoUpgradeRequest) { in buildAndSendNotification()
396 if (isVideoUpgradeRequest) { in buildAndSendNotification()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodHolder.java48 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method
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()
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreen.java31 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method