Home
last modified time | relevance | path

Searched refs:EXTRA_NEW_LOCAL_PROFILE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java62 public static final String EXTRA_NEW_LOCAL_PROFILE = "newLocalProfile"; field in ContactsPreferenceActivity
79 mNewLocalProfileExtra = getIntent().getStringExtra(EXTRA_NEW_LOCAL_PROFILE); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java1261 intent.putExtra(ContactsPreferenceActivity.EXTRA_NEW_LOCAL_PROFILE, in createPreferenceIntent()