Home | History | Annotate | Download | only in browse

Lines Matching refs:star

155         } else if (itemId == R.id.star) {
159 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
326 * Marks the selected conversations with the star setting provided here.
327 * @param star true if you want all the conversations to have stars, false if you want to remove
330 private void starConversations(boolean star) {
332 mUpdater.updateConversation(target, ConversationColumns.STARRED, star);
335 c.starred = star;
382 final MenuItem star = menu.findItem(R.id.star);
383 star.setVisible(showStar);
506 // up. Avoid making any changes to stop flickering ("Add Star" -> "Remove Star") just