Home | History | Annotate | Download | only in webkit

Lines Matching refs:SCHEME_TEL

1177     public static final String SCHEME_TEL = "tel:";
7596 } else if (url.startsWith(SCHEME_TEL)) {
7598 substr = url.substring(SCHEME_TEL.length());