Searched refs:mProfileProvider (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1478 private ProfileProvider mProfileProvider; field in ContactsProvider2 1645 mProfileProvider = newProfileProvider(); in initialize() 1646 mProfileProvider.setDbHelperToSerializeOn(mContactsHelper, CONTACTS_DB_TAG, this); in initialize() 1649 mProfileProvider.attachInfo(getContext(), profileInfo); in initialize() 1650 mProfileHelper = mProfileProvider.getDatabaseHelper(); in initialize() 2117 db.beginTransactionWithListener(inProfileMode() ? mProfileProvider : this); in cleanupPhotoStore() 2384 resultUri = mProfileProvider.insert(uri, values); in insert() 2425 updates = mProfileProvider.update(uri, values, selection, selectionArgs); in update() 2463 deletes = mProfileProvider.delete(uri, selection, selectionArgs); in delete() 5725 return mProfileProvider.query(uri, projection, selection, selectionArgs, sortOrder, in queryInternal() [all …]
|