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 381 false /* isUserProfile */);
577 if (!contactData.isUserProfile()) {
624 final boolean isUserProfile = cursor.getInt(ContactQuery.IS_USER_PROFILE) == 1;
637 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/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 271 contact.isUserProfile(),
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 402 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
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 127 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,
598 mIsUserProfile = isUserProfile;
    [all...]

Completed in 821 milliseconds