Searched defs:VoiceMailNumberMissingException (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java1116 public static class VoiceMailNumberMissingException extends Exception { class in class:PhoneUtils
1117 VoiceMailNumberMissingException() { method in class:PhoneUtils.VoiceMailNumberMissingException
1121 VoiceMailNumberMissingException(String msg) { method in class:PhoneUtils.VoiceMailNumberMissingException
1145 * @throws VoiceMailNumberMissingException if the intent
1150 throws PhoneUtils.VoiceMailNumberMissingException {
1190 * @throws VoiceMailNumberMissingException if <code>intent</code> contains
1198 throws VoiceMailNumberMissingException {
1214 // empty, throw a VoiceMailNumberMissingException.
1217 throw new VoiceMailNumberMissingException();

Completed in 207 milliseconds