Home | History | Annotate | Download | only in platform

Lines Matching full:resolver

61         final ContentResolver resolver = context.getContentResolver();
63 new BatchOperation(context, resolver);
68 rawContactId = lookupRawContact(resolver, userId);
72 updateContact(context, resolver, account, user,
104 final ContentResolver resolver = context.getContentResolver();
106 new BatchOperation(context, resolver);
110 final long profileId = lookupProfile(resolver, userId);
162 * @param resolver the ContentResolver to use
169 ContentResolver resolver, String accountName, User user,
177 resolver.query(Data.CONTENT_URI, DataQuery.PROJECTION,
262 private static long lookupRawContact(ContentResolver resolver, long userId) {
265 resolver.query(RawContacts.CONTENT_URI, UserIdQuery.PROJECTION,
284 * @param resolver a content resolver
288 private static long lookupProfile(ContentResolver resolver, long userId) {
291 resolver.query(Data.CONTENT_URI, ProfileQuery.PROJECTION,