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

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDisplayUtils.java160 boolean isUserProfile, boolean isStarred) {
162 if (!isDirectoryEntry && !isUserProfile) {
180 boolean isUserProfile, boolean isStarred) {
182 if (!isDirectoryEntry && !isUserProfile) {
159 configureStarredImageView(ImageView starredView, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
179 configureStarredMenuItem(MenuItem starredMenuItem, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java527 if (!isUserProfile(position)
650 protected boolean isUserProfile(int position) { method in class:ContactEntryListAdapter
653 boolean isUserProfile = false;
664 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
671 return isUserProfile;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContact.java147 boolean isUserProfile) {
170 mIsUserProfile = isUserProfile;
471 public boolean isUserProfile() { method in class:Contact
143 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
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java127 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
567 if (!contact.isUserProfile() && !contact.isWritableContact(mContext)) {
577 bindEditorsForExistingContact(displayName, contact.isUserProfile(),
588 private void bindEditorsForExistingContact(String displayName, boolean isUserProfile, argument
598 mIsUserProfile = isUserProfile;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java402 int presence, String status, int chatMode, boolean isUserProfile) {
404 isUserProfile);
408 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
413 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
423 boolean isUserProfile) {
426 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
431 boolean isUserProfile) {
443 Uri insertUri = isUserProfile
401 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, int chatMode, boolean isUserProfile) argument
407 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
421 insertStatusUpdate( long dataId, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
429 insertStatusUpdate( ContentValues values, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
H A DContactsProvider2Test.java8665 long groupId, int chatMode, boolean isUserProfile) {
8667 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile));
8681 long groupId, int chatMode, boolean isUserProfile) {
8683 timesContacted, starred, groupId, chatMode, isUserProfile);
8696 boolean isUserProfile) {
8702 Uri insertionUri = isUserProfile
8718 chatMode, isUserProfile);
8663 createContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
8679 createRawContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
8694 createRawContact(ContentValues values, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument

Completed in 172 milliseconds