Searched refs:emptyTitle (Results 1 – 3 of 3) sorted by relevance
90 final boolean emptyTitle = TextUtils.isEmpty(title); in compareTo()92 if (!emptyTitle && !rhsEmptyTitle) { in compareTo()96 return (emptyTitle ? -1 : 0) - (rhsEmptyTitle ? -1 : 0); in compareTo()
305 final boolean emptyTitle = TextUtils.isEmpty(title); in compareTo()307 if (!emptyTitle && !rhsEmptyTitle) { in compareTo()311 return (emptyTitle ? -1 : 0) - (rhsEmptyTitle ? -1 : 0); in compareTo()
193 public void emptyTitle() throws InterruptedException { in emptyTitle() method in ChooserActivityTest