Searched refs:compareTo (Results 1 – 5 of 5) sorted by relevance
75 if (tag.compareTo(TEST_STARTED) == 0) { in bufferLogEvent()77 } else if (tag.compareTo(TEST_IDLE_ENDED) == 0) { in bufferLogEvent()81 } else if (tag.compareTo(TEST_DELAY_STARTED) == 0) { in bufferLogEvent()134 if (mPowerLogTag.compareTo(TEST_SEQ_BEGIN) == 0) { in injectEvent()
235 return o1.getName().compareTo(o2.getName()); in list()
241 return lhs.getLocale().compareTo(rhs.getLocale()); in setupLocaleList()
74 return object1.name.compareTo(object2.name);
239 public int compareTo(Question that) { in compareTo() method in MainActivity.Question