Home | History | Annotate | Download | only in telephony

Lines Matching defs:scheme

283         String scheme = handle.getScheme();
285 if (PhoneAccount.SCHEME_VOICEMAIL.equals(scheme)) {
302 "Voicemail scheme provided but no voicemail number set."));
308 if (!PhoneAccount.SCHEME_TEL.equals(scheme)) {
309 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
313 "Handle scheme is not type tel"));