/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 68 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in VoicemailSettingsActivity 287 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 289 if (DBG) log("Voicemail data has more than one provider."); in onResume() 311 if (DBG) { in maybeHidePublicSettings() 341 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 356 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 362 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 382 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 389 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 406 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() [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() 160 if (DBG) Log.d(TAG, "Bad requested length"); in handleRequest() 166 if (DBG) Log.d(TAG, "putting message " + request.toString()); in handleRequest() 169 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")"); in handleRequest() 189 if (DBG) Log.d(TAG, "about create LLCP service socket"); in run() [all …]
|
D | SnepMessenger.java | 35 private static final boolean DBG = false; field in SnepMessenger 55 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message"); in sendMessage() 60 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment"); in sendMessage() 78 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField()); in sendMessage() 88 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment"); in sendMessage() 99 … if (DBG) Log.d(TAG, "Got response from second fragment: " + snepResponse.getField()); in sendMessage() 111 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment"); in sendMessage() 122 …if (DBG) Log.d(TAG, "Got continue response after second fragment: and now disconnecting..." + snep… in sendMessage() 154 if (DBG) Log.d(TAG, "read " + size + " bytes"); in getMessage() 165 if (DBG) Log.d(TAG, "Invalid header length"); in getMessage() [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/Nfc/src/com/android/nfc/sneptest/ |
D | ExtDtaSnepServer.java | 35 private static final boolean DBG = true; field in ExtDtaSnepServer 86 if (DBG) Log.d(TAG, "starting connection thread"); in run() 102 if (DBG) Log.e(TAG, "Closing from IOException"); in run() 105 if (DBG) Log.d(TAG, "about to close"); in run() 109 if (DBG) Log.d(TAG, "finished connection thread"); in run() 118 if (DBG) Log.w(TAG, "Bad snep message", e); in handleRequest() 130 if (DBG) Log.d(TAG, "Bad requested length"); in handleRequest() 133 if (DBG) Log.d(TAG, "getting message " + request.toString()); in handleRequest() 138 if (DBG) Log.d(TAG, "putting message " + request.toString()); in handleRequest() 143 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")"); in handleRequest() [all …]
|
D | DtaSnepClient.java | 40 private static final boolean DBG = true; field in DtaSnepClient 86 if (DBG) Log.d(TAG, "Connecting remote server"); in DtaClientOperations() 97 if (DBG) Log.d(TAG, "PUT Small Ndef Data"); in DtaClientOperations() 112 if (DBG) Log.d(TAG, "PUT Small Ndef Data"); in DtaClientOperations() 127 if (DBG) Log.d(TAG, "PUT Small Ndef Data"); in DtaClientOperations() 142 if (DBG) Log.d(TAG, "PUT Small Ndef Data"); in DtaClientOperations() 157 if (DBG) Log.d(TAG, "PUT Large Ndef Data"); in DtaClientOperations() 172 if (DBG) Log.d(TAG, "PUT Large Ndef Data"); in DtaClientOperations() 187 if (DBG) Log.d(TAG, "GET Ndef Message"); in DtaClientOperations() 202 if (DBG) Log.d(TAG, "GET Ndef Message"); in DtaClientOperations() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 54 private static final boolean DBG = false; field in HidDeviceService 87 if (DBG) { in handleMessage() 315 if (DBG) { in registerApp() 329 if (DBG) { in unregisterApp() 343 if (DBG) { in sendReport() 357 if (DBG) { in replyReport() 371 if (DBG) { in unplug() 385 if (DBG) { in connect() 399 if (DBG) { in disconnect() 413 if (DBG) { in setConnectionPolicy() [all …]
|
D | HidHostService.java | 56 private static final boolean DBG = false; field in HidHostService 106 if (DBG) { in stop() 114 if (DBG) Log.d(TAG, "Stopping Bluetooth HidHostService"); in cleanup() 146 if (DBG) { in setHidHostService() 156 if (DBG) Log.v(TAG, "handleMessage(): msg.what=" + msg.what); 185 if (DBG) { 192 if (DBG) { 509 if (DBG) Log.d(TAG, "connect: " + device.getAddress()); in connect() 531 if (DBG) Log.d(TAG, "disconnect: " + device.getAddress()); in disconnect() 547 if (DBG) Log.d(TAG, "getConnectionState: " + device.getAddress()); in getConnectionState() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 101 private static final Boolean DBG = MapClientService.DBG; field in MceStateMachine 220 if (DBG) { in onConnectionStateChanged() 252 if (DBG) { in disconnect() 261 if (DBG) { in sendMapMessage() 277 if (DBG) { in sendMapMessage() 283 if (DBG) { in sendMapMessage() 287 if (DBG) { in sendMapMessage() 311 if (DBG) { in getMessage() 322 if (DBG) { in getUnreadMessages() 334 if (DBG) Log.d(TAG, "returning getSupportedFeatures from SDP record"); in getSupportedFeatures() [all …]
|
D | MapClientService.java | 53 static final boolean DBG = false; field in MapClientService 80 if (DBG) { in setMapClientService() 103 if (DBG) { in connect() 145 if (DBG) { in connect() 150 if (DBG) { in connect() 169 if (DBG) { in disconnect() 186 if (DBG) { in disconnect() 204 if (DBG) Log.d(TAG, "getDevicesMatchingConnectionStates" + Arrays.toString(states)); in getDevicesMatchingConnectionStates() 210 if (DBG) Log.d(TAG, "Device: " + device + "State: " + connectionState); in getDevicesMatchingConnectionStates() 217 if (DBG) Log.d(TAG, deviceList.toString()); in getDevicesMatchingConnectionStates() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredAidCache.java | 43 static final boolean DBG = false; field in RegisteredAidCache 140 if (DBG) Log.d(TAG, "Controller supports AID prefix routing"); in RegisteredAidCache() 143 if (DBG) Log.d(TAG, "Controller supports AID subset routing"); in RegisteredAidCache() 149 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid); in resolveAid() 163 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch + in resolveAid() 176 if (DBG) Log.d(TAG, "resolveAid: AID " + entry.getKey() + " matches."); in resolveAid() 197 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo); in resolveAid() 269 if (DBG) Log.d(TAG, "resolveAidLocked: (Ignoring handling service " + in resolveAidConflictLocked() 280 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to foreground preferred " + in resolveAidConflictLocked() 286 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to payment default " + in resolveAidConflictLocked() [all …]
|
D | AidRoutingManager.java | 38 static final boolean DBG = false; field in AidRoutingManager 93 if (DBG) in AidRoutingManager() 96 if (DBG) in AidRoutingManager() 99 if (DBG) in AidRoutingManager() 102 if (DBG) in AidRoutingManager() 105 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport)); in AidRoutingManager() 108 if (DBG) Log.d(TAG, "mDefaultIsoDepRoute=0x" + Integer.toHexString(mDefaultIsoDepRoute)); in AidRoutingManager() 134 if (DBG) Log.d(TAG, "calculateAidRouteSize: " + routeTableSize); in calculateAidRouteSize() 146 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid); in clearNfcRoutingTableLocked() 152 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid); in clearNfcRoutingTableLocked() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 47 static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in AvrcpControllerService 105 if (DBG) { in onImageDownloadComplete() 192 if (DBG) Log.d(TAG, "playItem(" + parentMediaId + ")"); in playItem() 200 if (DBG) Log.d(TAG, "Found a node"); in playItem() 218 if (DBG) Log.d(TAG, "getContents(" + parentMediaId + ")"); in getContents() 234 if (DBG) Log.d(TAG, "Didn't find a node"); in getContents() 238 if (DBG) Log.d(TAG, "node is not cached"); in getContents() 241 if (DBG) Log.d(TAG, "Returning contents"); in getContents() 327 if (DBG) { in handlePassthroughRsp() 334 if (DBG) { in handleGroupNavigationRsp() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallNotifier.java | 61 private static final boolean DBG = field in CallNotifier 190 if (DBG) { in handleMessage() 195 if (DBG) log("DISCONNECT"); in handleMessage() 202 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage() 207 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage() 212 if (DBG) log("Received Display Info notification done event ..."); in handleMessage() 217 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage() 226 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage() 235 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage() 240 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 85 private static final boolean DBG = GattServiceConfig.DBG; field in GattService 203 if (DBG) { in start() 224 if (DBG) { in stop() 247 if (DBG) { in cleanup() 282 if (DBG) { in setGattService() 340 if (DBG) { in binderDied() 375 if (DBG) { in binderDied() 391 if (DBG) { in binderDied() 1074 if (DBG) { in onScannerRegistered() 1124 if (DBG) { in onClientRegistered() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 36 private static final boolean DBG = false; field in NativeInterface 317 if (DBG) { in onConnectionStateChanged() 332 if (DBG) { in onAudioStateChanged() 348 if (DBG) { in onVrStateChanged() 365 if (DBG) { in onNetworkState() 383 if (DBG) { in onNetworkRoaming() 399 if (DBG) { in onNetworkSignal() 414 if (DBG) { in onBatteryLevel() 429 if (DBG) { in onCurrentOperator() 445 if (DBG) { in onCall() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ActiveDeviceManager.java | 103 private static final boolean DBG = true; field in ActiveDeviceManager 179 if (DBG) { in handleMessage() 201 if (DBG) { in handleMessage() 219 if (DBG) { in handleMessage() 236 if (DBG) { in handleMessage() 260 if (DBG) { in handleMessage() 278 if (DBG) { in handleMessage() 295 if (DBG) { in handleMessage() 311 if (DBG) { in handleMessage() 343 if (DBG) { in onAudioDevicesAdded() [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 …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/p2p/ |
D | WifiP2pSettings.java | 68 private static final boolean DBG = false; field in WifiP2pSettings 128 if (DBG) Log.d(TAG, "Connected"); 139 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice); 144 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState); 241 if (DBG) Log.d(TAG, " device rename success"); in onActivityCreated() 262 if (DBG) Log.d(TAG, " remove group success"); in onActivityCreated() 265 if (DBG) Log.d(TAG, " remove group fail " + reason); in onActivityCreated() 282 if (DBG) Log.d(TAG, " cancel connect success"); in onActivityCreated() 285 if (DBG) Log.d(TAG, " cancel connect fail " + reason); in onActivityCreated() 300 if (DBG) Log.d(TAG, " deleting group " + mSelectedGroup.getGroupName()); in onActivityCreated() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
D | WifiP2pSettings.java | 69 private static final boolean DBG = false; field in WifiP2pSettings 129 if (DBG) Log.d(TAG, "Connected"); 142 if (DBG) Log.d(TAG, "This device changed. Requesting device info."); 147 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState); 244 if (DBG) Log.d(TAG, " device rename success"); in onActivityCreated() 265 if (DBG) Log.d(TAG, " remove group success"); in onActivityCreated() 268 if (DBG) Log.d(TAG, " remove group fail " + reason); in onActivityCreated() 285 if (DBG) Log.d(TAG, " cancel connect success"); in onActivityCreated() 288 if (DBG) Log.d(TAG, " cancel connect fail " + reason); in onActivityCreated() 303 if (DBG) Log.d(TAG, " deleting group " + mSelectedGroup.getGroupName()); in onActivityCreated() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | P2pLinkManager.java | 154 static final boolean DBG = true; field in P2pLinkManager 308 if (DBG) Log.d(TAG, "enableDisable: llcp deactivate"); in enableDisable() 328 if (DBG) Log.d(TAG, "Enabling Extended DTA Server"); in enableExtDtaSnepServer() 348 if (DBG) Log.d(TAG, "Disabling Extended DTA Server"); in disableExtDtaSnepServer() 363 if (DBG) Log.d(TAG, "enableDtaSnepClient"); in enableDtaSnepClient() 376 if (DBG) Log.d(TAG, "disableDtaSnepClient"); in disableDtaSnepClient() 455 if (DBG) Log.d(TAG, "onP2pInRange()"); in onLlcpActivated() 482 if (DBG) Log.d(TAG, "Duplicate onLlcpActivated()"); in onLlcpActivated() 504 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU"); in onLlcpFirstPacketReceived() 535 if (DBG) Log.d(TAG, "Beam is disabled by policy."); in prepareMessageToSend() [all …]
|
D | BeamShareActivity.java | 60 static final boolean DBG = false; field in BeamShareActivity 167 if (DBG) Log.d(TAG, e.getMessage()); in parseShareIntentAndFinish() 171 if (DBG) Log.d(TAG, "Found uri in ClipData."); in parseShareIntentAndFinish() 174 if (DBG) Log.d(TAG, "Found text in ClipData."); in parseShareIntentAndFinish() 177 if (DBG) Log.d(TAG, "Did not find any shareable data in ClipData."); in parseShareIntentAndFinish() 185 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND intent."); in parseShareIntentAndFinish() 188 if (DBG) Log.d(TAG, "Found EXTRA_TEXT in ACTION_SEND intent."); in parseShareIntentAndFinish() 191 if (DBG) Log.d(TAG, "Did not find any shareable data in ACTION_SEND intent."); in parseShareIntentAndFinish() 200 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish() 205 if (DBG) Log.d(TAG, "Found text in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverServer.java | 41 static final Boolean DBG = false; field in HandoverServer 99 if (DBG) Log.d(TAG, "failed to create LLCP service socket"); in run() 102 if (DBG) Log.d(TAG, "created LLCP service socket"); in run() 114 if (DBG) Log.d(TAG, "Server socket shut down."); in run() 117 if (DBG) Log.d(TAG, "about to accept"); in run() 119 if (DBG) Log.d(TAG, "accept returned " + communicationSocket); in run() 128 if (DBG) Log.d(TAG, "stop running"); in run() 132 if (DBG) Log.d(TAG, "IO error"); in run() 136 if (DBG) Log.d(TAG, "about to close"); in run() 178 if (DBG) Log.d(TAG, "starting connection thread"); in run() [all …]
|
/packages/services/Car/service/src/com/android/car/ |
D | CarDrivingStateService.java | 53 private static final boolean DBG = false; field in CarDrivingStateService 159 if (DBG) { in registerDrivingStateChangeListener() 258 if (DBG) { in binderDied() 287 if (DBG) { in dispatchEventToClients() 336 if (DBG) { in handlePropertyEvent() 342 if (DBG) { in handlePropertyEvent() 348 } else if (DBG) { in handlePropertyEvent() 357 if (DBG) { in handlePropertyEvent() 363 } else if (DBG) { in handlePropertyEvent() 369 if (DBG) { in handlePropertyEvent() [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 …]
|