OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceMailNumberMissingException
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
[
all
...]
CallController.java
348
// - Wrap the try/catch for
VoiceMailNumberMissingException
370
} catch (PhoneUtils.
VoiceMailNumberMissingException
ex) {
373
// retrieved. Mask the
VoiceMailNumberMissingException
379
if (DBG) log("
VoiceMailNumberMissingException
from getInitialNumber()");
[
all
...]
OtaUtils.java
527
} catch (PhoneUtils.
VoiceMailNumberMissingException
ex) {
530
if (DBG) log("isOtaspCallIntent:
VoiceMailNumberMissingException
=> not OTASP");
[
all
...]
Completed in 163 milliseconds