Searched refs:mProfileProvider (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1490 private ProfileProvider mProfileProvider; field in ContactsProvider2 1610 mProfileProvider = newProfileProvider(); in initialize() 1611 mProfileProvider.setDbHelperToSerializeOn(mContactsHelper, CONTACTS_DB_TAG, this); in initialize() 1614 mProfileProvider.attachInfo(getContext(), profileInfo); in initialize() 1615 mProfileHelper = mProfileProvider.getDatabaseHelper(getContext()); in initialize() 2029 db.beginTransactionWithListener(inProfileMode() ? mProfileProvider : this); in cleanupPhotoStore() 2240 return mProfileProvider.insert(uri, values); in insert() 2252 return mProfileProvider.update(uri, values, selection, selectionArgs); in update() 2264 return mProfileProvider.delete(uri, selection, selectionArgs); in delete() 5506 return mProfileProvider.query(uri, projection, selection, selectionArgs, sortOrder, in query() [all …]
|