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 132 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
268 final boolean clearSuperPrimary = hasSuperPrimary &&
271 if (clearPrimary || clearSuperPrimary) {
283 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
ContactsDatabaseHelper.java     [all...]

Completed in 204 milliseconds