Lines Matching refs:isOtaspCallIntent
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");