HomeSort by relevance Sort by last modified time
    Searched refs:clearSuperPrimary (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 125 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
200 final boolean clearSuperPrimary = hasSuperPrimary &&
203 if (clearPrimary || clearSuperPrimary) {
215 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
ContactsDatabaseHelper.java     [all...]

Completed in 52 milliseconds