Home | History | Annotate | Download | only in telecom

Lines Matching refs:scheme

97      * URI scheme for telephone number URIs.
102 * URI scheme for voicemail URIs.
107 * URI scheme for SIP URIs.
178 * Specifies an additional URI scheme supported by the {@link PhoneAccount}.
180 * @param uriScheme The URI scheme.
345 * scheme.
347 * @param uriScheme The URI scheme to check.
349 * specified URI scheme.
356 for (String scheme : mSupportedUriSchemes) {
357 if (scheme != null && scheme.equals(uriScheme)) {