Searched refs:getUi (Results 1 - 19 of 19) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DAnswerPresenter.java79 InCallPresenter.getInstance().declineUpgradeRequest(getUi().getContext());
129 if (getUi() == null) {
139 inCallPresenter.declineUpgradeRequest(getUi().getContext());
164 if (getUi() != null) {
165 getUi().onShowAnswerUi(show);
189 AnswerUi ui = getUi();
260 if (getUi() != null) {
261 TelecomUtil.silenceRinger(getUi().getContext());
262 getUi().showMessageDialog();
278 if (getUi()
[all...]
H A DPresenter.java56 public U getUi() { method in class:Presenter
H A DBaseFragment.java34 public abstract U getUi(); method in class:BaseFragment
52 mPresenter.onUiReady(getUi());
69 mPresenter.onUiDestroy(getUi());
H A DCallButtonPresenter.java87 CallButtonUi ui = getUi();
128 if (getUi() != null && call != null && call.equals(mCall)) {
140 if (getUi() != null && mCall != null) {
147 if (getUi() != null) {
148 getUi().setAudio(mode);
154 if (getUi() != null) {
155 getUi().setSupportedAudio(mask);
161 if (getUi() != null && !mAutomaticallyMuted) {
162 getUi().setMute(muted);
193 getUi()
[all...]
H A DConferenceManagerPresenter.java59 if (getUi().isFragmentVisible()) {
87 getUi().refreshCall(call);
99 if (getUi().isFragmentVisible()) {
136 getUi().update(mContext, calls, canSeparate);
H A DCallCardPresenter.java125 final CallCardUi ui = getUi();
186 final CallCardUi ui = getUi();
279 getUi().setCallState(
289 getUi().showHdAudioIndicator(false);
295 getUi().setEndCallButtonEnabled(shouldShowEndCallButton(mPrimary, callState),
331 getUi().setEndCallButtonEnabled(sessionModificationState !=
379 if (getUi() != null && mPrimary != null) {
380 getUi().setCallState(
404 getUi().showHdAudioIndicator(showHdAudioIndicator);
411 getUi()
[all...]
H A DDialpadPresenter.java62 getUi().appendDigitsToField(c);
H A DVideoCallPresenter.java274 final VideoCallUi ui = getUi();
514 final VideoCallUi ui = getUi();
655 VideoCallUi ui = getUi();
768 VideoCallUi ui = getUi();
816 VideoCallUi ui = getUi();
855 VideoCallUi ui = getUi();
884 VideoCallUi ui = getUi();
954 Point previewDimensions = getUi().getPreviewSize();
1017 VideoCallUi ui = getUi();
1045 VideoCallUi ui = getUi();
[all...]
H A DConferenceManagerFragment.java55 public ConferenceManagerPresenter.ConferenceManagerUi getUi() { method in class:ConferenceManagerFragment
H A DAnswerFragment.java84 public AnswerPresenter.AnswerUi getUi() { method in class:AnswerFragment
H A DDialpadFragment.java417 public DialpadPresenter.DialpadUi getUi() { method in class:DialpadFragment
H A DVideoCallFragment.java519 public VideoCallPresenter.VideoCallUi getUi() { method in class:VideoCallFragment
H A DCallButtonFragment.java113 public CallButtonPresenter.CallButtonUi getUi() { method in class:CallButtonFragment
H A DCallCardFragment.java170 public CallCardPresenter.CallCardUi getUi() { method in class:CallCardFragment
/packages/apps/Browser/src/com/android/browser/
H A DUiController.java35 UI getUi(); method in interface:UiController
H A DBrowserSettings.java344 if (mController != null && mController.getUi() != null) {
345 mController.getUi().setFullscreen(useFullscreen());
348 if (mController != null && mController.getUi() != null) {
349 mController.getUi().setUseQuickControls(sharedPreferences.getBoolean(key, false));
H A DNavigationBarBase.java75 mBaseUi = mTitleBar.getUi();
H A DTitleBar.java129 public BaseUi getUi() { method in class:TitleBar
H A DController.java446 public UI getUi() { method in class:Controller

Completed in 346 milliseconds