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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 429 if (!isUserProfile(position)
549 protected boolean isUserProfile(int position) {
552 boolean isUserProfile = false;
563 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
570 return isUserProfile;
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 189 boolean isUserProfile) {
213 mIsUserProfile = isUserProfile;
481 public boolean isUserProfile() {
700 if (mLoadInvitableAccountTypes && !result.isUserProfile()) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 415 int presence, String status, int chatMode, boolean isUserProfile) {
417 isUserProfile);
421 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
426 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
436 boolean isUserProfile) {
439 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
444 boolean isUserProfile) {
456 Uri insertUri = isUserProfile
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 295 if (mContactData.isUserProfile()) {
ContactDetailDisplayUtils.java 219 if (!contactData.isDirectoryEntry() && !contactData.isUserProfile()) {
ContactDetailFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 119 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
488 mIsUserProfile = data.isUserProfile();
    [all...]

Completed in 411 milliseconds