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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 122 final long mimeTypeId = getMimeTypeId();
123 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
130 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
132 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
137 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) {
138 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
263 final long mimeTypeId = getMimeTypeId();
283 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
286 mDbHelper.setIsPrimary(rawContactId, -1, mimeTypeId);
300 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
    [all...]
ContactsDatabaseHelper.java     [all...]

Completed in 3337 milliseconds