/packages/services/Telephony/src/com/android/phone/ |
D | OtaUtils.java | 66 private static final boolean DBG = false; field in OtaUtils 213 if (DBG) log("OtaUtils constructor..."); in OtaUtils() 240 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device"); in maybeDoOtaCall() 245 if (DBG) log("MIN is not ready. Registering to receive notification."); in maybeDoOtaCall() 253 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying"); in maybeDoOtaCall() 264 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation); in maybeDoOtaCall() 268 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen); in maybeDoOtaCall() 278 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning..."); in maybeDoOtaCall() 281 if (DBG) log("maybeDoOtaCall: voice capable; activation started."); in maybeDoOtaCall() 283 if (DBG) log("maybeDoOtaCall: voice capable; activation NOT started."); in maybeDoOtaCall() [all …]
|
D | CallFeaturesSetting.java | 104 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallFeaturesSetting 318 if (DBG) log("PhoneStateListener.onCallStateChanged: state=" + state); 357 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 365 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 371 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 398 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 409 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 426 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() 467 if (DBG) log("onDialogClosed: Button clicked is " + buttonClicked); in onDialogClosed() 491 if (DBG) log("updating default for voicemail dialog"); in onGetDefaultNumber() [all …]
|
D | EmergencyCallHelper.java | 51 private static final boolean DBG = false; field in EmergencyCallHelper 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() [all …]
|
D | PhoneUtils.java | 74 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneUtils 224 if (DBG) log("answerCall: call state = " + ringingCall.getState()); in answerCall() 349 if (DBG) log("==> hungup = " + hungup); in hangup() 355 if (DBG) log("hangup ringing call"); in hangupRingingCall() 375 if (DBG) log("hangup active call"); in hangupActiveCall() 380 if (DBG) log("hangup holding call"); in hangupHoldingCall() 454 if (DBG) log("end holding & answer waiting: 1"); in answerAndEndHolding() 460 if (DBG) log("end holding & answer waiting: 2"); in answerAndEndHolding() 479 if (DBG) log("answerAndEndActive()..."); in answerAndEndActive() 670 if (DBG) log("about to activate speaker"); in placeCall() [all …]
|
D | MobileNetworkSettings.java | 86 private static final boolean DBG = true; field in MobileNetworkSettings 149 if (DBG) log("PhoneStateListener.onCallStateChanged: state=" + state); 163 if (DBG) log("onReceive:"); in onReceive() 266 if (DBG) log("onSubscriptionsChanged:"); 273 if (DBG) log("initializeSubscriptions:+"); in initializeSubscriptions() 292 if (DBG) log("initializeSubscriptions: UPDATE"); in initializeSubscriptions() 316 if (DBG) { in initializeSubscriptions() 328 if (DBG) log("initializeSubscriptions: NO_TABS"); in initializeSubscriptions() 338 if (DBG) log("initializeSubscriptions: DO_NOTHING"); in initializeSubscriptions() 347 if (DBG) log("initializeSubscriptions:-"); in initializeSubscriptions() [all …]
|
D | CallNotifier.java | 73 private static final boolean DBG = field in CallNotifier 208 if (DBG) log("DISCONNECT"); in handleMessage() 217 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 222 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 227 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 232 if (DBG) log("EVENT_OTA_PROVISION_CHANGE..."); in handleMessage() 237 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 246 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 255 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 260 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() [all …]
|
D | NetworkSetting.java | 54 private static final boolean DBG = true; field in NetworkSetting 97 if (DBG) log("hideProgressPanel"); 103 if (DBG) log("manual network selection: failed!"); 106 if (DBG) log("manual network selection: succeeded!"); 115 if (DBG) log("hideProgressPanel"); 131 if (DBG) log("automatic network selection: failed!"); 134 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."); [all …]
|
D | OtaStartupReceiver.java | 46 private static final boolean DBG = false; field in OtaStartupReceiver 82 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state); 94 … if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available"); 109 if (DBG) { in onReceive() 116 if (DBG) Log.d(TAG, "Not primary user, nothing to do."); in onReceive() 121 if (DBG) Log.d(TAG, "Register our PhoneStateListener"); in onReceive() 127 if (DBG) Log.d(TAG, "PhoneStateListener already registered"); in onReceive() 131 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do."); in onReceive() 136 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs"); in onReceive() 144 if (DBG) Log.w(TAG, "Network is not ready. Registering to receive notification."); in onReceive() [all …]
|
D | OutgoingCallBroadcaster.java | 70 private static final boolean DBG = field in OutgoingCallBroadcaster 150 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); in onReceive() 172 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive() 181 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive() 237 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive() 242 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); in doReceive() 270 if (DBG) Log.v(TAG, "doReceive: proceeding with call..."); in doReceive() 329 if (DBG) { in onCreate() 368 if (DBG) Log.v(TAG, "At the end of onCreate(). isFinishing(): " + isFinishing()); in onCreate() 405 if (DBG) { in processIntent() [all …]
|
D | CallForwardEditPreference.java | 25 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in CallForwardEditPreference 57 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason); in CallForwardEditPreference() 97 if (DBG) Log.d(LOG_TAG, "mButtonClicked=" + mButtonClicked in onDialogClosed() 108 if (DBG) Log.d(LOG_TAG, "callForwardInfo=" + callForwardInfo); in onDialogClosed() 115 if (DBG) Log.d(LOG_TAG, "no change, do nothing"); in onDialogClosed() 118 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action in onDialogClosed() 144 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse done, callForwardInfo=" + callForwardInfo); in handleCallForwardResult() 186 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: done"); in handleGetCFResponse() 194 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: ar.exception=" + ar.exception); in handleGetCFResponse() 211 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: cfInfoArray.length==0"); in handleGetCFResponse() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 65 private static final boolean DBG = GattServiceConfig.DBG; field in GattService 171 if (DBG) Log.d(TAG, "start()"); in start() 183 if (DBG) Log.d(TAG, "stop()"); in stop() 196 if (DBG) Log.d(TAG, "cleanup()"); in cleanup() 225 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied() 261 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied() 638 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf); in onClientRegistered() 653 if (DBG) Log.d(TAG, "onConnected() - clientIf=" + clientIf in onConnected() 666 if (DBG) Log.d(TAG, "onDisconnected() - clientIf=" + clientIf in onDisconnected() 678 if (DBG) Log.d(TAG, "onSearchCompleted() - connId=" + connId+ ", status=" + status); in onSearchCompleted() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredAidCache.java | 43 static final boolean DBG = false; field in RegisteredAidCache 135 if (DBG) Log.d(TAG, "Controller supports AID prefix routing"); in RegisteredAidCache() 141 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid); in resolveAid() 154 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch + in resolveAid() 165 if (DBG) Log.d(TAG, "resolveAid: AID " + entryAid + " matches."); in resolveAid() 186 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo); in resolveAid() 254 if (DBG) Log.d(TAG, "resolveAidLocked: (Ignoring handling service " + in resolveAidConflictLocked() 265 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to foreground preferred " + in resolveAidConflictLocked() 271 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to payment default " + in resolveAidConflictLocked() 276 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: making single handling service " + in resolveAidConflictLocked() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
D | SnepServer.java | 36 private static final boolean DBG = false; field in SnepServer 109 if (DBG) Log.d(TAG, "starting connection thread"); in run() 126 if (DBG) Log.e(TAG, "Closing from IOException"); in run() 129 if (DBG) Log.d(TAG, "about to close"); in run() 136 if (DBG) Log.d(TAG, "finished connection thread"); in run() 145 if (DBG) Log.w(TAG, "Bad snep message", e); in handleRequest() 162 if (DBG) Log.d(TAG, "putting message " + request.toString()); in handleRequest() 165 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")"); in handleRequest() 185 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() 192 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
D | NdefPushServer.java | 38 private static final boolean DBG = true; field in NdefPushServer 73 if (DBG) Log.d(TAG, "starting connection thread"); in run() 84 if (DBG) Log.d(TAG, "read " + size + " bytes"); in run() 94 if (DBG) Log.d(TAG, "connection broken by IOException", e); in run() 100 if (DBG) Log.d(TAG, "got message " + msg.toString()); in run() 108 if (DBG) Log.d(TAG, "about to close"); in run() 114 if (DBG) Log.d(TAG, "finished connection thread"); in run() 131 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() 138 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() 141 if (DBG) Log.d(TAG, "created LLCP service socket"); in run() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 39 private static final boolean DBG = true; field in AdapterState 130 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_ON"); in processMessage() 138 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_OFF"); in processMessage() 142 … if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=OFF, MESSAGE = " + msg.what ); in processMessage() 172 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_OFF"); in processMessage() 185 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_ON"); in processMessage() 189 … if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=ON, MESSAGE = " + msg.what ); in processMessage() 236 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = USER_TURN_ON" in processMessage() 246 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = USER_TURN_ON" in processMessage() 256 …if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = STARTED, isTurningOn=" + isTurningOn + ", isT… in processMessage() [all …]
|
D | ProfileService.java | 34 private static final boolean DBG = false; field in ProfileService 77 if (DBG) { in ProfileService() 86 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount); in ProfileService() 92 if (DBG) { in finalize() 108 if (DBG) log("onCreate"); in onCreate() 121 if (DBG) log("onStartCommand()"); in onStartCommand() 153 if (DBG) log("onBind"); in onBind() 158 if (DBG) log("onUnbind"); in onUnbind() 176 if (DBG) log("Destroying service."); in onDestroy() 180 if (DBG) log("Cleanup already started... Skipping cleanup()..."); in onDestroy() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 35 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG; 61 if (DBG)log("setChannelRange: " + ranges); in setChannelRange() 70 if (DBG) log("enabling emergency IDs " + startId + '-' + endId); in setChannelRange() 73 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); in setChannelRange() 79 if (DBG) log("enabling emergency message ID " + messageId); in setChannelRange() 82 if (DBG) log("disabling emergency message ID " + messageId); in setChannelRange() 92 if (DBG) log("setChannelRange: enabling CMAS Presidential"); in setChannelRange() 204 if (DBG) log("enabling emergency cell broadcast channels"); in onHandleIntent() 263 if (DBG) log("enabled emergency cell broadcast channels"); in onHandleIntent() 266 if (DBG) log("disabling emergency cell broadcast channels"); in onHandleIntent() [all …]
|
D | CellBroadcastAlertAudio.java | 42 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG; 114 if (DBG) log("ALERT_SOUND_FINISHED"); 128 if (DBG) log("ALERT_PAUSE_FINISHED"); 130 if (DBG) log("Speaking broadcast text: " + mMessageBody); 163 if (DBG) log("onInit() TTS engine status: " + status); in onInit() 181 if (DBG) log("Setting TTS language to '" + mMessageLanguage + '\''); in setTtsLanguage() 184 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 188 if (DBG) log("No language specified in broadcast: using default"); in setTtsLanguage() 260 if (DBG) log("Ringer mode: silent"); in onStartCommand() 265 if (DBG) log("Ringer mode: vibrate"); in onStartCommand() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | P2pLinkManager.java | 145 static final boolean DBG = true; field in P2pLinkManager 290 if (DBG) Log.d(TAG, "enableDisable: llcp deactivate"); in enableDisable() 371 if (DBG) Log.d(TAG, "onP2pInRange()"); in onLlcpActivated() 375 if (DBG) Log.d(TAG, "Sending pending data."); in onLlcpActivated() 398 if (DBG) Log.d(TAG, "onP2pSendConfirmationRequested()"); in onLlcpActivated() 405 if (DBG) Log.d(TAG, "Unexpected onLlcpActivated() in LINK_STATE_WAITING_PDU"); in onLlcpActivated() 408 if (DBG) Log.d(TAG, "Duplicate onLlcpActivated()"); in onLlcpActivated() 430 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU"); in onLlcpFirstPacketReceived() 433 if (DBG) Log.d(TAG, "Dropping first LLCP packet received"); in onLlcpFirstPacketReceived() 495 … if (DBG) Log.d(TAG, "Last registered callback is not running in the foreground."); in prepareMessageToSend() [all …]
|
D | NfcDispatcher.java | 62 private static final boolean DBG = false; field in NfcDispatcher 116 if (DBG) Log.d(TAG, "Set Foreground Dispatch"); in setForegroundDispatch() 254 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message); in dispatchTag() 266 if (DBG) Log.i(TAG, "matched BT HANDOVER"); in dispatchTag() 271 if (DBG) Log.i(TAG, "matched NFC WPS TOKEN"); in dispatchTag() 296 if (DBG) Log.i(TAG, "matched TAG"); in dispatchTag() 300 if (DBG) Log.i(TAG, "no match"); in dispatchTag() 322 if (DBG) Log.i(TAG, "matched NDEF override"); in tryOverrides() 335 if (DBG) Log.i(TAG, "matched TECH override"); in tryOverrides() 347 if (DBG) Log.i(TAG, "matched TAG override"); in tryOverrides() [all …]
|
D | BeamShareActivity.java | 53 static final boolean DBG = false; field in BeamShareActivity 148 if (DBG) Log.d(TAG, "Found uri in ClipData."); in parseShareIntentAndFinish() 151 if (DBG) Log.d(TAG, "Found text in ClipData."); in parseShareIntentAndFinish() 154 if (DBG) Log.d(TAG, "Did not find any shareable data in ClipData."); in parseShareIntentAndFinish() 162 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND intent."); in parseShareIntentAndFinish() 165 if (DBG) Log.d(TAG, "Found EXTRA_TEXT in ACTION_SEND intent."); in parseShareIntentAndFinish() 168 if (DBG) Log.d(TAG, "Did not find any shareable data in ACTION_SEND intent."); in parseShareIntentAndFinish() 177 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish() 182 if (DBG) Log.d(TAG, "Found text in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish() 185 if (DBG) Log.d(TAG, "Did not find any shareable data in " + in parseShareIntentAndFinish() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
D | WifiP2pSettings.java | 64 private static final boolean DBG = false; field in WifiP2pSettings 123 if (DBG) Log.d(TAG, "Connected"); 133 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice); 138 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState); 153 if (DBG) Log.d(TAG, "Creating WifiP2pSettings ..."); in WifiP2pSettings() 200 if (DBG) Log.d(TAG, " device rename success"); in onActivityCreated() 221 if (DBG) Log.d(TAG, " remove group success"); in onActivityCreated() 224 if (DBG) Log.d(TAG, " remove group fail " + reason); in onActivityCreated() 241 if (DBG) Log.d(TAG, " cancel connect success"); in onActivityCreated() 244 if (DBG) Log.d(TAG, " cancel connect fail " + reason); in onActivityCreated() [all …]
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 62 private static final boolean DBG = true; field in TelephonyProvider 157 if (DBG) log("dbh.onCreate:+ db=" + db); in onCreate() 161 if (DBG) log("dbh.onCreate:- db=" + db); in onCreate() 170 if (DBG) log("dbh.onOpen: ok, queried table=" + SIMINFO_TABLE); in onOpen() 179 if (DBG) log("dbh.onOpen: ok, queried table=" + CARRIERS_TABLE); in onOpen() 190 if (DBG) log("dbh.createSimInfoTable:+"); in createSimInfoTable() 205 if (DBG) log("dbh.createSimInfoTable:-"); in createSimInfoTable() 210 if (DBG) log("dbh.createCarriersTable:+"); in createCarriersTable() 242 if (DBG) log("dbh.createCarriersTable:-"); in createCarriersTable() 270 if (DBG) log("APNs Timestamp: oemTime = " + oemApnTime + " sysTime = " in initDatabase() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.java | 46 private static final boolean DBG = false; field in SearchActivity 103 if (DBG) Log.d(TAG, "onCreate()"); in onCreate() 175 if (DBG) Log.d(TAG, "onNewIntent()"); in onNewIntent() 208 if (DBG) Log.d(TAG, "setupFromIntent(" + intent.toUri(0) + ")"); in setupFromIntent() 252 if (DBG) Log.d(TAG, "onDestroy()"); in onDestroy() 262 if (DBG) Log.d(TAG, "onStop()"); in onStop() 278 if (DBG) Log.d(TAG, "onPause()"); in onPause() 285 if (DBG) Log.d(TAG, "onRestart()"); in onRestart() 291 if (DBG) Log.d(TAG, "onResume()"); in onResume() 332 if (DBG) Log.d(TAG, "Search clicked, query=" + query); in onSearchClicked() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
D | EchoServer.java | 60 static boolean DBG = true; field in EchoServer 121 if (DBG) Log.d(TAG, "Dumping data unit"); in pushUnit() 188 if (DBG) Log.d(TAG, "read " + size + " bytes"); in handleClient() 198 if (DBG) Log.d(TAG, "connection broken by IOException", e); in handleClient() 205 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() 213 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() 216 if (DBG) Log.d(TAG, "created LLCP service socket"); in run() 221 if (DBG) Log.d(TAG, "about to accept"); in run() 223 if (DBG) Log.d(TAG, "accept returned " + clientSocket); in run() 292 if (DBG) Log.d(TAG, "about create LLCP connectionless socket"); in run() [all …]
|