Searched refs:telUrl (Results 1 – 2 of 2) sorted by relevance
151 String telUrl = "tel:" + uri; in createTelURL() local154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl); in createTelURL()
594 TelURLImpl telUrl = new TelURLImpl(); in telURL() local595 telUrl.setTelephoneNumber(tn); in telURL()596 return telUrl; in telURL()