Home
last modified time | relevance | path

Searched refs:ProfileQuery (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java43 import com.android.contacts.preference.DisplayOptionsPreferenceFragment.ProfileQuery;
208 hasProfile = cursor.getInt(ProfileQuery.CONTACT_IS_USER_PROFILE) == 1; in onProfileLoaded()
209 displayName = cursor.getString(ProfileQuery.CONTACT_DISPLAY_NAME); in onProfileLoaded()
210 contactId = cursor.getLong(ProfileQuery.CONTACT_ID); in onProfileLoaded()
211 displayNameSource = cursor.getInt(ProfileQuery.DISPLAY_NAME_SOURCE); in onProfileLoaded()
DDisplayOptionsPreferenceFragment.java107 public static class ProfileQuery { class in DisplayOptionsPreferenceFragment
111 private ProfileQuery() {} in ProfileQuery() method in DisplayOptionsPreferenceFragment.ProfileQuery
340 return ProfileQuery.PROFILE_PROJECTION_PRIMARY;
342 return ProfileQuery.PROFILE_PROJECTION_ALTERNATIVE;