Searched refs:isUserProfile (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java144 boolean isUserProfile) {
168 mIsUserProfile = isUserProfile;
466 public boolean isUserProfile() { method in class:Contact
140 Contact(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument
H A DContactLoader.java469 if (!contactData.isUserProfile()) {
516 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1;
529 customRingtone, isUserProfile);
747 if (result.isUserProfile()) {
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailPhotoSetter.java87 photoUri, mPhotoBitmap, mPhotoBytes, rect, delta, mContactData.isUserProfile(),
H A DContactDetailDisplayUtils.java185 boolean isUserProfile, boolean isStarred) {
187 if (!isDirectoryEntry && !isUserProfile) {
205 boolean isUserProfile, boolean isStarred) {
207 if (!isDirectoryEntry && !isUserProfile) {
184 configureStarredImageView(ImageView starredView, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
204 configureStarredMenuItem(MenuItem starredMenuItem, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
H A DContactLoaderFragment.java288 return mContactData != null && !mContactData.isUserProfile()
313 if (mContactData.isUserProfile()) {
H A DContactDetailFragment.java1535 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
1554 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
1990 if (mContactData.isUserProfile()) return false;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListAdapter.java453 if (!isUserProfile(position)
573 protected boolean isUserProfile(int position) { method in class:ContactEntryListAdapter
576 boolean isUserProfile = false;
587 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
594 return isUserProfile;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactDetailActivity.java163 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
177 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
H A DAttachPhotoActivity.java212 contact.isUserProfile(),
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java446 int presence, String status, int chatMode, boolean isUserProfile) {
448 isUserProfile);
452 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
457 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
467 boolean isUserProfile) {
470 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
475 boolean isUserProfile) {
487 Uri insertUri = isUserProfile
445 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, int chatMode, boolean isUserProfile) argument
451 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
465 insertStatusUpdate( long dataId, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
473 insertStatusUpdate( ContentValues values, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
H A DContactsProvider2Test.java7120 long groupId, int chatMode, boolean isUserProfile) {
7122 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile));
7136 long groupId, int chatMode, boolean isUserProfile) {
7138 timesContacted, starred, groupId, chatMode, isUserProfile);
7151 boolean isUserProfile) {
7157 Uri insertionUri = isUserProfile
7173 chatMode, isUserProfile);
7118 createContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
7134 createRawContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
7149 createRawContact(ContentValues values, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java118 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
510 mIsUserProfile = contact.isUserProfile();

Completed in 217 milliseconds