Searched refs:pinned (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntry.java35 public int pinned = PinnedPositions.UNPINNED; field in class:ContactEntry
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java134 .compare(lhs.pinned, rhs.pinned)
288 final int pinned = cursor.getInt(mPinnedIndex);
311 contact.pinned = pinned;
621 // update the database here with the new pinned positions
1065 * Used when a contact is swiped away. This will both unstar and set pinned position of the
1076 * Given a list of contacts that each have pinned positions, rearrange the list (destructive)
1077 * such that all pinned contacts are in their defined pinned position
[all...]

Completed in 425 milliseconds