Home
last modified time | relevance | path

Searched refs:addURI (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/net/
DUriMatcherTest.java46 matcher.addURI("people", null, PEOPLE); in testContentUris()
47 matcher.addURI("people", "#", PEOPLE_ID); in testContentUris()
48 matcher.addURI("people", "#/phones", PEOPLE_PHONES); in testContentUris()
49 matcher.addURI("people", "#/phones/blah", PEOPLE_PHONES_ID); in testContentUris()
50 matcher.addURI("people", "#/phones/#", PEOPLE_PHONES_ID); in testContentUris()
51 matcher.addURI("people", "#/addresses", PEOPLE_ADDRESSES); in testContentUris()
52 matcher.addURI("people", "#/addresses/#", PEOPLE_ADDRESSES_ID); in testContentUris()
53 matcher.addURI("people", "#/contact-methods", PEOPLE_CONTACTMETH); in testContentUris()
54 matcher.addURI("people", "#/contact-methods/#", PEOPLE_CONTACTMETH_ID); in testContentUris()
55 matcher.addURI("calls", null, CALLS); in testContentUris()
[all …]
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DPduCache.java54 URI_MATCHER.addURI("mms", null, MMS_ALL);
55 URI_MATCHER.addURI("mms", "#", MMS_ALL_ID);
56 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
57 URI_MATCHER.addURI("mms", "inbox/#", MMS_INBOX_ID);
58 URI_MATCHER.addURI("mms", "sent", MMS_SENT);
59 URI_MATCHER.addURI("mms", "sent/#", MMS_SENT_ID);
60 URI_MATCHER.addURI("mms", "drafts", MMS_DRAFTS);
61 URI_MATCHER.addURI("mms", "drafts/#", MMS_DRAFTS_ID);
62 URI_MATCHER.addURI("mms", "outbox", MMS_OUTBOX);
63 URI_MATCHER.addURI("mms", "outbox/#", MMS_OUTBOX_ID);
[all …]
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java29 sUriMatcher.addURI(PROVIDER_URI, "photos", PHOTOS); in sUriMatcher.addURI()
30 sUriMatcher.addURI(PROVIDER_URI, "photos/1", PHOTO_INDIVIDUAL_1); in sUriMatcher.addURI()
31 sUriMatcher.addURI(PROVIDER_URI, "photos/2", PHOTO_INDIVIDUAL_2); in sUriMatcher.addURI()
32 sUriMatcher.addURI(PROVIDER_URI, "photos/3", PHOTO_INDIVIDUAL_3); in sUriMatcher.addURI()
33 sUriMatcher.addURI(PROVIDER_URI, "photos/4", PHOTO_INDIVIDUAL_4); in sUriMatcher.addURI()
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
DBrowserService.java86 sUriMatcher.addURI(AUTHORITY, BROWSE_ROOT_BASE_PATH, BROWSE_ROOT); in sUriMatcher.addURI()
87 sUriMatcher.addURI(AUTHORITY, NOW_PLAYING_PATH, NOW_PLAYING); in sUriMatcher.addURI()
88 sUriMatcher.addURI(AUTHORITY, PIANO_BASE_PATH, PIANO); in sUriMatcher.addURI()
89 sUriMatcher.addURI(AUTHORITY, VOICE_BASE_PATH, VOICE); in sUriMatcher.addURI()
/frameworks/base/core/java/android/provider/
DSearchIndexablesProvider.java84 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_XML_RES_PATH, in attachInfo()
86 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_RAW_PATH, in attachInfo()
88 mMatcher.addURI(mAuthority, SearchIndexablesContract.NON_INDEXABLES_KEYS_PATH, in attachInfo()
DDocumentsProvider.java156 mMatcher.addURI(mAuthority, "root", MATCH_ROOTS); in attachInfo()
157 mMatcher.addURI(mAuthority, "root/*", MATCH_ROOT); in attachInfo()
158 mMatcher.addURI(mAuthority, "root/*/recent", MATCH_RECENT); in attachInfo()
159 mMatcher.addURI(mAuthority, "root/*/search", MATCH_SEARCH); in attachInfo()
160 mMatcher.addURI(mAuthority, "document/*", MATCH_DOCUMENT); in attachInfo()
161 mMatcher.addURI(mAuthority, "document/*/children", MATCH_CHILDREN); in attachInfo()
162 mMatcher.addURI(mAuthority, "tree/*/document/*", MATCH_DOCUMENT_TREE); in attachInfo()
163 mMatcher.addURI(mAuthority, "tree/*/document/*/children", MATCH_CHILDREN_TREE); in attachInfo()
DContactsInternal.java50 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI()
51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI()
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProvider.java57 sURLMatcher.addURI("*", "data/#/blob", DATA_ID_BLOB);
58 sURLMatcher.addURI("*", "huge", HUGE);
59 sURLMatcher.addURI("*", "file", FILE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java72 URL_MATCHER.addURI("icc", "adn", ADN);
73 URL_MATCHER.addURI("icc", "adn/subId/#", ADN_SUB);
74 URL_MATCHER.addURI("icc", "fdn", FDN);
75 URL_MATCHER.addURI("icc", "fdn/subId/#", FDN_SUB);
76 URL_MATCHER.addURI("icc", "sdn", SDN);
77 URL_MATCHER.addURI("icc", "sdn/subId/#", SDN_SUB);
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java41 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY,
43 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalProvider.java40 sURLMatcher.addURI("*", "data", DATA);
41 sURLMatcher.addURI("*", "data/#", DATA_ID);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java68 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT); in sMatcher.addURI()
70 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE); in sMatcher.addURI()
72 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME); in sMatcher.addURI()
/frameworks/base/core/java/android/content/
DUriMatcher.java160 public void addURI(String authority, String path, int code) in addURI() method in UriMatcher
DSearchRecentSuggestionsProvider.java188 mUriMatcher.addURI(mAuthority, SearchManager.SUGGEST_URI_PATH_QUERY, URI_MATCH_SUGGEST); in setupSuggestions()
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontent-provider-creating.jd402 Метод {@link android.content.UriMatcher#addURI(String, String, int) addURI()} сопоставляет
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontent-provider-creating.jd402 {@link android.content.UriMatcher#addURI(String, String, int) addURI()} 메서드는
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontent-provider-creating.jd402 … メソッド {@link android.content.UriMatcher#addURI(String, String, int) addURI()} は認証局とパスを正数値にマッピングします。
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-creating.jd402 方法 {@link android.content.UriMatcher#addURI(String, String, int) addURI()} 会将权限和路径映射到一个整型值。
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontent-provider-creating.jd402 {@link android.content.UriMatcher#addURI(String, String, int) addURI()} 方法會將授權和
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontent-provider-creating.jd402 Metode {@link android.content.UriMatcher#addURI(String, String, int) addURI()} memetakan
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd403 The method {@link android.content.UriMatcher#addURI(String, String, int) addURI()} maps an
416 * The calls to addURI() go here, for all of the content URI patterns that the provider
424 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
431 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontent-provider-creating.jd402 O método {@link android.content.UriMatcher#addURI(String, String, int) addURI()} mapeia
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontent-provider-creating.jd402 Phương pháp {@link android.content.UriMatcher#addURI(String, String, int) addURI()} ánh xạ một
414 * The calls to addURI() go here, for all of the content URI patterns that the provider
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd887 sUriMatcher.addURI(CONTACTS, "names/*", GET_SINGLE_CONTACT);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8256 method public void addURI(java.lang.String, java.lang.String, int);

12