Home
last modified time | relevance | path

Searched refs:twoAccount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java111 String twoAccount = two.getAccountName(); in compare() local
112 if (twoAccount == null) { in compare()
113 twoAccount = ""; in compare()
115 value = oneAccount.compareTo(twoAccount); in compare()