OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOtaspCallIntent
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallController.java
685
if (OtaUtils.
isOtaspCallIntent
(intent)) {
OtaUtils.java
437
public static boolean
isOtaspCallIntent
(Intent intent) {
438
if (DBG) log("
isOtaspCallIntent
(" + intent + ")...");
454
if (DBG) log("
isOtaspCallIntent
: not a CALL action: '" + action + "' ==> not OTASP");
462
throw new IllegalStateException("
isOtaspCallIntent
: "
474
if (DBG) log("
isOtaspCallIntent
: VoiceMailNumberMissingException => not OTASP");
[
all
...]
Completed in 31 milliseconds