OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExportDialogFragment
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/interactions/
ExportDialogFragment.java
50
public class
ExportDialogFragment
extends DialogFragment {
51
public static final String TAG = "
ExportDialogFragment
";
68
final
ExportDialogFragment
fragment = new
ExportDialogFragment
();
/packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java
51
import com.android.contacts.interactions.
ExportDialogFragment
;
345
ExportDialogFragment
.show(getFragmentManager(), ContactsPreferenceActivity.class,
346
ExportDialogFragment
.EXPORT_MODE_ALL_CONTACTS);
Completed in 3158 milliseconds