Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java146 if (shouldShowNoteSentToast(mPrimary)) { in init()
257 if (primaryChanged && shouldShowNoteSentToast(primary)) { in onStateChange()
1129 private boolean shouldShowNoteSentToast(Call call) { in shouldShowNoteSentToast() method in CallCardPresenter