HomeSort by relevance Sort by last modified time
    Searched refs:SCHEME (Results 1 - 16 of 16) sorted by null

  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 53 * The scheme part for this provider's URI
55 private static final String SCHEME = "content://";
84 public static final Uri CONTENT_URI = Uri.parse(SCHEME + AUTHORITY + PATH_NOTES);
91 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID);
98 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID + "/#");
104 = Uri.parse(SCHEME + AUTHORITY + PATH_LIVE_FOLDER);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProviderContract.java 16 // The URI scheme used for content URIs
17 public static final String SCHEME = "content";
25 public static final Uri CONTENT_URI = Uri.parse(SCHEME + "://" + AUTHORITY);
  /frameworks/base/core/java/android/service/notification/
Condition.java 35 public static final String SCHEME = "condition";
159 return new Uri.Builder().scheme(SCHEME).authority(context.getPackageName());
163 return id != null && SCHEME.equals(id.getScheme()) && pkg.equals(id.getAuthority());
ZenModeConfig.java 518 return new Uri.Builder().scheme(Condition.SCHEME)
546 return new Uri.Builder().scheme(Condition.SCHEME)
  /frameworks/base/services/core/java/com/android/server/notification/
NextAlarmConditionProvider.java 151 return new Uri.Builder().scheme(Condition.SCHEME)
160 return conditionId != null && conditionId.getScheme().equals(Condition.SCHEME)
  /external/chromium_org/url/third_party/mozilla/
url_parse.h 73 // Component scheme;
74 // if (!ExtractScheme(url, url_len, &scheme))
77 // if (IsStandardScheme(url, scheme)) // Not provided by this component
79 // else if (IsFileURL(url, scheme)) // Not provided by this component
87 SCHEME,
108 // contain an entry for the four-character scheme, and it doesn't know about
129 // SCHEME: 0 0
140 // Scheme without the colon: "http://foo"/ would have a scheme of "http".
141 // The length will be -1 if no scheme is specified ("foo.com"), or 0 if ther
145 Component scheme; member in struct:url::Parsed
    [all...]
url_parse.cc 249 Component* scheme) {
260 *scheme = MakeRange(begin, i);
264 return false; // No colon found: no scheme
267 // Fills in all members of the Parsed structure except for the scheme.
270 // |after_scheme| is the character immediately following the scheme (after the
315 // The main parsing function for standard URLs. Standard URLs have a scheme,
326 if (DoExtractScheme(spec, spec_len, &parsed->scheme)) {
327 after_scheme = parsed->scheme.end() + 1; // Skip past the colon.
329 // Say there's no scheme when there is no colon. We could also say that
330 // everything is the scheme. Both would produce an invalid URL, but this wa
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 291 public static final ValueProvider SCHEME = new ValueProvider("scheme") {
303 public static final ValueProvider SSP = new ValueProvider("scheme-specific-part") {
IntentFirewall.java 92 StringFilter.SCHEME,
  /external/chromium_org/url/
url_parse_unittest.cc 55 const char* scheme; member in struct:url::__anon21843::URLParseCase
69 const char* scheme; member in struct:url::__anon21843::PathURLParseCase
77 const char* scheme; member in struct:url::__anon21843::MailtoURLParseCase
165 {"http://u:p@h:8/p?q#r", Parsed::SCHEME, true, 0},
166 {"http://u:p@h:8/p?q#r", Parsed::SCHEME, false, 0},
195 {"", Parsed::SCHEME, true, 0},
222 // Input Scheme Usrname Passwd Host Port Path Query Ref
327 EXPECT_TRUE(ComponentMatches(url, cases[i].scheme, parsed.scheme));
361 EXPECT_TRUE(ComponentMatches(url, path_cases[i].scheme, parsed.scheme)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.20.0/
org.eclipse.tycho.p2.resolver.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.18.1/
org.eclipse.tycho.p2.resolver.shared-0.18.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 785 milliseconds