/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() method in VvmLog 36 sLocalLog.log(tag + ": " + log); in log() 46 public static int e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 return Log.e(tag, log); in e() 51 public static int e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 return Log.e(tag, log, e); in e() 56 public static int w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() method in VvmLog 36 PersistentLogger.logText(tag, log); in log() 46 public static void e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 LogUtil.e(tag, log); in e() 51 public static void e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 LogUtil.e(tag, log, e); in e() 56 public static void w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyCallHelper.java | 77 if (DBG) log("EmergencyCallHelper constructor..."); in EmergencyCallHelper() 130 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')..."); in startEmergencyCallFromAirplaneModeSequence() 141 if (DBG) log("startSequenceInternal(): msg = " + msg); in startSequenceInternal() 151 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'"); in startSequenceInternal() 162 if (DBG) log("- startSequenceInternal: acquiring wake lock"); in startSequenceInternal() 193 if (DBG) log("onServiceStateChanged()... new state = " + state); in onServiceStateChanged() 209 if (DBG) log("onServiceStateChanged: ok to call!"); in onServiceStateChanged() 225 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting..."); in onServiceStateChanged() 239 if (DBG) log("onDisconnect: connection '" + conn in onDisconnect() 246 if (DBG) log("- onDisconnect: OUT_OF_SERVICE, need to retry..."); in onDisconnect() [all …]
|
D | PhoneUtils.java | 214 log("answerCall(" + ringingCall + ")..."); in answerCall() 231 if (DBG) log("answerCall: call state = " + ringingCall.getState()); in answerCall() 320 log("hangup(): hanging up ringing call"); in hangup() 323 log("hangup(): hanging up foreground call"); in hangup() 326 log("hangup(): hanging up background call"); in hangup() 334 log("hangup(): no active call to hang up"); in hangup() 336 if (DBG) log("==> hungup = " + hungup); in hangup() 342 if (DBG) log("hangup ringing call"); in hangupRingingCall() 348 log("hangupRingingCall(): regular incoming call: hangup()"); in hangupRingingCall() 362 if (DBG) log("hangup active call"); in hangupActiveCall() [all …]
|
D | CallController.java | 122 if (DBG) log("CallController constructor: app = " + app); in CallController() 131 if (VDBG) log("handleMessage: " + msg); in handleMessage() 135 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE..."); in handleMessage() 190 log("placeCall()... intent = " + intent); in placeCall() 191 if (VDBG) log(" extras = " + intent.getExtras()); in placeCall() 212 log("- action: " + action); in placeCall() 213 log("- uri: " + uri); in placeCall() 214 log("- scheme: " + scheme); in placeCall() 215 log("- number: " + number); in placeCall() 234 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status); in placeCall() [all …]
|
D | CallNotifier.java | 188 if (DBG) log("DISCONNECT"); in handleMessage() 195 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 200 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 205 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 210 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 219 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 228 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 233 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() 253 if (VDBG) log("resetAudioStateAfterDisconnect()..."); in resetAudioStateAfterDisconnect() 324 log("InCallTonePlayer.run(toneId = " + mToneId + ")..."); in run() [all …]
|
D | NetworkQueryService.java | 85 if (DBG) log("scan completed, broadcasting results"); 116 if (DBG) log("registering callback " + cb.getClass().toString()); 127 if (DBG) log("starting new query"); 130 log("phone is null"); 137 if (DBG) log("query already in progress"); 165 if (DBG) log("unregistering callback " + cb.getClass().toString()); 189 if (DBG) log("binding service implementation"); in onBind() 208 if (DBG) log("AsyncResult is null."); in broadcastQueryResults() 215 if (DBG) log("AsyncResult has exception " + exception); in broadcastQueryResults() 220 if (DBG) log("broadcasting results to " + cb.getClass().toString()); in broadcastQueryResults() [all …]
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 273 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 275 if (DBG) log("Voicemail data has more than one provider."); in onResume() 298 log("maybeHidePublicSettings: settings hidden by EXTRA_HIDE_PUBLIC_SETTINGS"); in maybeHidePublicSettings() 327 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 342 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 348 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 368 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 375 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 392 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() 412 if (DBG) log("updating default for voicemail dialog"); in onGetDefaultNumber() [all …]
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnection.java | 59 if (VERBOSE) log("new SipConnection"); in SipConnection() 64 if (VERBOSE) log("init SipConnection, connection: " + connection); in initialize() 77 if (VERBOSE) log("onAudioStateChanged: " + state); in onAudioStateChanged() 85 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state)); in onStateChanged() 90 if (VERBOSE) log("onPlayDtmfTone"); in onPlayDtmfTone() 98 if (VERBOSE) log("onStopDtmfTone"); in onStopDtmfTone() 106 if (VERBOSE) log("onDisconnect"); in onDisconnect() 114 log("onDisconnect, exception: " + e); in onDisconnect() 120 if (VERBOSE) log("onSeparate"); in onSeparate() 126 log("onSeparate, exception: " + e); in onSeparate() [all …]
|
D | SipConnectionService.java | 68 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request); in onCreateOutgoingConnection() 99 if (VERBOSE) log("start, network not connected, dropping call"); in onCreateOutgoingConnection() 128 if (VERBOSE) log("initializing connection"); in onCreateOutgoingConnection() 143 if (VERBOSE) log("onCreateIncomingConnection, request: " + request); in onCreateIncomingConnection() 146 if (VERBOSE) log("onCreateIncomingConnection, no extras"); in onCreateIncomingConnection() 154 if (VERBOSE) log("onCreateIncomingConnection, no SIP intent"); in onCreateIncomingConnection() 163 log("onCreateIncomingConnection, takeAudioCall exception: " + e); in onCreateIncomingConnection() 174 if (VERBOSE) log("onCreateIncomingConnection, new connection: " + originalConnection); in onCreateIncomingConnection() 181 if (VERBOSE) log("onCreateIncomingConnection, takingIncomingCall failed"); in onCreateIncomingConnection() 208 if (VERBOSE) log("findProfile"); in findProfile() [all …]
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 52 log("onCreate: intent = " + intent); in onCreate() 71 log("onResume()..."); in onResume() 77 log("onPause()..."); in onPause() 85 log("onClick(View " + view + ", id " + id + ")..."); in onClick() 89 log("onClick: CALL..."); in onClick() 93 log("onClick: DIAL..."); in onClick() 97 log("onClick: ITelephony.call()..."); in onClick() 101 log("onClick: ITelephony.dial()..."); in onClick() 111 log("fireIntent(action = '" + action + "')..."); in fireIntent() 115 log("==> number: '" + number + "'"); in fireIntent() [all …]
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 353 if (VDBG) log("getVersion:+"); in getVersion() 361 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion() 374 if (DBG) log("dbh.onCreate:+ db=" + db); in onCreate() 379 log("dbh.onCreate: Skipping apply APNs from xml."); in onCreate() 381 log("dbh.onCreate: Apply apns from xml."); in onCreate() 384 if (DBG) log("dbh.onCreate:- db=" + db); in onCreate() 389 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen() 393 if (DBG) log("dbh.onOpen: ok, queried table=" + SIMINFO_TABLE); in onOpen() 402 if (DBG) log("dbh.onOpen: ok, queried table=" + CARRIERS_TABLE); in onOpen() 409 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen() [all …]
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainTestActivity.java | 69 private void log(final String message) { in log() method in KeyChainTestActivity 99 log("Starting test..."); in onCreate() 114 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 125 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 136 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 147 log("KeyChain failed as expected on main thread."); in testKeyChainImproperUse() 163 log("Requesting install of server's CA..."); in testCaInstall() 178 log("Starting web server..."); in doInBackground() 180 log("Making https request to " + url); in doInBackground() 182 log("Tests succeeded."); in doInBackground() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduParser.java | 124 log("check mandatory headers failed!"); in parse() 222 log("Parser doesn't support this message type in this version!"); in parse() 282 log("Set invalid Octet value: " + messageType + in parseHeaders() 286 log(headerField + "is not Octet header field!"); in parseHeaders() 329 log("Set invalid Octet value: " + value + in parseHeaders() 333 log(headerField + "is not Octet header field!"); in parseHeaders() 352 log(headerField + "is not Long-Integer header field!"); in parseHeaders() 371 log(headerField + "is not Long-Integer header field!"); in parseHeaders() 407 log("null pointer error!"); in parseHeaders() 409 log(headerField + "is not Text-String header field!"); in parseHeaders() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 139 log("check mandatory headers failed!"); in parse() 247 log("Parser doesn't support this message type in this version!"); in parse() 307 log("Set invalid Octet value: " + messageType + in parseHeaders() 311 log(headerField + "is not Octet header field!"); in parseHeaders() 354 log("Set invalid Octet value: " + value + in parseHeaders() 358 log(headerField + "is not Octet header field!"); in parseHeaders() 377 log(headerField + "is not Long-Integer header field!"); in parseHeaders() 396 log(headerField + "is not Long-Integer header field!"); in parseHeaders() 433 log("null pointer error!"); in parseHeaders() 435 log(headerField + "is not Text-String header field!"); in parseHeaders() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 157 log("handleCscsCommand - atString = " +atString); in handleCscsCommand() 164 log("handleCscsCommand - Read Command"); in handleCscsCommand() 169 log("handleCscsCommand - Test Command"); in handleCscsCommand() 174 log("handleCscsCommand - Set Command"); in handleCscsCommand() 193 log("handleCscsCommand - Invalid chars"); in handleCscsCommand() 204 log("handleCpbsCommand - atString = " +atString); in handleCpbsCommand() 210 log("handleCpbsCommand - read command"); in handleCpbsCommand() 229 log("handleCpbsCommand - test command"); in handleCpbsCommand() 234 log("handleCpbsCommand - set command"); in handleCpbsCommand() 245 if (DBG) log("Dont know phonebook: '" + pb + "'"); in handleCpbsCommand() [all …]
|
D | HeadsetStateMachine.java | 337 log("Enter Disconnected: " + getCurrentMessage().what + ", size: " in enter() 347 log("Disconnected process message: " + message.what + ", size: " in processMessage() 385 log("Disconnected: ignoring DEVICE_STATE_CHANGED event"); in processMessage() 389 log("Disconnected: event type: " + event.type); in processMessage() 408 log("Exit Disconnected: " + getCurrentMessage().what); in exit() 459 log("Enter Pending: " + getCurrentMessage().what); in enter() 464 log("Pending: processMessage=" + message.what in processMessage() 503 log("Pending: ignoring DEVICE_STATE_CHANGED event"); in processMessage() 507 log("Pending: event type: " + event.type); in processMessage() 724 log("current device tries to connect back"); in processConnectionEvent() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
D | DecoderUtil.java | 40 private static Log log = LogFactory.getLog(DecoderUtil.class); field in DecoderUtil 65 log.error(e); in decodeBaseQuotedPrintable() 94 log.error(e); in decodeBase64() 233 if (log.isWarnEnabled()) { in decodeEncodedWord() 234 log.warn("MIME charset '" + mimeCharset + "' in encoded word '" in decodeEncodedWord() 240 if (log.isWarnEnabled()) { in decodeEncodedWord() 241 log.warn("Current JDK doesn't support decoding of charset '" in decodeEncodedWord() 250 if (log.isWarnEnabled()) { in decodeEncodedWord() 251 log.warn("Missing encoded text in encoded word: '" in decodeEncodedWord() 263 if (log.isWarnEnabled()) { in decodeEncodedWord() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 124 if (DBG) log("ALERT_SOUND_FINISHED"); 132 if (DBG) log("MessageEmpty = " + (mMessageBody == null) + 143 if (DBG) log("ALERT_PAUSE_FINISHED"); 146 if (DBG) log("Speaking broadcast text: " + mMessageBody); 189 if (VDBG) log("onInit() TTS engine status: " + status); in onInit() 217 if (DBG) log("Language '" + mMessagePreferredLanguage + "' is not available, using" + in setTtsLanguage() 221 if (DBG) log("Setting TTS language to '" + language + '\''); in setTtsLanguage() 225 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 311 if (DBG) log("Ringer mode: silent"); in onStartCommand() 319 if (DBG) log("Ringer mode: vibrate"); in onStartCommand() [all …]
|
D | CellBroadcastConfigService.java | 90 log("Enable CellBroadcast on sub " + id); in onHandleIntent() 97 log("Disable CellBroadcast on sub " + id); in onHandleIntent() 170 log("enableEmergencyAlerts = " + enableEmergencyAlerts); in setCellBroadcastOnSub() 171 log("enableEtwsAlerts = " + enableEtwsAlerts); in setCellBroadcastOnSub() 172 log("enablePresidential = " + enablePresidential); in setCellBroadcastOnSub() 173 log("enableCmasExtremeAlerts = " + enableCmasExtremeAlerts); in setCellBroadcastOnSub() 174 log("enableCmasSevereAlerts = " + enableCmasExtremeAlerts); in setCellBroadcastOnSub() 175 log("enableCmasAmberAlerts = " + enableCmasAmberAlerts); in setCellBroadcastOnSub() 176 log("forceDisableEtwsCmasTest = " + forceDisableEtwsCmasTest); in setCellBroadcastOnSub() 177 log("enableEtwsTestAlerts = " + enableEtwsTestAlerts); in setCellBroadcastOnSub() [all …]
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 63 log("Compatibility Activity called from " + getCallingPackage()); in onCreate() 69 log("read " + defPackage + "/" + defName + " as default"); in onCreate() 101 log("received"); in onReceive() 118 log("handleintent"); in onHandleIntent() 133 log("intentservice saw: " + packageIntent + " " + b); in onHandleIntent() 151 log("found: " + ris.size()); in pickDefaultControlPanel() 155 log("saved default: " + savedDefName); in pickDefaultControlPanel() 158 log("skipping " + foo); in pickDefaultControlPanel() 161 log("considering " + foo); in pickDefaultControlPanel() 165 log("default: " + savedDefName); in pickDefaultControlPanel() [all …]
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PicasaSource.java | 105 log(TAG, "opening single album"); in openCursor() 164 log(TAG, "finding images"); in findImages() 168 log(TAG, "METERED: " + howMany); in findImages() 171 log(TAG, "recycled " + foundImages.size() + " items."); in findImages() 200 log(TAG, "adding: " + albumId); in findImages() 203 log(TAG, "too many albums, dropping: " + albumId); in findImages() 212 log(TAG, "selection is (" + selection.length() + "): " + selection.toString()); in findImages() 225 log(TAG, "moving to position: " + mLastPosition); in findImages() 231 log(TAG, "can't find the ID column!"); in findImages() 252 log(TAG, "found " + foundImages.size() + " items."); in findImages() [all …]
|
D | PhotoSource.java | 83 log(TAG, "type is " + type); in getType() 123 log(TAG, "filling queue"); in fillQueue() 126 log(TAG, "queue contains: " + mImageQueue.size() + " items."); in fillQueue() 130 log(TAG, "decoding a picasa resource to " + longSide + ", " + shortSide); in next() 160 log(TAG, "decoding photo resource to " + longSide + ", " + shortSide); in load() 173 log(TAG, "I see bounds of " + rawLongSide + ", " + rawShortSide); in load() 188 log(TAG, "decoding with inSampleSize " + options.inSampleSize); in load() 196 log(TAG, "resetting the stream"); in load() 207 log(TAG, "still too big, scaling down by " + ratio); in load() 217 log(TAG, "rotated by " + data.orientation + ": fixing"); in load() [all …]
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestVideoProvider.java | 86 log("Set camera to " + cameraId); in onSetCamera() 96 log("Set preview surface " + (surface == null ? "unset" : "set")); in onSetPreviewSurface() 110 log("Set display surface " + (surface == null ? "unset" : "set")); in onSetDisplaySurface() 132 log("Set device orientation " + rotation); in onSetDeviceOrientation() 141 log("Set zoom to " + value); in onSetZoom() 151 log("Sent session modify request"); in onSendSessionModifyRequest() 178 log("Requested camera capabilities"); in onRequestCameraCapabilities() 187 log("Requested connection data usage"); in onRequestConnectionDataUsage() 212 private static void log(String msg) { in log() method in TestVideoProvider 248 log("Exception: " + e); in startCamera() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 187 log("Enter Disconnected: " + getCurrentMessage().what); in enter() 192 log("Disconnected process message: " + message.what); in processMessage() 244 log("Exit Disconnected: " + getCurrentMessage().what); in exit() 297 log("Enter Pending: " + getCurrentMessage().what); in enter() 302 log("Pending process message: " + message.what); in processMessage() 329 log("STACK_EVENT " + event.type); in processMessage() 351 log("processConnectionEvent state " + state); in processConnectionEvent() 352 log("Devices curr: " + mCurrentDevice + " target: " + mTargetDevice + in processConnectionEvent() 451 log("current device tries to connect back"); in processConnectionEvent() 457 log("Stack and target device are connecting"); in processConnectionEvent() [all …]
|