Searched defs:STARRED (Results 1 - 7 of 7) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java35 public final static int STARRED = 2; field in class:ContactTileLoaderFactory
55 Contacts.STARRED, // ......................................2
72 Contacts.STARRED, // ......................................2
98 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?",
104 Contacts.STARRED + "=?", new String[]{"0"}, null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java148 mStarredIndex = ContactTileLoaderFactory.STARRED;
420 case ViewTypes.STARRED:
439 * are {@link ViewTypes#STARRED}.
447 return ViewTypes.STARRED;
454 return ViewTypes.STARRED;
508 // We override onMeasure() for STARRED and we don't care the layout param there.
528 case ViewTypes.STARRED:
548 case ViewTypes.STARRED:
577 case ViewTypes.STARRED:
631 public static final int STARRED field in class:ContactTileAdapter.ViewTypes
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java101 Contacts.STARRED,
115 int STARRED = 5; field in interface:ContactHeaderWidget.ContactQuery
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java122 Contacts.STARRED,
194 public static final int STARRED = 7; field in class:ContactLoader.ContactQuery
618 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0;
660 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED);
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java106 static final String STARRED = "starred"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
142 Contacts.STARRED, // 10
225 Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.STARRED + " DESC, "
368 SmartDialDbColumns.STARRED + " INTEGER, " +
631 SmartDialDbColumns.STARRED + ", " +
860 SmartDialDbColumns.STARRED + ", " +
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java334 + Contacts.STARRED + "=(SELECT (CASE WHEN COUNT(" + RawContacts.STARRED
337 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?");
1730 + RawContacts.STARRED + ","
1766 int STARRED = 11; field in interface:ContactAggregator.RawContactsQuery
1786 + Contacts.STARRED + "=?, "
1802 + Contacts.STARRED + ", "
1817 int STARRED = 8; field in interface:ContactAggregator.ContactReplaceSqlStatement
1914 if (c.getInt(RawContactsQuery.STARRED) != 0) {
1992 statement.bindLong(ContactReplaceSqlStatement.STARRED,
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java782 public static final int STARRED = 1 << 7; field in class:UIProvider.FolderType
1035 ConversationColumns.STARRED,
1205 public static final String STARRED = "starred"; field in class:UIProvider.ConversationColumns
1559 MessageColumns.STARRED,
1789 public static final String STARRED = "starred"; field in class:UIProvider.MessageColumns

Completed in 572 milliseconds