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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DBaseRawContactEditorView.java121 boolean isProfile);
120 setState(RawContactDelta state, AccountType source, ViewIdGenerator vig, boolean isProfile) argument
H A DRawContactReadOnlyEditorView.java116 boolean isProfile) {
131 if (isProfile) {
115 setState(RawContactDelta state, AccountType type, ViewIdGenerator vig, boolean isProfile) argument
H A DRawContactEditorView.java204 boolean isProfile) {
223 if (isProfile) {
203 setState(RawContactDelta state, AccountType type, ViewIdGenerator vig, boolean isProfile) argument
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java263 * @param isProfile Whether the contact is the user's profile.
270 byte[] photoBytes, Rect photoBounds, RawContactDeltaList delta, boolean isProfile,
278 intent.putExtra(IS_PROFILE, isProfile);
269 buildIntent(Context context, Uri photoUri, Bitmap photoBitmap, byte[] photoBytes, Rect photoBounds, RawContactDeltaList delta, boolean isProfile, boolean isDirectoryContact, boolean expandPhotoOnClick) argument
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java291 String saveModeExtraKey, int saveMode, boolean isProfile,
296 return createSaveContactIntent(context, state, saveModeExtraKey, saveMode, isProfile,
308 String saveModeExtraKey, int saveMode, boolean isProfile,
315 serviceIntent.putExtra(EXTRA_SAVE_IS_PROFILE, isProfile);
334 boolean isProfile = intent.getBooleanExtra(EXTRA_SAVE_IS_PROFILE, false);
374 if (isProfile) {
436 isProfile
443 if (isProfile) {
290 createSaveContactIntent(Context context, RawContactDeltaList state, String saveModeExtraKey, int saveMode, boolean isProfile, Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, Uri updatedPhotoPath) argument
307 createSaveContactIntent(Context context, RawContactDeltaList state, String saveModeExtraKey, int saveMode, boolean isProfile, Class<? extends Activity> callbackActivity, String callbackAction, Bundle updatedPhotos) argument

Completed in 82 milliseconds