Searched defs:EXTRA_SAVE_IS_PROFILE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java93 public static final String EXTRA_SAVE_IS_PROFILE = "saveIsProfile"; field in class:ContactSaveService
380 serviceIntent.putExtra(EXTRA_SAVE_IS_PROFILE, isProfile);
404 boolean isProfile = intent.getBooleanExtra(EXTRA_SAVE_IS_PROFILE, false);

Completed in 61 milliseconds