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

  /packages/services/Telephony/src/com/android/phone/
CallController.java 689 if (OtaUtils.isOtaspCallIntent(intent)) {
    [all...]
OtaUtils.java 436 public static boolean isOtaspCallIntent(Intent intent) {
437 if (DBG) log("isOtaspCallIntent(" + intent + ")...");
453 if (DBG) log("isOtaspCallIntent: not a CALL action: '" + action + "' ==> not OTASP");
461 throw new IllegalStateException("isOtaspCallIntent: "
473 if (DBG) log("isOtaspCallIntent: VoiceMailNumberMissingException => not OTASP");
    [all...]

Completed in 38 milliseconds