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

  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 501 public static boolean allowRespondViaSmsForCall(Context context, Call ringingCall) {
502 if (DBG) log("allowRespondViaSmsForCall(" + ringingCall + ")...");
506 Log.w(TAG, "allowRespondViaSmsForCall: null ringingCall!");
514 Log.w(TAG, "allowRespondViaSmsForCall: ringingCall not ringing! state = "
523 Log.w(TAG, "allowRespondViaSmsForCall: null Connection!");
531 Log.w(TAG, "allowRespondViaSmsForCall: no incoming number!");
540 Log.i(TAG, "allowRespondViaSmsForCall: incoming 'number' is a SIP address.");
551 Log.i(TAG, "allowRespondViaSmsForCall: PRESENTATION_RESTRICTED.");
InCallTouchUi.java     [all...]

Completed in 85 milliseconds