Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java392 public void showPostCharWaitDialog(String callId, String chars) { in showPostCharWaitDialog() method in InCallActivity
393 common.showPostCharWaitDialog(callId, chars); in showPostCharWaitDialog()
DInCallActivityCommon.java303 showPostCharWaitDialog(showPostCharWaitDialogCallId, showPostCharWaitDialogChars); in onResume()
485 public void showPostCharWaitDialog(String callId, String chars) { in showPostCharWaitDialog() method in InCallActivityCommon
DInCallPresenter.java1062 mInCallActivity.showPostCharWaitDialog(callId, chars); in onPostDialCharWait()