Searched refs:BUTTON_PAUSE_VIDEO (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.incallui.CallButtonFragment.Buttons.BUTTON_PAUSE_VIDEO;400 ui.showButton(BUTTON_PAUSE_VIDEO, isVideo); in updateButtonsState()
28 import static com.android.incallui.CallButtonFragment.Buttons.BUTTON_PAUSE_VIDEO;89 public static final int BUTTON_PAUSE_VIDEO = 10; field402 } else if (id == BUTTON_PAUSE_VIDEO) { in getButtonById()