HomeSort by relevance Sort by last modified time
    Searched full:mimetypeid (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 115 final long mimeTypeId = getMimeTypeId();
116 mDbHelper.setIsPrimary(rawContactId, dataId, mimeTypeId);
122 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
124 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
129 if (mDbHelper.rawContactHasSuperPrimary(rawContactId, mimeTypeId)) {
130 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
194 final long mimeTypeId = getMimeTypeId();
214 mDbHelper.clearSuperPrimary(rawContactId, mimeTypeId);
217 mDbHelper.setIsPrimary(rawContactId, -1, mimeTypeId);
231 mDbHelper.setIsSuperPrimary(rawContactId, dataId, mimeTypeId);
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactAggregator.java     [all...]

Completed in 24 milliseconds