Home
last modified time | relevance | path

Searched refs:BUTTON_UPGRADE_TO_VIDEO (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DInCallButtonIds.java31 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO,
51 int BUTTON_UPGRADE_TO_VIDEO = 5; field
H A DInCallButtonIdsExtension.java39 } else if (id == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO) { in toString()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonChooserFactory.java64 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, MappingInfo.builder(4).setSlotOrder(10).build()); in newImsAndWiFiButtonChooser()
78 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, MappingInfo.builder(4).setSlotOrder(10).build()); in newCdmaButtonChooser()
99 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, MappingInfo.builder(4).setSlotOrder(10).build()); in newGsmButtonChooser()
H A DInCallFragment.java115 || id == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO in isSupportedButton()
423 if (buttonId == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO && show) { in showButton()
H A DButtonController.java509 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, in UpgradeToVideoButtonController()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallButtonPresenter.java509 inCallButtonUi.showButton(InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, showUpgradeToVideo); in updateButtonsState()