Home
last modified time | relevance | path

Searched refs:SelectPhoneAccountDialogFragment (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
DSelectPhoneAccountDialogFragment.java53 public class SelectPhoneAccountDialogFragment extends DialogFragment { class
74 public static SelectPhoneAccountDialogFragment newInstance( in newInstance()
90 public static SelectPhoneAccountDialogFragment newInstance(int titleResId, in newInstance()
97 SelectPhoneAccountDialogFragment fragment = new SelectPhoneAccountDialogFragment(); in newInstance()
108 public SelectPhoneAccountDialogFragment() { in SelectPhoneAccountDialogFragment() method in SelectPhoneAccountDialogFragment
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DCallingAccountSelector.java29 import com.android.contacts.common.widget.SelectPhoneAccountDialogFragment;
30 import com.android.contacts.common.widget.SelectPhoneAccountDialogFragment.SelectPhoneAccountListen…
54 private SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment;
184 SelectPhoneAccountDialogFragment.newInstance( in showDialog()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java58 public class SelectPhoneAccountDialogFragment extends DialogFragment { class
72 public static SelectPhoneAccountDialogFragment newInstance( in newInstance()
74 SelectPhoneAccountDialogFragment fragment = new SelectPhoneAccountDialogFragment(); in newInstance()
Dselect_phone_account_dialog_options.proto23 // Parameters for SelectPhoneAccountDialogFragment
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java57 import com.android.contacts.common.widget.SelectPhoneAccountDialogFragment;
58 import com.android.contacts.common.widget.SelectPhoneAccountDialogFragment.SelectPhoneAccountListen…
239 SelectPhoneAccountDialogFragment.newInstance( in handleAdnEntry()
297 SelectPhoneAccountDialogFragment.newInstance( in handlePinEntry()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java57 import com.android.contacts.common.widget.SelectPhoneAccountDialogFragment;
143 private SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment;
243 SelectPhoneAccountDialogFragment selectPhoneAccountDialogFragment = in onCreate()
244 (SelectPhoneAccountDialogFragment) in onCreate()
403 SelectPhoneAccountDialogFragment.newInstance( in showPhoneAccountSelectionDialog()
1752 extends SelectPhoneAccountDialogFragment.SelectPhoneAccountListener {