/packages/services/Telephony/src/com/android/phone/ |
D | OtaUtils.java | 210 if (DBG) log("OtaUtils constructor..."); in OtaUtils() 236 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device"); in maybeDoOtaCall() 241 if (DBG) log("MIN is not ready. Registering to receive notification."); in maybeDoOtaCall() 249 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying"); in maybeDoOtaCall() 260 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation); in maybeDoOtaCall() 264 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen); in maybeDoOtaCall() 277 if (DBG) log("maybeDoOtaCall: voice capable; activation started."); in maybeDoOtaCall() 279 if (DBG) log("maybeDoOtaCall: voice capable; activation NOT started."); in maybeDoOtaCall() 293 if (DBG) log("maybeDoOtaCall: non-interactive; activation intent sent."); in maybeDoOtaCall() 295 if (DBG) log("maybeDoOtaCall: non-interactive, no need for OTASP."); in maybeDoOtaCall() [all …]
|
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 | CallController.java | 123 if (DBG) log("CallController constructor: app = " + app); in CallController() 132 if (VDBG) log("handleMessage: " + msg); in handleMessage() 136 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE..."); in handleMessage() 191 log("placeCall()... intent = " + intent); in placeCall() 192 if (VDBG) log(" extras = " + intent.getExtras()); in placeCall() 213 log("- action: " + action); in placeCall() 214 log("- uri: " + uri); in placeCall() 215 log("- scheme: " + scheme); in placeCall() 216 log("- number: " + number); in placeCall() 243 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status); in placeCall() [all …]
|
D | PhoneUtils.java | 215 log("answerCall(" + ringingCall + ")..."); in answerCall() 232 if (DBG) log("answerCall: call state = " + ringingCall.getState()); in answerCall() 321 log("hangup(): hanging up ringing call"); in hangup() 324 log("hangup(): hanging up foreground call"); in hangup() 327 log("hangup(): hanging up background call"); in hangup() 335 log("hangup(): no active call to hang up"); in hangup() 337 if (DBG) log("==> hungup = " + hungup); in hangup() 343 if (DBG) log("hangup ringing call"); in hangupRingingCall() 349 log("hangupRingingCall(): regular incoming call: hangup()"); in hangupRingingCall() 363 if (DBG) log("hangup active call"); in hangupActiveCall() [all …]
|
D | NetworkSetting.java | 103 if (DBG) log("hideProgressPanel"); 109 if (DBG) log("manual network selection: failed!"); 112 if (DBG) log("manual network selection: succeeded!"); 118 if (DBG) log("hideProgressPanel"); 134 if (DBG) log("automatic network selection: failed!"); 137 if (DBG) log("automatic network selection: succeeded!"); 162 if (DBG) log("connection created, binding local service."); 170 if (DBG) log("connection disconnected, cleaning local binding."); 183 if (DBG) log("notifying message loop of query completion."); 204 if (DBG) log("selected network: " + networkStr); in onPreferenceTreeClick() [all …]
|
D | CallNotifier.java | 196 if (DBG) log("DISCONNECT"); in handleMessage() 203 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 208 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 213 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 218 if (DBG) log("EVENT_OTA_PROVISION_CHANGE..."); in handleMessage() 223 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 232 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 241 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 246 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() 266 if (VDBG) log("resetAudioStateAfterDisconnect()..."); in resetAudioStateAfterDisconnect() [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 …]
|
D | CallTime.java | 70 if (DBG) log("setActiveCallMode(" + call + ")..."); in setActiveCallMode() 78 if (DBG) log("reset()..."); in reset() 93 if (DBG) log("periodicUpdateTimer() @ " + nextReport); in periodicUpdateTimer() 109 if (DBG) log("periodicUpdateTimer: timer already running, bail"); in periodicUpdateTimer() 114 if (DBG) log("cancelTimer()..."); in cancelTimer() 153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration); in getCallDuration() 157 private static void log(String msg) { in log() method in CallTime 179 log("trace ready..."); in setTraceReady() 181 log("current trace state = " + sProfileState); in setTraceReady() 217 log("startTrace"); in startTrace() [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/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnection.java | 58 if (VERBOSE) log("new SipConnection"); in SipConnection() 63 if (VERBOSE) log("init SipConnection, connection: " + connection); in initialize() 76 if (VERBOSE) log("onAudioStateChanged: " + state); in onAudioStateChanged() 84 if (VERBOSE) log("onStateChanged, state: " + Connection.stateToString(state)); in onStateChanged() 89 if (VERBOSE) log("onPlayDtmfTone"); in onPlayDtmfTone() 97 if (VERBOSE) log("onStopDtmfTone"); in onStopDtmfTone() 105 if (VERBOSE) log("onDisconnect"); in onDisconnect() 113 log("onDisconnect, exception: " + e); in onDisconnect() 119 if (VERBOSE) log("onSeparate"); in onSeparate() 125 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/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 281 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 283 if (DBG) log("Voicemail data has more than one provider."); in onResume() 322 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 330 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 336 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 356 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 363 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 380 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() 417 if (DBG) log("updating default for voicemail dialog"); in onGetDefaultNumber() 430 if (DBG) log("updating default for call forwarding dialogs"); in onGetDefaultNumber() [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/Dialer/InCallUI/src/com/android/incallui/ |
D | VideoPauseController.java | 105 log("setUp"); in setUp() 116 log("tearDown..."); in tearDown() 141 log("onStateChange, OldState=" + oldState + " NewState=" + newState); in onStateChange() 158 log("onStateChange, hasPrimaryCallChanged=" + hasPrimaryCallChanged); in onStateChange() 159 log("onStateChange, canVideoPause=" + canVideoPause); in onStateChange() 160 log("onStateChange, IsInBackground=" + mIsInBackground); in onStateChange() 190 log("onPrimaryCallChanged: New call = " + call); in onPrimaryCallChanged() 191 log("onPrimaryCallChanged: Old call = " + mPrimaryCallContext); in onPrimaryCallChanged() 192 log("onPrimaryCallChanged, IsInBackground=" + mIsInBackground); in onPrimaryCallChanged() 221 log("onIncomingCall, OldState=" + oldState + " NewState=" + newState + " Call=" + call); in onIncomingCall() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 66 if (DBG)log("setChannelRange: " + ranges); in setChannelRange() 75 if (DBG) log("enabling emergency IDs " + startId + '-' + endId); in setChannelRange() 79 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); in setChannelRange() 86 if (DBG) log("enabling emergency message ID " + messageId); in setChannelRange() 90 if (DBG) log("disabling emergency message ID " + messageId); in setChannelRange() 101 if (DBG) log("setChannelRange: enabling CMAS Presidential"); in setChannelRange() 190 log("Enable CellBroadcast on sub " + id); in onHandleIntent() 197 log("Disable CellBroadcast on sub " + id); in onHandleIntent() 242 if (DBG) log("Enable CellBroadcast with carrier defined message id ranges."); in setCellBroadcastOnSub() 248 if (DBG) log("Disable CellBroadcast with carrier defined message id ranges."); in setCellBroadcastOnSub() [all …]
|
D | CellBroadcastAlertAudio.java | 129 if (DBG) log("ALERT_SOUND_FINISHED"); 137 if (DBG) log("MessageEmpty = " + (mMessageBody == null) + 146 if (DBG) log("ALERT_PAUSE_FINISHED"); 149 if (DBG) log("Speaking broadcast text: " + mMessageBody); 192 if (DBG) log("onInit() TTS engine status: " + status); in onInit() 220 if (DBG) log("Language '" + mMessagePreferredLanguage + "' is not available, using" + in setTtsLanguage() 224 if (DBG) log("Setting TTS language to '" + language + '\''); in setTtsLanguage() 228 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 304 if (DBG) log("Duration: " + duration); in onStartCommand() 318 if (DBG) log("Ringer mode: silent"); in onStartCommand() [all …]
|
/packages/services/Telephony/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 …]
|
D | QuotedPrintableInputStream.java | 38 private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class); field in QuotedPrintableInputStream 150 if (log.isWarnEnabled()) { in fillBuffer() 151 log.warn("Malformed MIME; got =="); in fillBuffer() 156 if (log.isWarnEnabled()) { in fillBuffer() 157 log.warn("Malformed MIME; expected \\r or " in fillBuffer() 170 if (log.isWarnEnabled()) { in fillBuffer() 171 log.warn("Malformed MIME; expected " in fillBuffer() 188 if (log.isWarnEnabled()) { in fillBuffer() 189 log.warn("Malformed MIME; expected " in fillBuffer() 199 log.error("Illegal state: " + state); in fillBuffer()
|
/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 …]
|
D | QuotedPrintableInputStream.java | 38 private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class); field in QuotedPrintableInputStream 150 if (log.isWarnEnabled()) { in fillBuffer() 151 log.warn("Malformed MIME; got =="); in fillBuffer() 156 if (log.isWarnEnabled()) { in fillBuffer() 157 log.warn("Malformed MIME; expected \\r or " in fillBuffer() 170 if (log.isWarnEnabled()) { in fillBuffer() 171 log.warn("Malformed MIME; expected " in fillBuffer() 188 if (log.isWarnEnabled()) { in fillBuffer() 189 log.warn("Malformed MIME; expected " in fillBuffer() 199 log.error("Illegal state: " + state); in fillBuffer()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 196 if (VDBG) log("getVersion:+"); in getVersion() 204 if (VDBG) log("getVersion:- version=0x" + Integer.toHexString(version)); in getVersion() 217 if (DBG) log("dbh.onCreate:+ db=" + db); in onCreate() 221 if (DBG) log("dbh.onCreate:- db=" + db); in onCreate() 226 if (VDBG) log("dbh.onOpen:+ db=" + db); in onOpen() 230 if (DBG) log("dbh.onOpen: ok, queried table=" + SIMINFO_TABLE); in onOpen() 239 if (DBG) log("dbh.onOpen: ok, queried table=" + CARRIERS_TABLE); in onOpen() 246 if (VDBG) log("dbh.onOpen:- db=" + db); in onOpen() 250 if (DBG) log("dbh.createSimInfoTable:+"); in createSimInfoTable() 278 if (DBG) log("dbh.createSimInfoTable:-"); in createSimInfoTable() [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/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/hfp/ |
D | AtPhonebook.java | 158 log("handleCscsCommand - atString = " +atString); in handleCscsCommand() 165 log("handleCscsCommand - Read Command"); in handleCscsCommand() 170 log("handleCscsCommand - Test Command"); in handleCscsCommand() 175 log("handleCscsCommand - Set Command"); in handleCscsCommand() 194 log("handleCscsCommand - Invalid chars"); in handleCscsCommand() 205 log("handleCpbsCommand - atString = " +atString); in handleCpbsCommand() 211 log("handleCpbsCommand - read command"); in handleCpbsCommand() 230 log("handleCpbsCommand - test command"); in handleCpbsCommand() 235 log("handleCpbsCommand - set command"); in handleCpbsCommand() 246 if (DBG) log("Dont know phonebook: '" + pb + "'"); in handleCpbsCommand() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 84 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount); in ProfileService() 99 log("REFCOUNT: FINALIZED. INSTANCE_COUNT=" +refCount); in finalize() 106 if (DBG) log("onCreate"); in onCreate() 113 if (DBG) log("onStartCommand()"); in onStartCommand() 152 if (DBG) log("onBind"); in onBind() 157 if (DBG) log("onUnbind"); in onUnbind() 179 if (DBG) log("Destroying service."); in onDestroy() 184 if (DBG) log("Cleanup already started... Skipping cleanup()..."); in onDestroy() 186 if (DBG) log("cleanup()"); in onDestroy() 203 if (DBG) log("start()"); in doStart() [all …]
|