Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java159 if (shouldShowNoteSentToast(mPrimary)) { in onInCallScreenDelegateInit()
290 if (primaryChanged && shouldShowNoteSentToast(primary)) { in onStateChange()
1136 private boolean shouldShowNoteSentToast(DialerCall call) { in shouldShowNoteSentToast() method in CallCardPresenter