Home
last modified time | relevance | path

Searched refs:VoiceMailNumberMissingException (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1109 public static class VoiceMailNumberMissingException extends Exception { class in PhoneUtils
1110 VoiceMailNumberMissingException() { in VoiceMailNumberMissingException() method in PhoneUtils.VoiceMailNumberMissingException
1114 VoiceMailNumberMissingException(String msg) { in VoiceMailNumberMissingException() method in PhoneUtils.VoiceMailNumberMissingException
1143 throws PhoneUtils.VoiceMailNumberMissingException { in getInitialNumber()
1191 throws VoiceMailNumberMissingException { in getNumberFromIntent()
1210 throw new VoiceMailNumberMissingException(); in getNumberFromIntent()
DCallController.java325 } catch (PhoneUtils.VoiceMailNumberMissingException ex) { in placeCallInternal()
DOtaUtils.java465 } catch (PhoneUtils.VoiceMailNumberMissingException ex) { in isOtaspCallIntent()