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.java165 if (shouldShowNoteSentToast(primary)) { in onInCallScreenDelegateInit()
304 if (primaryChanged && shouldShowNoteSentToast(primary)) { in onStateChange()
1155 private boolean shouldShowNoteSentToast(DialerCall call) { in shouldShowNoteSentToast() method in CallCardPresenter