Home | History | Annotate | Download | only in incallui

Lines Matching refs:getUi

81                 getUi().displayDialpad(true);
84 getUi().displayDialpad(false);
101 if (getUi() != null) {
102 getUi().setAudio(mode);
108 if (getUi() != null) {
109 getUi().setSupportedAudio(mask);
115 if (getUi() != null) {
116 getUi().setMute(muted);
147 getUi().setSupportedAudio(getSupportedAudio());
170 getUi().displayManageConferencePanel(true);
209 getUi().displayDialpad(checked);
214 final CallButtonUi ui = getUi();
304 !getUi().isDialpadVisible();
311 getUi().showGenericMergeButton();
313 getUi().showManageConferenceCallButton();
316 getUi().hideExtraRow();
324 if (getUi() == null) {