Home
last modified time | relevance | path

Searched refs:sUriMatcher (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java25 private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in SampleProvider
29 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()
69 switch (sUriMatcher.match(uri)) { in query()
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
DBrowserService.java84 private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in BrowserService
86 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/docs/html-intl/intl/ru/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd412 private static final UriMatcher sUriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
424 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
431 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
446 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd887 sUriMatcher.addURI(CONTACTS, "names/*", GET_SINGLE_CONTACT);
905 switch (sUriMatcher.match(uri)) {
929 switch (sUriMatcher.match(uri)) {
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontent-provider-creating.jd411 private static final UriMatcher sUriMatcher;
422 sUriMatcher.addURI("com.example.app.provider", "table3", 1);
429 sUriMatcher.addURI("com.example.app.provider", "table3/#", 2);
443 switch (sUriMatcher.match(uri)) {