Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DPostCharDialogFragment.java30 public class PostCharDialogFragment extends DialogFragment { class
38 public PostCharDialogFragment() {} in PostCharDialogFragment() method in PostCharDialogFragment
40 public PostCharDialogFragment(String callId, String postDialStr) { in PostCharDialogFragment() method in PostCharDialogFragment
DPostCharDialogActivity.java49 PostCharDialogFragment fragment = new PostCharDialogFragment(callId, postDialString); in onCreate()
DInCallActivity.java972 PostCharDialogFragment fragment = new PostCharDialogFragment(callId, chars); in showDialogForPostCharWait()