Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java1130 return call != null && hasCallSubject(call) && (call.getState() == Call.State.DIALING in shouldShowNoteSentToast()
1134 private static boolean hasCallSubject(Call call) { in hasCallSubject() method in CallCardPresenter