Searched refs:LAST (Results 1 – 2 of 2) sorted by relevance
54 private static final int LAST = 138; field in DataModelException66 if (errorCode < FIRST || errorCode > LAST) { in DataModelException()
71 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()76 if (pinnedPos2 == PinnedListItem.LAST) return -1; in compare()85 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()224 public static final int LAST = 2; field in SelectFromListWizardFragment.PinnedListItem