Searched defs:VoiceMailNumberMissingException (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Phone/src/com/android/phone/ | ||
H A D | PhoneUtils.java | 1119 public static class VoiceMailNumberMissingException extends Exception { class in class:PhoneUtils 1120 VoiceMailNumberMissingException() { method in class:PhoneUtils.VoiceMailNumberMissingException 1124 VoiceMailNumberMissingException(String msg) { method in class:PhoneUtils.VoiceMailNumberMissingException 1143 * @throws VoiceMailNumberMissingException if <code>intent</code> contains 1151 throws VoiceMailNumberMissingException { 1155 // empty, throw a VoiceMailNumberMissingException. 1158 throw new VoiceMailNumberMissingException(); |
Completed in 8 milliseconds