Searched refs:rttRequestDialogFragment (Results 1 – 2 of 2) sorted by relevance
119 private ContactLookupCallback(RttRequestDialogFragment rttRequestDialogFragment) { in ContactLookupCallback() argument120 rttRequestDialogFragmentWeakReference = new WeakReference<>(rttRequestDialogFragment); in ContactLookupCallback()
162 private DialogFragment rttRequestDialogFragment; field in InCallActivity1180 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()