Searched defs:star (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationMessage.java36 * A message created as part of a conversation view. Sometimes, like during star/unstar, it's
112 public void star(boolean newStarred) { method in class:ConversationMessage
H A DSelectedConversationsActionMenu.java165 } else if (itemId == R.id.star) {
173 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
340 * Marks the selected conversations with the star setting provided here.
341 * @param star true if you want all the conversations to have stars, false if you want to remove
344 private void starConversations(boolean star) { argument
346 mUpdater.updateConversation(target, ConversationColumns.STARRED, star);
349 c.starred = star;
399 final MenuItem star = menu.findItem(R.id.star);
400 star
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1513 DataUtil.insertStructuredName(mResolver, rawContactId, "No star",
1520 DataUtil.insertStructuredName(mResolver, rawContactId, "Has star",
1530 values.put(PhoneLookup.DISPLAY_NAME, "No star");
7790 // remove the star from r1
7813 // remove the star from r1
7838 // remove the star from r1
7861 // r1's star should automatically be set
7880 // r1's star should no longer be set
7889 // r3's star should automatically be set
7907 // r3's star shoul
8844 newPinningOperation(long id, int pinned, boolean star) argument
[all...]

Completed in 83 milliseconds