Searched refs:PARAM_TARGET_FRAGMENT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DPhoneAccountSelectionFragment.java35 * to {@link #PARAM_TARGET_FRAGMENT}. Can only be used in a {@link PreferenceActivity}
40 public static final String PARAM_TARGET_FRAGMENT = "target_fragment"; field in class:PhoneAccountSelectionFragment
43 * The arguments bundle to pass to the {@link #PARAM_TARGET_FRAGMENT}
55 * The title of the {@link #PARAM_TARGET_FRAGMENT} once it is launched with {@link
68 targetFragment = getArguments().getString(PARAM_TARGET_FRAGMENT);
H A DDialerSettingsActivity.java168 PhoneAccountSelectionFragment.PARAM_TARGET_FRAGMENT, voicemailSettingsFragment);

Completed in 87 milliseconds