Home | History | Annotate | Download | only in settings

Lines Matching defs:another

1510                 final CycleItem another = (CycleItem) o;
1511 return start == another.start && end == another.end;
1517 public int compareTo(CycleItem another) {
1518 return Long.compare(start, another.start);
1638 public int compareTo(AppItem another) {
1639 int comparison = Integer.compare(category, another.category);
1641 comparison = Long.compare(another.total, total);