Searched defs:PINNED (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java46 public final static int PINNED = 9; field in class:ContactTileLoaderFactory
79 Contacts.PINNED, // .......................................9
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java340 + Contacts.PINNED + " = IFNULL((SELECT MIN(" + RawContacts.PINNED + ") FROM "
342 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">"
372 " SET " + RawContacts.PINNED + "=" + PinnedPositions.UNPINNED +
1731 + RawContacts.PINNED + ","
1767 int PINNED = 12; field in interface:ContactAggregator.RawContactsQuery
1787 + Contacts.PINNED + "=?, "
1803 + Contacts.PINNED + ", "
1818 int PINNED = 9; field in interface:ContactAggregator.ContactReplaceSqlStatement
1920 final int rawContactPinned = c.getInt(RawContactsQuery.PINNED);
[all...]

Completed in 285 milliseconds