HomeSort by relevance Sort by last modified time
    Searched defs:addURI (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/content/
UriMatcher.java 55 sURIMatcher.addURI("contacts", "/people", PEOPLE);
56 sURIMatcher.addURI("contacts", "/people/#", PEOPLE_ID);
57 sURIMatcher.addURI("contacts", "/people/#/phones", PEOPLE_PHONES);
58 sURIMatcher.addURI("contacts", "/people/#/phones/#", PEOPLE_PHONES_ID);
59 sURIMatcher.addURI("contacts", "/people/#/contact_methods", PEOPLE_CONTACTMETHODS);
60 sURIMatcher.addURI("contacts", "/people/#/contact_methods/#", PEOPLE_CONTACTMETHODS_ID);
61 sURIMatcher.addURI("contacts", "/deleted_people", DELETED_PEOPLE);
62 sURIMatcher.addURI("contacts", "/phones", PHONES);
63 sURIMatcher.addURI("contacts", "/phones/filter/*", PHONES_FILTER);
64 sURIMatcher.addURI("contacts", "/phones/#", PHONES_ID)
    [all...]
SearchRecentSuggestionsProvider.java 182 mUriMatcher.addURI(mAuthority, SearchManager.SUGGEST_URI_PATH_QUERY, URI_MATCH_SUGGEST);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java 109 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_QUERY,
111 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
113 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_SHORTCUT,
115 matcher.addURI(authority, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*",
  /cts/tests/src/android/content/cts/
MockContentProvider.java 261 URL_MATCHER.addURI(AUTHORITY, "testtable1", TESTTABLE1);
262 URL_MATCHER.addURI(AUTHORITY, "testtable1/#", TESTTABLE1_ID);
263 URL_MATCHER.addURI(AUTHORITY, "testtable2", TESTTABLE2);
264 URL_MATCHER.addURI(AUTHORITY, "testtable2/#", TESTTABLE2_ID);
DummyProvider.java 61 sMatcher.addURI(AUTHORITY, null, MATCH_NAME_VALUE);
62 sMatcher.addURI(AUTHORITY, MOCK_OPERATION, MATCH_MOCK_OPERATION);
  /cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java 71 mUriMatcher.addURI(sAuthority, sPath1, sCode1);
72 mUriMatcher.addURI(sAuthority, sPath2, sCode2);
73 mUriMatcher.addURI(sAuthority, sPath3, sCode3);
74 mUriMatcher.addURI(sAuthority, sPath4, sCode4);
104 notes = "Test addURI(String authority, String path, int code).",
105 method = "addURI",
114 mUriMatcher.addURI(sAuthority, sPath1, sCode1);
115 mUriMatcher.addURI(sAuthority, sPath2, sCode2);
116 mUriMatcher.addURI(sAuthority, sPath3, sCode3);
117 mUriMatcher.addURI(sAuthority, sPath4, sCode4)
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 58 matcher.addURI(AUTHORITY, "dictionary", SEARCH_WORDS);
59 matcher.addURI(AUTHORITY, "dictionary/#", GET_WORD);
61 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY, SEARCH_SUGGEST);
62 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*", SEARCH_SUGGEST);
70 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT, REFRESH_SHORTCUT);
71 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*", REFRESH_SHORTCUT);
  /packages/apps/Email/src/com/android/exchange/provider/
ExchangeProvider.java 56 matcher.addURI(EXCHANGE_AUTHORITY, "gal/*/*", GAL_FILTER);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 49 sURIMatcher.addURI(CallLog.AUTHORITY, "calls", CALLS);
50 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/#", CALLS_ID);
51 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/filter/*", CALLS_FILTER);
SocialProvider.java 77 matcher.addURI(SocialContract.AUTHORITY, "activities", ACTIVITIES);
78 matcher.addURI(SocialContract.AUTHORITY, "activities/#", ACTIVITIES_ID);
79 matcher.addURI(SocialContract.AUTHORITY, "activities/authored_by/#", ACTIVITIES_AUTHORED_BY);
81 matcher.addURI(SocialContract.AUTHORITY, "contact_status/#", CONTACT_STATUS_ID);
LegacyApiSupport.java 285 matcher.addURI(authority, "extensions", EXTENSIONS);
286 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID);
287 matcher.addURI(authority, "groups", GROUPS);
288 matcher.addURI(authority, "groups/#", GROUPS_ID);
289 matcher.addURI(authority, "groups/name/*/members", GROUP_NAME_MEMBERS);
290 // matcher.addURI(authority, "groups/name/*/members/filter/*",
292 matcher.addURI(authority, "groups/system_id/*/members", GROUP_SYSTEM_ID_MEMBERS);
293 // matcher.addURI(authority, "groups/system_id/*/members/filter/*",
295 matcher.addURI(authority, "groupmembership", GROUPMEMBERSHIP);
296 matcher.addURI(authority, "groupmembership/#", GROUPMEMBERSHIP_ID)
    [all...]
ContactsProvider2.java 434 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS);
435 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#", CONTACTS_ID);
436 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/data", CONTACTS_DATA);
437 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions",
439 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*",
441 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/photo", CONTACTS_PHOTO);
442 matcher.addURI(ContactsContract.AUTHORITY, "contacts/filter/*", CONTACTS_FILTER);
443 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_LOOKUP);
444 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_LOOKUP_ID);
445 matcher.addURI(ContactsContract.AUTHORITY, "contacts/as_vcard/*", CONTACTS_AS_VCARD)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 66 URI_MATCHER.addURI(AUTHORITY, RESULTS_PATH, RESULTS_ALL);
67 URI_MATCHER.addURI(AUTHORITY, RESULTS_PATH + "/#", RESULTS_ID);
68 URI_MATCHER.addURI(AUTHORITY, RESULTS_PATH + "/*", RESULTS_TEST_NAME);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 246 sUriMatcher.addURI(NotePad.AUTHORITY, "notes", NOTES);
247 sUriMatcher.addURI(NotePad.AUTHORITY, "notes/#", NOTE_ID);
248 sUriMatcher.addURI(NotePad.AUTHORITY, "live_folders/notes", LIVE_FOLDER_NOTES);
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
TableContentProvider.java 46 matcher.addURI(authority, path, mappings.size());
50 matcher.addURI(authority, path + "/#", mappings.size());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 54 matcher.addURI(authority, "shortcuts", URI_CODE_SHORTCUTS);
  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagProvider.java 76 MATCHER.addURI(auth, "ndef_msgs", NDEF_MESSAGES);
77 MATCHER.addURI(auth, "ndef_msgs/#", NDEF_MESSAGES_ID);
78 MATCHER.addURI(auth, "ndef_msgs/#/#/mime", NDEF_MESSAGES_ID_MIME);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 245 sUriMatcher.addURI(AUTHORITY, "words", WORDS);
246 sUriMatcher.addURI(AUTHORITY, "words/#", WORD_ID);
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmProvider.java 424 URI_MATCHER.addURI(DrmStore.AUTHORITY, "audio", AUDIO);
425 URI_MATCHER.addURI(DrmStore.AUTHORITY, "audio/#", AUDIO_ID);
426 URI_MATCHER.addURI(DrmStore.AUTHORITY, "images", IMAGES);
427 URI_MATCHER.addURI(DrmStore.AUTHORITY, "images/#", IMAGES_ID);
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 200 matcher.addURI(EMAIL_AUTHORITY, "account", ACCOUNT);
203 matcher.addURI(EMAIL_AUTHORITY, "account/#", ACCOUNT_ID);
205 matcher.addURI(EMAIL_AUTHORITY, "account/#/mailbox", ACCOUNT_MAILBOXES);
208 matcher.addURI(EMAIL_AUTHORITY, "mailbox", MAILBOX);
212 matcher.addURI(EMAIL_AUTHORITY, "mailbox/#", MAILBOX_ID);
214 matcher.addURI(EMAIL_AUTHORITY, "mailbox/#/message", MAILBOX_MESSAGES);
217 matcher.addURI(EMAIL_AUTHORITY, "message", MESSAGE);
220 matcher.addURI(EMAIL_AUTHORITY, "message/#", MESSAGE_ID);
223 matcher.addURI(EMAIL_AUTHORITY, "attachment", ATTACHMENT);
225 matcher.addURI(EMAIL_AUTHORITY, "attachment/#", ATTACHMENT_ID)
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 110 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY,
112 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
114 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT,
116 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*",
118 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH,
120 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH + "/*",
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 181 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
182 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
185 URI_MATCHER.addURI(
187 URI_MATCHER.addURI(
191 URI_MATCHER.addURI(
196 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
198 URI_MATCHER.addURI(
205 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID);
208 URI_MATCHER.addURI(AUTHORITY, "canonical-address/#", URI_CANONICAL_ADDRESS);
211 URI_MATCHER.addURI(AUTHORITY, "canonical-addresses", URI_CANONICAL_ADDRESSES)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 485 sContactsIdMatcher.addURI(ContactsContract.AUTHORITY, "contacts/#", CONTACTS_ID);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /prebuilt/sdk/10/
android.jar 

Completed in 1448 milliseconds

1 2