Searched refs:BUTTON_UPGRADE_TO_VIDEO (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.incallui.CallButtonFragment.Buttons.BUTTON_UPGRADE_TO_VIDEO;397 ui.showButton(BUTTON_UPGRADE_TO_VIDEO, showUpgradeToVideo); in updateButtonsState()
31 import static com.android.incallui.CallButtonFragment.Buttons.BUTTON_UPGRADE_TO_VIDEO;84 public static final int BUTTON_UPGRADE_TO_VIDEO = 5; field392 } else if (id == BUTTON_UPGRADE_TO_VIDEO) { in getButtonById()