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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java857 * The cursor position may be different than the position method parameter because of
873 * @param different if the currently checked conversation is different from the one provided
877 public void setActivated(final Conversation conversation, boolean different) { argument
884 setRawActivated(position, different);
929 * @param different if the currently activated conversation is different from the one provided
933 public void setRawActivated(final int position, final boolean different) { argument
938 if (different) {

Completed in 67 milliseconds