Searched refs:isVideoUpgradeRequest (Results 1 – 8 of 8) sorted by relevance
362 boolean isVideoUpgradeRequest, in newInstance() argument371 bundle.putBoolean(ARG_IS_VIDEO_UPGRADE_REQUEST, isVideoUpgradeRequest); in newInstance()394 public boolean isVideoUpgradeRequest() { in isVideoUpgradeRequest() method in AnswerFragment400 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()
29 boolean isVideoUpgradeRequest, in createAnswerScreen() argument38 isVideoUpgradeRequest, in createAnswerScreen()
130 if (answerScreen.isVideoUpgradeRequest()) { in onAnswerCallback()157 if (answerScreen.isVideoUpgradeRequest()) { in onReject()
1462 boolean isVideoUpgradeRequest = call.hasReceivedVideoUpgradeRequest(); in showAnswerScreenFragment()1469 && answerScreen.isVideoUpgradeRequest() == isVideoUpgradeRequest in showAnswerScreenFragment()1494 isVideoUpgradeRequest, in showAnswerScreenFragment()
289 final boolean isVideoUpgradeRequest = in buildAndSendNotification()295 || isVideoUpgradeRequest) { in buildAndSendNotification()396 if (isVideoUpgradeRequest) { in buildAndSendNotification()
48 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method
336 if (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateContactPuck()367 return (getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) in shouldShowPhotoInPuck()453 if (isAcceptingFlow || getParent().isVideoCall() || getParent().isVideoUpgradeRequest()) { in updateSwipeTextAndPuckForTouch()
31 boolean isVideoUpgradeRequest(); in isVideoUpgradeRequest() method