Home | History | Annotate | Download | only in phone

Lines Matching refs:log

47 import android.util.Log;
54 * updating notifications, writing call log entries, etc.)
85 // "timed out" and should be logged in Call Log as a missed call. If it's
192 if (DBG) log("Registering for Call Waiting, Signal and Display Info.");
207 Log.w(LOG_TAG, "CallNotifier: Exception caught while creating " +
232 if (DBG) log("RINGING... (new)");
245 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
248 if (DBG) log("RING before NEW_RING, skipping");
258 if (DBG) log("DISCONNECT");
270 Log.w(LOG_TAG, "CallerInfo query took too long; manually starting ringer");
288 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event");
293 Log.i(LOG_TAG, "Received CDMA_CALL_WAITING_REJECT event");
298 Log.i(LOG_TAG, "Received CALLWAITING_CALLERINFO_DISPLAY_DONE event");
304 if (DBG) log("Received CALLWAITING_ADDCALL_DISABLE_TIMEOUT event ...");
311 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event");
316 if (DBG) log("Received PHONE_STATE_SIGNALINFO event");
321 if (DBG) log("Received Display Info notification done event ...");
330 if (DBG) log("PHONE_ENHANCED_VP_ON...");
341 if (DBG) log("PHONE_ENHANCED_VP_OFF...");
378 if (DBG) log
384 Log.i(LOG_TAG, "CallNotifier: rejecting incoming call: not provisioned / ECM");
400 Log.i(LOG_TAG, "CallNotifier: rejecting incoming call: OTA call is active");
418 if (VDBG) log("- connection is ringing! state = " + state);
446 if (VDBG) log("Holding wake lock on new incoming connection.");
455 if (VDBG) log("- starting call waiting tone...");
466 if (VDBG) log("- onNewRingingConnection() done.");
502 if (VDBG) log("- CallerInfo already up to date, using available data");
505 if (VDBG) log("- Starting query, posting timeout message.");
517 // In this case, just log the request and ring.
518 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
540 * CallerInfo query is taking too long. In that case, we log a
556 Log.w(LOG_TAG, "CallerInfo query took too long; falling back to default ringtone");
573 Log.i(LOG_TAG, "onCustomRingQueryComplete: No incoming call! Bailing out...");
580 if (VDBG) log("RINGING... (onCustomRingQueryComplete)");
599 if (VDBG) log("onPhoneStateChanged: state = " + state);
640 if (VDBG) log("onPhoneStateChanged: OFF HOOK");
665 if (DBG) log("stopRing()... (OFFHOOK state)");
675 if (VDBG) log("onPhoneStateChanged: it is an emergency call.");
715 if (DBG) Log.d(LOG_TAG, "updateCallNotifierRegistrationsAfterRadioTechnologyChange...");
750 if (DBG) log("Registering for Call Waiting, Signal and Display Info.");
761 Log.w(LOG_TAG, "CallNotifier: Exception caught while creating " +
784 if (VDBG) log("CallerInfo query complete, posting missed call notification");
789 if (VDBG) log("CallerInfo query complete, updating data");
806 if (DBG) log("send to voicemail flag detected. hanging up.");
813 if (DBG) log("custom ringtone found, setting up ringer.");
824 if (VDBG) log("onDisconnect()... phone state: " + mPhone.getState());
851 log("- onDisconnect: cause = " + c.getDisconnectCause()
873 if (DBG) log("cancelCallInProgressNotification()... (onDisconnect)");
876 if (DBG) log("stopRing()... (onDisconnect)");
880 if (DBG) log("stopRing()... (onDisconnect)");
898 if (DBG) log("- need to play BUSY tone!");
901 if (DBG) log("- need to play CONGESTION tone!");
906 if (DBG) log("- need to play OTA_CALL_END tone!");
909 if (DBG) log("- need to play CDMA_REORDER tone!");
912 if (DBG) log("- need to play CDMA_INTERCEPT tone!");
915 if (DBG) log("- need to play CDMA_DROP tone!");
918 if (DBG) log("- need to play OUT OF SERVICE tone!");
921 if (DBG) log("- DisconnectCause is ERROR_UNSPECIFIED: play TONE_CALL_ENDED!");
939 if (VDBG) log("- need to play CALL_ENDED tone!");
960 if (VDBG) log("onDisconnect: force InCallScreen to finish()");
971 // Set the "type" to be displayed in the call log (see constants in CallLog.Calls)
979 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData());
986 if (DBG) log("- onDisconnect(): logNumber set to: " + logNumber);
1006 // not log the emergency number. We gate on CDMA
1017 // Don't put OTA or CDMA Emergency calls into call log
1040 if (VDBG) log("- starting post-disconnect tone (" + toneToPlay + ")...");
1059 if (VDBG) log("- NOT showing in-call screen; releasing wake locks!");
1063 if (VDBG) log("- still showing in-call screen; not releasing wake locks.");
1066 if (VDBG) log("- phone still in use; not releasing wake locks.");
1096 if (VDBG) log("resetAudioStateAfterDisconnect()...");
1110 if (VDBG) log("onMwiChanged(): " + visible);
1124 if (VDBG) log("onCfiChanged(): " + visible);
1141 if (DBG) log("stopRing()... (silenceRinger)");
1155 if (DBG) log("onBatteryLow()...");
1220 if (VDBG) log("InCallTonePlayer.run(toneId = " + mToneId + ")...");
1326 // if (DBG) log("- created toneGenerator: " + toneGenerator);
1328 Log.w(LOG_TAG,
1357 if (DBG) log("- InCallTonePlayer: start playing call tone=" + toneType);
1366 if (DBG) log("InCallTonePlayer:playing call fail tone:" + toneType);
1374 if (DBG) log("InCallTonePlayer:playing tone for toneType=" + toneType);
1392 Log.w(LOG_TAG,
1399 // if (DBG) log("- InCallTonePlayer: done playing.");
1442 if (DBG) log("onDisplayInfo: displayInfo=" + displayInfo);
1468 if (DBG) log("SignalInfoTonePlayer.run(toneId = " + mToneId + ")...");
1494 if (DBG) log("onSignalInfo: isPresent=" + isPresent);
1500 if (DBG) log("onSignalInfo: uSignalType=" + uSignalType + ", uAlertPitch=" +
1520 if (DBG) log("stopSignalInfoTone: Stopping SignalInfo tone player");
1557 if (DBG) log("onCdmaCallWaiting: isPresent=" + isPresent);
1562 if (DBG) log("onCdmaCallWaiting: uSignalType=" + uSignalType + ", uAlertPitch="
1607 // get the callerinfo object and then log the call with it.
1621 if (DBG) log("- onCdmaCallWaitingReject(): logNumber set to: " + logNumber
1677 // sense to log this missed call until the query comes back.
1678 if (VDBG) log("showMissedCallNotification: Querying for CallerInfo on missed call...");
1703 Log.w(LOG_TAG, "showMissedCallNotification: got null CallerInfo for Connection " + c);
1729 if (VDBG) log("call startEmergencyToneOrVibrate.");
1734 if (VDBG) log("Play Emergency Tone.");
1742 if (VDBG) log("Play Emergency Vibrate.");
1755 if (VDBG) log("call stopEmergencyToneOrVibrate.");
1846 if (VDBG) log("getLogNumber: " + number);
1884 if (DBG) log("- getPresentation(): ignoring connection's presentation: " +
1887 if (DBG) log("- getPresentation: presentation: " + presentation);
1891 private void log(String msg) {
1892 Log.d(LOG_TAG, msg);