Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DCallingAccountSelector.java54 private SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment; field in CallingAccountSelector
183 selectPhoneAccountDialogFragment = in showDialog()
190 selectPhoneAccountDialogFragment.show( in showDialog()
198 if (selectPhoneAccountDialogFragment != null) { in onDiscard()
199 selectPhoneAccountDialogFragment.dismiss(); in onDiscard()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java143 private SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment; field in InCallActivity
243 SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment = in onCreate() local
246 if (selectPhoneAccountDialogFragment != null) { in onCreate()
247 selectPhoneAccountDialogFragment.setListener(selectPhoneAccountListener); in onCreate()
402 selectPhoneAccountDialogFragment = in showPhoneAccountSelectionDialog()
406 selectPhoneAccountDialogFragment.show(getFragmentManager(), Tags.SELECT_ACCOUNT_FRAGMENT); in showPhoneAccountSelectionDialog()
1031 if (selectPhoneAccountDialogFragment != null) { in dismissPendingDialogs()
1032 selectPhoneAccountDialogFragment.dismiss(); in dismissPendingDialogs()
1033 selectPhoneAccountDialogFragment = null; in dismissPendingDialogs()