/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactTileLoaderFactory.java | 35 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/ |
D | ContactsProvider2Test.java | 196 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 …]
|
D | ContactsProvider2TransactionTest.java | 181 b.withValue(RawContacts.STARRED, 1); in addInsertContactOperations() 210 b.withValue(RawContacts.STARRED, 1); in addInsertProfileOperations()
|
D | ContactMetadataProviderTest.java | 224 assertStoredValue(rawContactUri, RawContacts.STARRED, "1"); in testInsertAndUpdateMetadataSync() 256 assertStoredValue(rawContactUri, RawContacts.STARRED, "0"); in testInsertAndUpdateMetadataSync()
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 188 Contacts.STARRED, // 9 201 Contacts.STARRED, // 9 214 Contacts.STARRED, // 9 228 Contacts.STARRED, // 9
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListAdapter.java | 53 Contacts.STARRED, // 9 65 Contacts.STARRED, // 8 77 Contacts.STARRED, // 8 90 Contacts.STARRED, // 8
|
D | DefaultContactListAdapter.java | 75 Contacts.STARRED + " DESC"; 220 selection.append(Contacts.STARRED + "!=0"); in configureSelection()
|
D | FavoritesAndContactsLoader.java | 86 selection.append(Contacts.STARRED + "=?");
|
D | LegacyContactListAdapter.java | 37 People.STARRED, // 3
|
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 127 + 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/ |
D | AbstractContactAggregator.java | 342 + 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/ |
D | UIProvider.java | 839 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/ |
D | MetadataEntryParser.java | 46 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()
|
D | ContactsProvider2.java | 493 "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 …]
|
D | LegacyApiSupport.java | 347 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()
|
D | ContactsDatabaseHelper.java | 430 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/ |
D | PhoneFavoritesTileAdapter.java | 207 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/ |
D | ContactLoader.java | 130 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/ |
D | ContactLoader.java | 429 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/ |
D | ContactHeaderWidget.java | 101 Contacts.STARRED, 115 int STARRED = 5; field
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | ListEvent.java | 66 public static final int STARRED = 7; field in ListEvent.ListType
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
D | ContactTileLoaderFactory.java | 43 Contacts.STARRED,
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 33 Contacts.STARRED, // 4
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | SelectedConversationsActionMenu.java | 172 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/ |
D | ContactAggregatorTest.java | 803 Contacts.STARRED, 1); in testReAggregateToConnectedComponent() 816 Contacts.STARRED, 1); in testReAggregateToConnectedComponent() 821 Contacts.STARRED, 0); in testReAggregateToConnectedComponent() 826 Contacts.STARRED, 0); in testReAggregateToConnectedComponent()
|