Home
last modified time | relevance | path

Searched refs:mProfileProvider (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1492 private ProfileProvider mProfileProvider; field in ContactsProvider2
1613 mProfileProvider = newProfileProvider(); in initialize()
1614 mProfileProvider.setDbHelperToSerializeOn(mContactsHelper, CONTACTS_DB_TAG, this); in initialize()
1617 mProfileProvider.attachInfo(getContext(), profileInfo); in initialize()
1618 mProfileHelper = mProfileProvider.getDatabaseHelper(); in initialize()
2038 db.beginTransactionWithListener(inProfileMode() ? mProfileProvider : this); in cleanupPhotoStore()
2251 return mProfileProvider.insert(uri, values); in insert()
2266 return mProfileProvider.update(uri, values, selection, selectionArgs); in update()
2280 return mProfileProvider.delete(uri, selection, selectionArgs); in delete()
5537 return mProfileProvider.query(uri, projection, selection, selectionArgs, sortOrder, in query()
[all …]