• Home
  • Raw
  • Download

Lines Matching refs:Log

39 import android.util.Log;
108 Log.i(TAG, "Outgoing call takes too long. Showing the spinner.");
111 Log.wtf(TAG, "Unknown message id: " + msg.what);
128 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); in onReceive()
133 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive()
142 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive()
151 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive()
192 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call."); in doReceive()
198 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive()
203 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); in doReceive()
210 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + "."); in doReceive()
217 Log.e(TAG, "Intent is missing EXTRA_ORIGINAL_URI -- returning."); in doReceive()
231 if (DBG) Log.v(TAG, "doReceive: proceeding with call..."); in doReceive()
232 if (VDBG) Log.v(TAG, "- uri: " + uri); in doReceive()
233 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); in doReceive()
273 Log.i(TAG, "startSipCallOptionHandler..."); in startSipCallOptionHandler()
274 Log.i(TAG, "- intent: " + intent); in startSipCallOptionHandler()
275 Log.i(TAG, "- uri: " + uri); in startSipCallOptionHandler()
276 Log.i(TAG, "- number: " + number); in startSipCallOptionHandler()
296 Log.v(TAG, "startSipCallOptionHandler(): " + in startSipCallOptionHandler()
318 Log.v(TAG, "onCreate: this = " + this + ", icicle = " + icicle); in onCreate()
319 Log.v(TAG, " - getIntent() = " + intent); in onCreate()
320 Log.v(TAG, " - configuration = " + configuration); in onCreate()
336 Log.i(TAG, "onCreate: non-null icicle! " in onCreate()
355 if (DBG) Log.v(TAG, "At the end of onCreate(). isFinishing(): " + isFinishing()); in onCreate()
393 Log.v(TAG, "processIntent() = " + intent + ", thread: " + Thread.currentThread()); in processIntent()
399 Log.i(TAG, "This device is detected as non-voice-capable device."); in processIntent()
414 Log.w(TAG, "The number obtained from Intent is null."); in processIntent()
431 Log.w(TAG, "Rejecting call from uid " + launchedFromUid + " package " in processIntent()
448 Log.w(TAG, "Attempt to deliver non-CALL action; forcing to CALL"); in processIntent()
469 Log.v(TAG, " - Checking restrictions for number '" + number + "':"); in processIntent()
470 Log.v(TAG, " isExactEmergencyNumber = " + isExactEmergencyNumber); in processIntent()
471 Log.v(TAG, " isPotentialEmergencyNumber = " + isPotentialEmergencyNumber); in processIntent()
483 Log.i(TAG, "ACTION_CALL_PRIVILEGED is used while the number is a potential" in processIntent()
489 if (DBG) Log.v(TAG, " - updating action from CALL_PRIVILEGED to " + action); in processIntent()
495 Log.w(TAG, "Cannot call potential emergency number '" + number in processIntent()
497 Log.i(TAG, "Launching default dialer instead..."); in processIntent()
511 if (DBG) Log.v(TAG, "onCreate(): calling startActivity for Dialer: " in processIntent()
527 Log.w(TAG, "Cannot call non-potential-emergency number " + number in processIntent()
535 Log.e(TAG, "Unhandled Intent " + intent + ". Finish the Activity immediately."); in processIntent()
556 Log.i(TAG, "onCreate: SEND_EMPTY_FLASH..."); in processIntent()
561 Log.i(TAG, "onCreate: null or empty number, setting callNow=true..."); in processIntent()
571 Log.i(TAG, "onCreate(): callNow case! Calling placeCall(): " + intent); in processIntent()
589 if (DBG) Log.v(TAG, " - Call origin is passed (" + callOrigin + ")"); in processIntent()
592 if (DBG) Log.v(TAG, " - Call origin is not passed. Reset current one."); in processIntent()
609 Log.i(TAG, "The requested number was detected as SIP call."); in processIntent()
629 if (DBG) Log.v(TAG, " - Broadcasting intent: " + broadcastIntent + "."); in processIntent()
670 if (DBG) Log.v(TAG, "handleNonVoiceCapable: handling " + intent in handleNonVoiceCapable()
691 if (DBG) Log.v(TAG, "- relaunching as a DIAL intent: " + newIntent); in handleNonVoiceCapable()
717 Log.w(TAG, "onCreateDialog: unexpected ID " + id); in onCreateDialog()
748 if (DBG) Log.v(TAG, "onConfigurationChanged: newConfig = " + newConfig); in onConfigurationChanged()