HomeSort by relevance Sort by last modified time
    Searched refs:isUserProfile (Results 1 - 11 of 11) sorted by null

  /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) {
ContactDetailPhotoSetter.java 86 photoUri, mPhotoBitmap, mPhotoBytes, rect, delta, mContactData.isUserProfile(),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 147 boolean isUserProfile) {
170 mIsUserProfile = isUserProfile;
471 public boolean isUserProfile() {
ContactLoader.java 398 false /* isUserProfile */);
594 if (!contactData.isUserProfile()) {
641 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1;
654 customRingtone, isUserProfile);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 527 if (!isUserProfile(position)
650 protected boolean isUserProfile(int position) {
653 boolean isUserProfile = false;
664 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
671 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 423 int presence, String status, int chatMode, boolean isUserProfile) {
425 isUserProfile);
429 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
434 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
444 boolean isUserProfile) {
447 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
452 boolean isUserProfile) {
464 Uri insertUri = isUserProfile
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 304 contact.isUserProfile(),
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 127 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
573 if (!contact.isUserProfile() && !contact.isWritableContact(mContext)) {
583 bindEditorsForExistingContact(displayName, contact.isUserProfile(),
599 private void bindEditorsForExistingContact(String displayName, boolean isUserProfile,
609 mIsUserProfile = isUserProfile;
    [all...]

Completed in 495 milliseconds