Home | History | Annotate | Download | only in contacts

Lines Matching defs:mResolver

67         mResolver.insert(RawContacts.CONTENT_URI, values);
77 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values);
93 mResolver.insert(RawContacts.CONTENT_URI, values);
94 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values);
101 assertTrue(mResolver.update(RawContacts.CONTENT_URI, values, null, null) > 0);
111 assertTrue(mResolver.update(Profile.CONTENT_RAW_CONTACTS_URI, values, null, null) > 0);
127 mResolver.insert(RawContacts.CONTENT_URI, values);
128 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values);
132 assertTrue(mResolver.delete(RawContacts.CONTENT_URI, null, null) > 0);
141 assertTrue(mResolver.delete(Profile.CONTENT_RAW_CONTACTS_URI, null, null) > 0);
157 mResolver.bulkInsert(RawContacts.CONTENT_URI, new ContentValues[] {values});
167 mResolver.bulkInsert(Profile.CONTENT_RAW_CONTACTS_URI, new ContentValues[] {values});
242 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
259 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
279 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
300 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);