Lines Matching refs:Ui
43 public void onUiReady(ConferenceManagerUi ui) {
44 super.onUiReady(ui);
51 public void onUiUnready(ConferenceManagerUi ui) {
52 super.onUiUnready(ui);
97 // Fill in the row in the UI for this caller.
103 // Blank out this row in the UI
110 * Updates a single row of the "Manage conference" UI. (One row in this
111 * UI represents a single caller in the conference.)
116 * so hide this row in the UI.
118 * on this row in the UI.
159 public interface ConferenceManagerUi extends Ui {