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()
318 final boolean emptyTitle = TextUtils.isEmpty(title); in compareTo()320 if (!emptyTitle && !rhsEmptyTitle) { in compareTo()324 return (emptyTitle ? -1 : 0) - (rhsEmptyTitle ? -1 : 0); in compareTo()
306 public void emptyTitle() throws InterruptedException { in emptyTitle() method in ChooserActivityTest