Home | History | Annotate | Download | only in contacts

Lines Matching defs:authority

267         String authority = android.provider.Contacts.AUTHORITY;
268 matcher.addURI(authority, "extensions", EXTENSIONS);
269 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID);
270 matcher.addURI(authority, "groups", GROUPS);
271 matcher.addURI(authority, "groups/#", GROUPS_ID);
272 matcher.addURI(authority, "groups/name/*/members", GROUP_NAME_MEMBERS);
273 // matcher.addURI(authority, "groups/name/*/members/filter/*",
275 matcher.addURI(authority, "groups/system_id/*/members", GROUP_SYSTEM_ID_MEMBERS);
276 // matcher.addURI(authority, "groups/system_id/*/members/filter/*",
278 matcher.addURI(authority, "groupmembership", GROUPMEMBERSHIP);
279 matcher.addURI(authority, "groupmembership/#", GROUPMEMBERSHIP_ID);
280 // matcher.addURI(authority, "groupmembershipraw", GROUPMEMBERSHIP_RAW);
281 matcher.addURI(authority, "people", PEOPLE);
282 // matcher.addURI(authority, "people/strequent", PEOPLE_STREQUENT);
283 // matcher.addURI(authority, "people/strequent/filter/*", PEOPLE_STREQUENT_FILTER);
284 matcher.addURI(authority, "people/filter/*", PEOPLE_FILTER);
285 // matcher.addURI(authority, "people/with_phones_filter/*",
287 // matcher.addURI(authority, "people/with_email_or_im_filter/*",
289 matcher.addURI(authority, "people/#", PEOPLE_ID);
290 matcher.addURI(authority, "people/#/extensions", PEOPLE_EXTENSIONS);
291 matcher.addURI(authority, "people/#/extensions/#", PEOPLE_EXTENSIONS_ID);
292 matcher.addURI(authority, "people/#/phones", PEOPLE_PHONES);
293 matcher.addURI(authority, "people/#/phones/#", PEOPLE_PHONES_ID);
294 // matcher.addURI(authority, "people/#/phones_with_presence",
296 matcher.addURI(authority, "people/#/photo", PEOPLE_PHOTO);
297 // matcher.addURI(authority, "people/#/photo/data", PEOPLE_PHOTO_DATA);
298 matcher.addURI(authority, "people/#/contact_methods", PEOPLE_CONTACTMETHODS);
299 // matcher.addURI(authority, "people/#/contact_methods_with_presence",
301 matcher.addURI(authority, "people/#/contact_methods/#", PEOPLE_CONTACTMETHODS_ID);
302 matcher.addURI(authority, "people/#/organizations", PEOPLE_ORGANIZATIONS);
303 matcher.addURI(authority, "people/#/organizations/#", PEOPLE_ORGANIZATIONS_ID);
304 matcher.addURI(authority, "people/#/groupmembership", PEOPLE_GROUPMEMBERSHIP);
305 matcher.addURI(authority, "people/#/groupmembership/#", PEOPLE_GROUPMEMBERSHIP_ID);
306 // matcher.addURI(authority, "people/raw", PEOPLE_RAW);
307 // matcher.addURI(authority, "people/owner", PEOPLE_OWNER);
308 matcher.addURI(authority, "people/#/update_contact_time",
310 matcher.addURI(authority, "deleted_people", DELETED_PEOPLE);
311 matcher.addURI(authority, "deleted_groups", DELETED_GROUPS);
312 matcher.addURI(authority, "phones", PHONES);
313 // matcher.addURI(authority, "phones_with_presence", PHONES_WITH_PRESENCE);
314 matcher.addURI(authority, "phones/filter/*", PHONES_FILTER);
315 authority, "phones/filter_name/*", PHONES_FILTER_NAME);
316 // matcher.addURI(authority, "phones/mobile_filter_name/*",
318 matcher.addURI(authority, "phones/#", PHONES_ID);
319 matcher.addURI(authority, "photos", PHOTOS);
320 matcher.addURI(authority, "photos/#", PHOTOS_ID);
321 matcher.addURI(authority, "contact_methods", CONTACTMETHODS);
322 matcher.addURI(authority, "contact_methods/email", CONTACTMETHODS_EMAIL);
323 // matcher.addURI(authority, "contact_methods/email/*", CONTACTMETHODS_EMAIL_FILTER);
324 matcher.addURI(authority, "contact_methods/#", CONTACTMETHODS_ID);
325 // matcher.addURI(authority, "contact_methods/with_presence",
327 matcher.addURI(authority, "organizations", ORGANIZATIONS);
328 matcher.addURI(authority, "organizations/#", ORGANIZATIONS_ID);
329 // matcher.addURI(authority, "voice_dialer_timestamp", VOICE_DIALER_TIMESTAMP);
330 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_QUERY,
332 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
334 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*",
336 matcher.addURI(authority, "settings", SETTINGS);