Searched defs:newFavorite (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessagesAdapter.java93 void onAdapterFavoriteChanged(MessageListItem itemView, boolean newFavorite); argument
263 * @param newFavorite the new value of the favorite flag (star state)
265 public void updateFavorite(MessageListItem itemView, boolean newFavorite) { argument
266 changeFavoriteIcon(itemView, newFavorite);
268 mCallback.onAdapterFavoriteChanged(itemView, newFavorite);
H A DMessageListFragment.java1068 public void onAdapterFavoriteChanged(MessageListItem itemView, boolean newFavorite) { argument
1069 mController.setMessageFavorite(itemView.mMessageId, newFavorite);

Completed in 113 milliseconds