Searched refs:numRawContacts (Results 1 – 2 of 2) sorted by relevance
135 long numRawContacts = cursor.getLong(1); in deleteContactIfSingleton() local137 if (numRawContacts == 1) { in deleteContactIfSingleton()
192 int numRawContacts = mState.size(); in bindEditors() local194 for (int i = 0; i < numRawContacts; i++) { in bindEditors()238 editor.setCollapsible(numRawContacts > 1); in bindEditors()