Searched refs:getSortKey (Results 1 – 6 of 6) sorted by relevance
60 getSortKey(context) + " ASC"); in ContactsCursorLoader()81 private static String getSortKey(Context context) { in getSortKey() method in ContactsCursorLoader
531 if (left.getNotification().getSortKey() != null in compare()532 && right.getNotification().getSortKey() != null) { in compare()533 return left.getNotification().getSortKey().compareTo( in compare()534 right.getNotification().getSortKey()); in compare()
188 public String getSortKey(String name) { in getSortKey() method in ContactLocaleUtils.ContactLocaleUtilsBase560 public String getSortKey(String name, int nameStyle) { in getSortKey() method in ContactLocaleUtils561 return mUtils.getSortKey(name); in getSortKey()
54 getSortKey(context) + " ASC"); in SearchContactsCursorLoader()74 private static String getSortKey(Context context) { in getSortKey() method in SearchContactsCursorLoader
267 .setSortKey(getSortKey(rec.report.getTimestamp())) in showNotifications()299 private String getSortKey(long timestamp) { in getSortKey() method in PendingList.Updater
262 n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()