Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DInCallActivity.java221 showPostCharWaitDialog(mShowPostCharWaitDialogCallId, mShowPostCharWaitDialogChars); in onResume()
690 public void showPostCharWaitDialog(String callId, String chars) { in showPostCharWaitDialog() method in InCallActivity
DInCallPresenter.java752 mInCallActivity.showPostCharWaitDialog(callId, chars); in onPostDialCharWait()