HomeSort by relevance Sort by last modified time
    Searched full:starred (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /packages/providers/ContactsProvider/tests/assets/test1/
expected_contacts.txt 10 10 starred=0
25 25 starred=1
40 40 starred=1
55 55 starred=0
testFileDeviceContactMetadataJSON.txt 11 "starred": false,
expected_groups.txt 41 41 notes=Starred in Android
45 45 title=Starred in Android
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_contacts.txt 10 10 starred=0
25 25 starred=0
40 40 starred=0
55 55 starred=0
70 70 starred=0
  /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_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...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_contacts.txt 10 10 starred=0
25 25 starred=0
40 40 starred=0
55 55 starred=0
70 70 starred=0
85 85 starred=0
100 100 starred=0
115 115 starred=0
130 130 starred=0
145 145 starred=
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationMessage.java 98 * Sets the starred state of this Message object and also updates the cached instance in
101 * @param starred new starred state
103 public void setStarredInConversation(boolean starred) {
104 this.starred = starred;
108 other.starred = starred;
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);
StarView.java 12 * switch between the starred and unstarred state.
33 * Set the starred state of the view.
MessageCursor.java 80 // Is the conversation starred?
84 if (getMessage().starred) {
182 " sendingState=%s read=%s starred=%s attUris=%s]\n",
184 m.sendingState, m.read, m.starred, attUris));
  /prebuilts/go/darwin-x86/src/regexp/testdata/
README 11 the no match case runs the starred subexpression zero times,
13 runs the starred subexpression one time, not twice.
  /prebuilts/go/linux-x86/src/regexp/testdata/
README 11 the no match case runs the starred subexpression zero times,
13 runs the starred subexpression one time, not twice.
  /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,
DataRowHandlerForGroupMembership.java 81 updateRawContactsStar(db, rawContactId, true /* starred */);
104 private void updateRawContactsStar(SQLiteDatabase db, long rawContactId, boolean starred) {
106 rawContactValues.put(RawContacts.STARRED, starred ? 1 : 0);
130 updateRawContactsStar(db, rawContactId, false /* starred */);
  /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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EnterpriseContactsCursorWrapperTest.java 40 /* column 6 */ PhoneLookup.STARRED,
71 null, // PhoneLookup.STARRED,
94 1, // PhoneLookup.STARRED,
117 null, // PhoneLookup.STARRED,
140 null, // PhoneLookup.STARRED,
163 null, // PhoneLookup.STARRED,
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
utf8_utils_test.cpp 55 EXPECT_EQ(0x1F752, codePoints[2]); // ALCHEMICAL SYMBOL FOR STARRED TRIDENT
76 0x1F752 /* ALCHEMICAL SYMBOL FOR STARRED TRIDENT */
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java 26 * The following activity shows a list of contacts, their starred status
  /frameworks/base/core/res/res/xml-watch/
default_zen_mode_config.xml 20 <!-- Allow starred contacts to go through only.
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SystemFolderSelectorAdapter.java 46 * TODO: Only show inboxes until we have a way to exclude things like STARRED and SPAM,
  /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);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 65 * number of starred contacts to show, rather 1. If the count of starred contacts is less than
66 * this limit, show 20 tiles total. 2. If the count of starred contacts is more than or equal to
67 * this limit, show all starred tiles and no frequents.
207 int starredColumn = cursor.getColumnIndexOrThrow(Contacts.STARRED);
219 final int starred = cursor.getInt(starredColumn); local
222 // We display a maximum of TILES_SOFT_LIMIT contacts, or the total number of starred
224 if (starred < 1 && counter >= TILES_SOFT_LIMIT) {
279 // mNumStarred might be larger than the number of visible starred contact,
280 // since it includes invisible ones (starred contact with no phone number)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 91 * @see UIProvider.ConversationColumns#STARRED
93 public boolean starred; field in class:Conversation
188 dest.writeInt(starred ? 1 : 0);
214 starred = (in.readInt() != 0);
290 starred = cursor.getInt(UIProvider.CONVERSATION_STARRED_COLUMN) != 0;
329 starred = other.starred;
351 boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel,
368 this.starred = starred;
    [all...]

Completed in 2584 milliseconds

1 2 3 4 5 6 7