Searched refs:oneId (Results 1 – 1 of 1) sorted by relevance
121 Long oneId = one.getRawContactId(); in compare() local123 if (oneId == null && twoId == null) { in compare()125 } else if (oneId == null) { in compare()131 return Long.compare(oneId, twoId); in compare()