Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DRttRequestDialogFragment.java119 private ContactLookupCallback(RttRequestDialogFragment rttRequestDialogFragment) { in ContactLookupCallback() argument
120 rttRequestDialogFragmentWeakReference = new WeakReference<>(rttRequestDialogFragment); in ContactLookupCallback()
DInCallActivity.java162 private DialogFragment rttRequestDialogFragment; field in InCallActivity
1180 rttRequestDialogFragment = RttRequestDialogFragment.newInstance(call.getId(), rttRequestId); in showDialogForRttRequest()
1181 rttRequestDialogFragment.show(getSupportFragmentManager(), Tags.RTT_REQUEST_DIALOG); in showDialogForRttRequest()
1581 if (rttRequestDialogFragment != null) { in showRttCallScreenFragment()
1583 rttRequestDialogFragment.dismiss(); in showRttCallScreenFragment()
1584 rttRequestDialogFragment = null; in showRttCallScreenFragment()