Searched defs:scheme (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java159 * Builds a URI scheme name given the parameters for a {@code HostAuth}. If
199 * Returns the flags for the specified scheme.
201 public static int getSchemeFlags(String scheme) { argument
202 String[] schemeParts = scheme.split("\\+");
370 // Set protocol, security, and additional flags based on uri scheme
540 String scheme = uri.getScheme();
541 setConnection(scheme, uri.getHost(), uri.getPort());
545 * Legacy code for setting connection values from a "scheme" (see above)
547 public void setConnection(String scheme, String host, int port) { argument
548 String[] schemeParts = scheme
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java632 // if the uri does not have a "content" scheme, then we treat
1192 String scheme = uri.getScheme();
1194 // The sip: scheme is simple: just treat the rest of the URI as a
1196 if (PhoneAccount.SCHEME_SIP.equals(scheme)) {
1207 if (PhoneAccount.SCHEME_VOICEMAIL.equals(scheme) &&
2197 * @param scheme the scheme from the data URI that the number originally came from.
2200 public static Phone pickPhoneBasedOnNumber(CallManager cm, String scheme, String number, argument
2203 log("pickPhoneBasedOnNumber: scheme " + scheme
[all...]
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 254 milliseconds