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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 123 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
286 mDbHelper.setIsPrimary(rawContactId, -1, mimeTypeId);
301 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
309 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
361 mDbHelper.setIsPrimary(rawContactId, primaryId, mimeTypeId);
ContactsDatabaseHelper.java     [all...]

Completed in 86 milliseconds