OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orderrhs
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
RankedComparator.java
71
final int
orderRhs
= getOrder(rhs);
73
return orderLhs <
orderRhs
? -1 : (orderLhs ==
orderRhs
? 0 : 1);
Completed in 54 milliseconds