HomeSort by relevance Sort by last modified time
    Searched refs:VoiceMailNumberMissingException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallController.java 342 // - Wrap the try/catch for VoiceMailNumberMissingException
366 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
369 // retrieved. Mask the VoiceMailNumberMissingException
375 if (DBG) log("VoiceMailNumberMissingException from getInitialNumber()");
647 * @throws VoiceMailNumberMissingException if the intent
654 throws PhoneUtils.VoiceMailNumberMissingException {
    [all...]
PhoneUtils.java     [all...]
OtaUtils.java 523 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
526 if (DBG) log("isOtaspCallIntent: VoiceMailNumberMissingException => not OTASP");
    [all...]

Completed in 662 milliseconds