Searched refs:SELECT_ACCOUNT_FRAGMENT (Results 1 – 1 of 1) sorted by relevance
245 getFragmentManager().findFragmentByTag(Tags.SELECT_ACCOUNT_FRAGMENT); in onCreate()406 selectPhoneAccountDialogFragment.show(getFragmentManager(), Tags.SELECT_ACCOUNT_FRAGMENT); in showPhoneAccountSelectionDialog()1739 static final String SELECT_ACCOUNT_FRAGMENT = "tag_select_account_fragment"; field in InCallActivity.Tags