Home
last modified time | relevance | path

Searched refs:INTENT_EXTRA_NEW_LOCAL_PROFILE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java86 ContactEditorFragment.INTENT_EXTRA_NEW_LOCAL_PROFILE, isNewLocalProfile); in createInsertContactIntent()
DContactEditorFragment.java188 public static final String INTENT_EXTRA_NEW_LOCAL_PROFILE = "newLocalProfile"; field in ContactEditorFragment
1415 mIntentExtras.getBoolean(INTENT_EXTRA_NEW_LOCAL_PROFILE); in load()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java1262 ContactEditorFragment.INTENT_EXTRA_NEW_LOCAL_PROFILE); in createPreferenceIntent()