Home
last modified time | relevance | path

Searched refs:shouldShowManageConference (Results 1 – 1 of 1) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DCallCardPresenter.java199 ui.isManageConferenceVisible() != shouldShowManageConference())) { in onStateChange()
310 getUi().showManageConferenceCallButton(shouldShowManageConference()); in maybeShowManageConferenceCallButton()
319 private boolean shouldShowManageConference() { in shouldShowManageConference() method in CallCardPresenter