Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java105 public static final String EXTRA_SAVE_IS_PROFILE = "saveIsProfile"; field in ContactSaveService
467 serviceIntent.putExtra(EXTRA_SAVE_IS_PROFILE, isProfile); in createSaveContactIntent()
491 boolean isProfile = intent.getBooleanExtra(EXTRA_SAVE_IS_PROFILE, false); in saveContact()