Home
last modified time | relevance | path

Searched refs:switchOnHoldCallController (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java108 private SwitchOnHoldCallController switchOnHoldCallController; field in SurfaceViewVideoCallFragment
267 switchOnHoldCallController = in onViewCreated()
374 switchOnHoldCallController.setOnScreen(); in exitFullscreenMode()
740 switchOnHoldCallController.setVisible(show); in showButton()
760 switchOnHoldCallController.setEnabled(enable); in enableButton()
770 switchOnHoldCallController.setEnabled(enabled); in setEnabled()
803 switchOnHoldCallController.updateButtonState(); in updateButtonStates()
844 switchOnHoldCallController.setSecondaryInfo(secondaryInfo); in setSecondary()
DVideoCallFragment.java136 private SwitchOnHoldCallController switchOnHoldCallController; field in VideoCallFragment
350 switchOnHoldCallController = in onViewCreated()
473 switchOnHoldCallController.setOnScreen(); in exitFullscreenMode()
854 switchOnHoldCallController.setVisible(show); in showButton()
874 switchOnHoldCallController.setEnabled(enable); in enableButton()
884 switchOnHoldCallController.setEnabled(enabled); in setEnabled()
915 switchOnHoldCallController.updateButtonState(); in updateButtonStates()
956 switchOnHoldCallController.setSecondaryInfo(secondaryInfo); in setSecondary()