Home | History | Annotate | Download | only in incallui

Lines Matching refs:Ui

43     public void onUiReady(ConferenceManagerUi ui) {
44 super.onUiReady(ui);
51 public void onUiUnready(ConferenceManagerUi ui) {
52 super.onUiUnready(ui);
109 // Fill in the row in the UI for this caller.
118 // Blank out this row in the UI
125 * Updates a single row of the "Manage conference" UI. (One row in this
126 * UI represents a single caller in the conference.)
131 * so hide this row in the UI.
133 * on this row in the UI.
134 * @param canDisconnect if true, show a "Disconnect" button on this row in the UI.
179 public interface ConferenceManagerUi extends Ui {