Searched refs:exceptLast (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageCursor.java133 * @param exceptLast optional number of messages to exclude iterating through at the end of the
137 public int getStateHashCode(int exceptLast) { argument
140 final int stopAt = getCount() - exceptLast;

Completed in 9 milliseconds