Home | History | Annotate | Download | only in webkit

Lines Matching refs:SCHEME_TEL

1172     public static final String SCHEME_TEL = "tel:";
7702 } else if (url.startsWith(SCHEME_TEL)) {
7704 substr = url.substring(SCHEME_TEL.length());