/packages/apps/Contacts/src/com/android/contacts/editor/ |
KindSectionDataList.java | 59 AccountWithDataSet primaryAccount, boolean isUserProfile) { 63 if (!isUserProfile) {
|
ContactEditorBaseFragment.java | 143 private static final String KEY_IS_USER_PROFILE = "isUserProfile"; [all...] |
CompactKindSectionView.java | 193 public void setIsUserProfile(boolean isUserProfile) { 194 mIsUserProfile = isUserProfile;
|
CompactRawContactsEditorView.java | 623 long photoId, boolean hasNewContact, boolean isUserProfile, 634 mIsUserProfile = isUserProfile; [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDisplayUtils.java | 160 boolean isUserProfile, boolean isStarred) { 162 if (!isDirectoryEntry && !isUserProfile) { 180 boolean isUserProfile, boolean isStarred) { 182 if (!isDirectoryEntry && !isUserProfile) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
Contact.java | 147 boolean isUserProfile) { 170 mIsUserProfile = isUserProfile; 471 public boolean isUserProfile() {
|
ContactLoader.java | 416 false /* isUserProfile */); 612 if (!contactData.isUserProfile()) { 659 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1; 672 customRingtone, isUserProfile); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListAdapter.java | 540 if (!isUserProfile(position) 673 protected boolean isUserProfile(int position) { 676 boolean isUserProfile = false; 687 isUserProfile = cursor.getInt(profileColumnIndex) == 1; 694 return isUserProfile;
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
InvisibleContactUtil.java | 37 if (contactData.isUserProfile()) return false;
|
QuickContactActivity.java | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 421 int presence, String status, int chatMode, boolean isUserProfile) { 423 isUserProfile); 427 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { 432 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); 442 boolean isUserProfile) { 445 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); 450 boolean isUserProfile) { 462 Uri insertUri = isUserProfile [all...] |
ContactsProvider2Test.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 335 contact.isUserProfile(),
|