Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java242 ui.showContactContext(newState != InCallState.INCOMING); in onStateChange()
658 getUi().showContactContext(mPrimary.getState() != State.INCOMING); in updateContactInteractions()
660 getUi().showContactContext(false); in updateContactInteractions()
1143 void showContactContext(boolean show); in showContactContext() method
DCallCardFragment.java370 public void showContactContext(boolean show) { in showContactContext() method in CallCardFragment