Home
last modified time | relevance | path

Searched refs:STARRED (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/
DContactTileLoaderFactory.java35 public final static int STARRED = 2; field in ContactTileLoaderFactory
56 Contacts.STARRED, // ......................................2
73 Contacts.STARRED, // ......................................2
100 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?", in createStarredLoader()
106 Contacts.STARRED + "=?", new String[]{"0"}, null); in createFrequentLoader()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java196 Contacts.STARRED, in testContactsProjection()
237 Contacts.STARRED, in testContactsStrequentProjection()
282 Contacts.STARRED, in testContactsStrequentPhoneOnlyProjection()
331 Contacts.STARRED, in testContactsWithSnippetProjection()
387 RawContacts.STARRED, in testRawContactsProjection()
460 Contacts.STARRED, in testDataProjection()
540 Contacts.STARRED, in testDistinctDataProjection()
632 Contacts.STARRED, in testEntityProjection()
678 RawContacts.STARRED, in testRawEntityProjection()
725 PhoneLookup.STARRED, in testPhoneLookupProjection()
[all …]
DContactsProvider2TransactionTest.java181 b.withValue(RawContacts.STARRED, 1); in addInsertContactOperations()
210 b.withValue(RawContacts.STARRED, 1); in addInsertProfileOperations()
DContactMetadataProviderTest.java224 assertStoredValue(rawContactUri, RawContacts.STARRED, "1"); in testInsertAndUpdateMetadataSync()
256 assertStoredValue(rawContactUri, RawContacts.STARRED, "0"); in testInsertAndUpdateMetadataSync()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListAdapter.java188 Contacts.STARRED, // 9
201 Contacts.STARRED, // 9
214 Contacts.STARRED, // 9
228 Contacts.STARRED, // 9
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java53 Contacts.STARRED, // 9
65 Contacts.STARRED, // 8
77 Contacts.STARRED, // 8
90 Contacts.STARRED, // 8
DDefaultContactListAdapter.java75 Contacts.STARRED + " DESC";
220 selection.append(Contacts.STARRED + "!=0"); in configureSelection()
DFavoritesAndContactsLoader.java86 selection.append(Contacts.STARRED + "=?");
DLegacyContactListAdapter.java37 People.STARRED, // 3
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java127 + SmartDialDbColumns.STARRED in setupTables()
465 + SmartDialDbColumns.STARRED in insertUpdatedContactsAndNumberPrefix()
747 + SmartDialDbColumns.STARRED in updateSmartDialDatabase()
958 String STARRED = "starred"; field
1001 Contacts.STARRED, // 10
1116 + SmartDialDbColumns.STARRED
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java342 + Contacts.STARRED + "=(SELECT (CASE WHEN COUNT(" + RawContacts.STARRED in AbstractContactAggregator()
345 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?"); in AbstractContactAggregator()
1273 + RawContacts.STARRED + ","
1309 int STARRED = 11; field
1329 + Contacts.STARRED + "=?, "
1345 + Contacts.STARRED + ", "
1360 int STARRED = 8; field
1457 if (c.getInt(RawContactsQuery.STARRED) != 0) { in computeAggregateData()
1535 statement.bindLong(ContactReplaceSqlStatement.STARRED, in computeAggregateData()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java839 public static final int STARRED = 1 << 7; field in UIProvider.FolderType
1092 ConversationColumns.STARRED,
1262 public static final String STARRED = "starred"; field in UIProvider.ConversationColumns
1616 MessageColumns.STARRED,
1846 public static final String STARRED = "starred"; field in UIProvider.MessageColumns
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java46 private final static String STARRED = "starred"; field in MetadataEntryParser
163 final boolean starred = contactPrefs.has(STARRED) in parseDataToMetaDataEntry()
164 ? contactPrefs.getBoolean(STARRED) : false; in parseDataToMetaDataEntry()
DContactsProvider2.java493 "SELECT " + RawContacts.STARRED
638 Contacts.STARRED + " DESC, "
694 .add(Contacts.STARRED)
885 .add(RawContacts.STARRED)
900 .add(RawContacts.STARRED)
991 .add(PhoneLookup.STARRED, "contacts_view." + Contacts.STARRED)
2925 if (flagIsSet(values, RawContacts.STARRED)) { in insertRawContact()
3280 new String[] {RawContacts._ID, RawContacts.STARRED}, in insertGroup()
4649 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()
4651 updateFavoritesMembership(rawContactId, flagIsSet(values, RawContacts.STARRED)); in updateRawContact()
[all …]
DLegacyApiSupport.java347 peopleProjectionMap.put(People.STARRED, People.STARRED); in peopleProjectionMap.put() argument
550 Tables.RAW_CONTACTS + "." + RawContacts.STARRED in createViews()
551 + " AS " + People.STARRED + ", " + in createViews()
1305 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.STARRED, in parsePeopleValues()
1306 values, People.STARRED); in parsePeopleValues()
DContactsDatabaseHelper.java430 public static final String CONCRETE_STARRED = Tables.CONTACTS + "." + Contacts.STARRED;
479 Tables.RAW_CONTACTS + "." + RawContacts.STARRED;
1277 Contacts.STARRED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1315 RawContacts.STARRED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1981 + " AS " + Contacts.STARRED + "," in createContactsViews()
2055 + RawContacts.STARRED + "," in createContactsViews()
2100 + " AS " + Contacts.STARRED + ", " in createContactsViews()
2134 + RawContactsColumns.CONCRETE_STARRED + " AS " + RawContacts.STARRED + "," in createContactsViews()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java207 int starredColumn = cursor.getColumnIndexOrThrow(Contacts.STARRED); in saveCursorToCache()
355 int starredColumn = cursor.getColumnIndex(Contacts.STARRED); in getNumStarredContacts()
544 values.put(Contacts.STARRED, false); in unstarAndUnpinContact()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java130 Contacts.STARRED,
212 public static final int STARRED = 7; field in ContactLoader.ContactQuery
604 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0; in loadContactHeaderData()
646 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED); in loadRawContactValues()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java429 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0; in loadContactHeaderData()
486 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED); in loadRawContactValues()
795 public static final int STARRED = 7; field in ContactLoader.ContactQuery
862 Contacts.STARRED,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java101 Contacts.STARRED,
115 int STARRED = 5; field
/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java66 public static final int STARRED = 7; field in ListEvent.ListType
/packages/apps/Dialer/java/com/android/contacts/common/
DContactTileLoaderFactory.java43 Contacts.STARRED,
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsListLoader.java33 Contacts.STARRED, // 4
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSelectedConversationsActionMenu.java172 if (mFolder.isType(UIProvider.FolderType.STARRED)) { in onActionItemClicked()
346 mUpdater.updateConversation(target, ConversationColumns.STARRED, star); in starConversations()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java803 Contacts.STARRED, 1); in testReAggregateToConnectedComponent()
816 Contacts.STARRED, 1); in testReAggregateToConnectedComponent()
821 Contacts.STARRED, 0); in testReAggregateToConnectedComponent()
826 Contacts.STARRED, 0); in testReAggregateToConnectedComponent()

12