Searched defs:isUserProfile (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java190 boolean isUserProfile, boolean isStarred) {
192 if (!isDirectoryEntry && !isUserProfile) {
210 boolean isUserProfile, boolean isStarred) {
212 if (!isDirectoryEntry && !isUserProfile) {
189 configureStarredImageView(ImageView starredView, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
209 configureStarredMenuItem(MenuItem starredMenuItem, boolean isDirectoryEntry, boolean isUserProfile, boolean isStarred) argument
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java142 boolean isUserProfile) {
165 mIsUserProfile = isUserProfile;
459 public boolean isUserProfile() { method in class:Contact
138 Contact(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListAdapter.java473 if (!isUserProfile(position)
581 protected boolean isUserProfile(int position) { method in class:ContactEntryListAdapter
584 boolean isUserProfile = false;
595 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
602 return isUserProfile;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java122 private static final String KEY_IS_USER_PROFILE = "isUserProfile";
543 if (!contact.isUserProfile() && !contact.isWritableContact(mContext)) {
553 bindEditorsForExistingContact(displayName, contact.isUserProfile(),
562 private void bindEditorsForExistingContact(String displayName, boolean isUserProfile, argument
572 mIsUserProfile = isUserProfile;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java389 int presence, String status, int chatMode, boolean isUserProfile) {
391 isUserProfile);
395 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
400 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
410 boolean isUserProfile) {
413 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
418 boolean isUserProfile) {
430 Uri insertUri = isUserProfile
388 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, int chatMode, boolean isUserProfile) argument
394 insertStatusUpdate(int protocol, String customProtocol, String handle, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
408 insertStatusUpdate( long dataId, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
416 insertStatusUpdate( ContentValues values, int presence, String status, long timestamp, int chatMode, boolean isUserProfile) argument
H A DContactsProvider2Test.java8187 long groupId, int chatMode, boolean isUserProfile) {
8189 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile));
8203 long groupId, int chatMode, boolean isUserProfile) {
8205 timesContacted, starred, groupId, chatMode, isUserProfile);
8218 boolean isUserProfile) {
8224 Uri insertionUri = isUserProfile
8240 chatMode, isUserProfile);
8185 createContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
8201 createRawContact(ContentValues values, String firstName, String givenName, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument
8216 createRawContact(ContentValues values, String phoneNumber, String email, int presenceStatus, int timesContacted, int starred, long groupId, int chatMode, boolean isUserProfile) argument

Completed in 414 milliseconds