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/
ContactDetailPhotoSetter.java 87 photoUri, mPhotoBitmap, mPhotoBytes, rect, delta, mContactData.isUserProfile(),
ContactDetailDisplayUtils.java 190 boolean isUserProfile, boolean isStarred) {
192 if (!isDirectoryEntry && !isUserProfile) {
210 boolean isUserProfile, boolean isStarred) {
212 if (!isDirectoryEntry && !isUserProfile) {
ContactLoaderFragment.java 287 return mContactData != null && !mContactData.isUserProfile()
312 if (mContactData.isUserProfile()) {
ContactDetailFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 162 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
176 mContactData.isDirectoryEntry(), mContactData.isUserProfile(),
AttachPhotoActivity.java 212 contact.isUserProfile(),
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 453 if (!isUserProfile(position)
573 protected boolean isUserProfile(int position) {
576 boolean isUserProfile = false;
587 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
594 return isUserProfile;
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 205 boolean isUserProfile) {
229 mIsUserProfile = isUserProfile;
524 public boolean isUserProfile() {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 446 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
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 116 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
485 mIsUserProfile = contact.isUserProfile();
    [all...]

Completed in 237 milliseconds