Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
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()
DInCallFragment.java115 || id == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO in isSupportedButton()
423 if (buttonId == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO && show) { in showButton()
DButtonController.java509 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, in UpgradeToVideoButtonController()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DInCallButtonIds.java31 InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO,
51 int BUTTON_UPGRADE_TO_VIDEO = 5; field
DInCallButtonIdsExtension.java39 } else if (id == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO) { in toString()
/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java505 inCallButtonUi.showButton(InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO, showUpgradeToVideo); in updateButtonsState()