Searched refs:mProfileProvider (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1434 private ProfileProvider mProfileProvider; field in ContactsProvider2 1555 mProfileProvider = newProfileProvider(); in initialize() 1556 mProfileProvider.setDbHelperToSerializeOn(mContactsHelper, CONTACTS_DB_TAG, this); in initialize() 1559 mProfileProvider.attachInfo(getContext(), profileInfo); in initialize() 1560 mProfileHelper = mProfileProvider.getDatabaseHelper(); in initialize() 1980 db.beginTransactionWithListener(inProfileMode() ? mProfileProvider : this); in cleanupPhotoStore() 2193 return mProfileProvider.insert(uri, values); in insert() 2208 return mProfileProvider.update(uri, values, selection, selectionArgs); in update() 2222 return mProfileProvider.delete(uri, selection, selectionArgs); in delete() 5464 return mProfileProvider.query(uri, projection, selection, selectionArgs, sortOrder, in query() [all …]
|