HomeSort by relevance Sort by last modified time
    Searched refs:STARRED (Results 1 - 25 of 75) sorted by null

1 2 3

  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 35 public final static int STARRED = 2;
56 Contacts.STARRED, // ......................................2
73 Contacts.STARRED, // ......................................2
100 return new CursorLoader(context, Contacts.CONTENT_URI, COLUMNS, Contacts.STARRED + "=?",
106 Contacts.STARRED + "=?", new String[]{"0"}, null);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_PinnedPositionsTest.java 70 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
72 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
74 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
76 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
91 newContentValues(Contacts.PINNED, 1, Contacts.STARRED, 1));
93 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0));
95 newContentValues(Contacts.PINNED, 3, Contacts.STARRED, 1));
97 newContentValues(Contacts.PINNED, 2, Contacts.STARRED, 0));
112 newContentValues(Contacts.PINNED, 1, Contacts.STARRED, 1));
114 newContentValues(Contacts.PINNED, unpinned, Contacts.STARRED, 0))
    [all...]
ContactsContract_ContactsTest.java 192 values.put(ContactsContract.Contacts.STARRED, 1);
274 cv.put(Contacts.STARRED, 1);
312 Contacts.STARRED,
ContactsContract_FrequentsStrequentsTest.java 68 Contacts.STARRED,
105 Contacts.STARRED,
159 * no contacts if there are no starred or frequent contacts in the user's contacts.
168 * starred contacts in the correct order if there are only starred contacts in the user's
178 // Only the starred contacts should be returned, ordered alphabetically by name
208 * first starred, then frequent contacts in their respective correct orders if there are both
209 * starred and frequent contacts in the user's contacts.
225 // because it is starred, followed by contacts 2 and 1 due to their data usage ranking.
226 // Note that contact 3 is only returned once (as a starred contact) even though it is als
    [all...]
ContactsContract_RawContactsTest.java 52 RawContacts.STARRED,
177 values.put(ContactsContract.RawContacts.STARRED, 1);
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 66 public static final int STARRED = 7;
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactTileLoaderFactory.java 43 Contacts.STARRED,
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 188 Contacts.STARRED, // 9
201 Contacts.STARRED, // 9
214 Contacts.STARRED, // 9
228 Contacts.STARRED, // 9
DefaultContactListAdapter.java 148 selection.append(Contacts.STARRED + "!=0");
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 33 Contacts.STARRED, // 4
  /packages/apps/Contacts/src/com/android/contacts/list/
FavoritesAndContactsLoader.java 86 selection.append(Contacts.STARRED + "=?");
ContactListAdapter.java 53 Contacts.STARRED, // 9
65 Contacts.STARRED, // 8
77 Contacts.STARRED, // 8
90 Contacts.STARRED, // 8
LegacyContactListAdapter.java 37 People.STARRED, // 3
DefaultContactListAdapter.java 75 Contacts.STARRED + " DESC";
220 selection.append(Contacts.STARRED + "!=0");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java 46 private final static String STARRED = "starred";
135 int sendToVoicemail, int starred, int pinned,
140 this.mStarred = starred;
159 // Parse contactPrefs to get sendToVoicemail, starred, pinned.
163 final boolean starred = contactPrefs.has(STARRED)
164 ? contactPrefs.getBoolean(STARRED) : false;
234 sendToVoicemail ? 1 : 0, starred ? 1 : 0, pinned,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 37 Contacts.STARRED, // 2
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 181 b.withValue(RawContacts.STARRED, 1);
210 b.withValue(RawContacts.STARRED, 1);
ContactsProvider2Test.java 196 Contacts.STARRED,
237 Contacts.STARRED,
282 Contacts.STARRED,
331 Contacts.STARRED,
387 RawContacts.STARRED,
460 Contacts.STARRED,
540 Contacts.STARRED,
632 Contacts.STARRED,
678 RawContacts.STARRED,
725 PhoneLookup.STARRED,
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
ContactEntry.java 43 int starredColumn = cursor.getColumnIndex(ContactsContract.Contacts.STARRED);
48 int starred = cursor.getInt(starredColumn); local
50 return new ContactEntry(context, name, number, starred > 0, pinnedPosition);
  /packages/apps/Dialer/java/com/android/dialer/database/
DialerDatabaseHelper.java 129 + SmartDialDbColumns.STARRED
467 + SmartDialDbColumns.STARRED
752 + SmartDialDbColumns.STARRED
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 61 * number of starred contacts to show, rather 1. If the count of starred contacts is less than
62 * this limit, show 20 tiles total. 2. If the count of starred contacts is more than or equal to
63 * this limit, show all starred tiles and no frequents.
195 int starredColumn = cursor.getColumnIndexOrThrow(Contacts.STARRED);
207 final int starred = cursor.getInt(starredColumn); local
210 // We display a maximum of TILES_SOFT_LIMIT contacts, or the total number of starred
212 if (starred < 1 && counter >= TILES_SOFT_LIMIT) {
279 /** Iterates over the {@link Cursor} Returns position of the first NON Starred Contact */
286 int starredColumn = cursor.getColumnIndex(Contacts.STARRED);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 130 Contacts.STARRED,
212 public static final int STARRED = 7;
392 false /* starred */,
604 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0;
622 altDisplayName, phoneticName, starred, presence, sendToVoicemail,
646 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 148 false /* starred */,
429 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0;
461 starred,
486 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED);
794 public static final int STARRED = 7;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewHeader.java 130 setStarred(mConversation.starred);
148 // in the conversation header are the folders, priority indicators, and starred state.
153 setStarred(conv.starred);
166 mConversation.starred = !mConversation.starred;
167 setStarred(mConversation.starred);
169 UIProvider.ConversationColumns.STARRED, mConversation.starred);

Completed in 1648 milliseconds

1 2 3