Lines Matching refs:scheme
633 // if the uri does not have a "content" scheme, then we treat
1200 String scheme = uri.getScheme();
1202 // The sip: scheme is simple: just treat the rest of the URI as a
1204 if (PhoneAccount.SCHEME_SIP.equals(scheme)) {
1215 if (PhoneAccount.SCHEME_VOICEMAIL.equals(scheme) &&
2227 * @param scheme the scheme from the data URI that the number originally came from.
2230 public static Phone pickPhoneBasedOnNumber(CallManager cm, String scheme, String number,
2233 log("pickPhoneBasedOnNumber: scheme " + scheme