Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java67 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in VoicemailSettingsActivity
286 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume()
288 if (DBG) log("Voicemail data has more than one provider."); in onResume()
310 if (DBG) { in maybeHidePublicSettings()
340 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick()
355 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick()
361 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick()
381 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange()
388 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange()
405 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange()
[all …]
/packages/services/Telephony/src/com/android/phone/
DNetworkSelectSetting.java63 private static final boolean DBG = true; field in NetworkSelectSetting
109 if (DBG) logd("onCreate"); in onCreate()
135 if (DBG) logd("onViewCreated"); in onViewCreated()
164 if (DBG) logd("onStart"); in onStart()
191 if (DBG) logd("User clicked the screen"); in onPreferenceTreeClick()
202 if (DBG) logd("User click a NetworkOperatorPreference: " + cellInfo.toString()); in onPreferenceTreeClick()
210 if (DBG) { in onPreferenceTreeClick()
227 if (DBG) logd("manually selected network operator: " + operatorInfo.toString()); in onPreferenceTreeClick()
261 if (DBG) logd("onStop"); in onStop()
271 if (DBG) logd("network selection done: hide the progress header");
[all …]
DNetworkQueryService.java54 private static final boolean DBG = true; field in NetworkQueryService
108 if (DBG) log("scan via Phone completed, broadcasting results");
113 if (DBG) log("get scan results, broadcasting results");
118 if (DBG) log("get scan error, broadcasting error code");
123 if (DBG) log("network scan or stop network query completed");
145 if (DBG) log("got network scan results: " + results.size()); in onResults()
157 if (DBG) log("network scan completed"); in onComplete()
169 if (DBG) log("network scan got error: " + error); in onError()
193 if (DBG) log("registering callback " + cb.getClass().toString());
199 if (DBG) log("start network scan via TelephonManager");
[all …]
DCallNotifier.java60 private static final boolean DBG = field in CallNotifier
189 if (DBG) { in handleMessage()
194 if (DBG) log("DISCONNECT"); in handleMessage()
201 if (DBG) log("Received PHONE_STATE_DISPLAYINFO event"); in handleMessage()
206 if (DBG) log("Received PHONE_STATE_SIGNALINFO event"); in handleMessage()
211 if (DBG) log("Received Display Info notification done event ..."); in handleMessage()
216 if (DBG) log("PHONE_ENHANCED_VP_ON..."); in handleMessage()
225 if (DBG) log("PHONE_ENHANCED_VP_OFF..."); in handleMessage()
234 if (DBG) log("PHONE_SUPP_SERVICE_FAILED..."); in handleMessage()
239 if (DBG) log("Received PHONE_TTY_MODE_RECEIVED event"); in handleMessage()
[all …]
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepServer.java36 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 …]
DSnepMessenger.java35 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/
DNdefPushServer.java38 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/
DExtDtaSnepServer.java35 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 …]
DDtaSnepClient.java40 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/mapclient/
DMceStateMachine.java97 private static final Boolean DBG = MapClientService.DBG; field in MceStateMachine
216 if (DBG) { in onConnectionStateChanged()
248 if (DBG) { in disconnect()
257 if (DBG) { in sendMapMessage()
273 if (DBG) { in sendMapMessage()
279 if (DBG) { in sendMapMessage()
283 if (DBG) { in sendMapMessage()
307 if (DBG) { in getMessage()
318 if (DBG) { in getUnreadMessages()
330 if (DBG) Log.d(TAG, "returning getSupportedFeatures from SDP record"); in getSupportedFeatures()
[all …]
DMapClientService.java51 static final boolean DBG = false; field in MapClientService
77 if (DBG) { in setMapClientService()
98 if (DBG) { in connect()
139 if (DBG) { in connect()
144 if (DBG) { in connect()
161 if (DBG) { in disconnect()
178 if (DBG) { in disconnect()
196 if (DBG) Log.d(TAG, "getDevicesMatchingConnectionStates" + Arrays.toString(states)); in getDevicesMatchingConnectionStates()
202 if (DBG) Log.d(TAG, "Device: " + device + "State: " + connectionState); in getDevicesMatchingConnectionStates()
209 if (DBG) Log.d(TAG, deviceList.toString()); in getDevicesMatchingConnectionStates()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java51 private static final boolean DBG = false; field in HidDeviceService
83 if (DBG) { in handleMessage()
311 if (DBG) { in registerApp()
325 if (DBG) { in unregisterApp()
339 if (DBG) { in sendReport()
353 if (DBG) { in replyReport()
367 if (DBG) { in unplug()
381 if (DBG) { in connect()
395 if (DBG) { in disconnect()
409 if (DBG) { in reportError()
[all …]
DHidHostService.java50 private static final boolean DBG = false; field in HidHostService
95 if (DBG) { in stop()
103 if (DBG) Log.d(TAG, "Stopping Bluetooth HidHostService"); in cleanup()
135 if (DBG) { in setHidHostService()
145 if (DBG) Log.v(TAG, "handleMessage(): msg.what=" + msg.what);
174 if (DBG) {
181 if (DBG) {
472 if (DBG) Log.d(TAG, "connect: " + device.getAddress()); in connect()
489 if (DBG) Log.d(TAG, "disconnect: " + device.getAddress()); in disconnect()
497 if (DBG) Log.d(TAG, "getConnectionState: " + device.getAddress()); in getConnectionState()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java43 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 …]
DAidRoutingManager.java38 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/hfpclient/
DHeadsetClientStateMachine.java78 private static final boolean DBG = false; field in HeadsetClientStateMachine
234 if (DBG) { in getCall()
259 if (DBG) { in sendCallChangedIntent()
269 if (DBG) { in queryCallsStart()
279 if (DBG) { in queryCallsDone()
328 if (DBG) { in queryCallsDone()
340 if (DBG) { in queryCallsDone()
370 if (DBG) { in queryCallsDone()
422 if (DBG) { in queryCallsUpdate()
433 if (DBG) { in acceptCall()
[all …]
DNativeInterface.java29 private static final boolean DBG = false; field in NativeInterface
91 if (DBG) { in onConnectionStateChanged()
106 if (DBG) { in onAudioStateChanged()
122 if (DBG) { in onVrStateChanged()
139 if (DBG) { in onNetworkState()
157 if (DBG) { in onNetworkRoaming()
173 if (DBG) { in onNetworkSignal()
188 if (DBG) { in onBatteryLevel()
203 if (DBG) { in onCurrentOperator()
219 if (DBG) { in onCall()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java48 static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in AvrcpControllerService
162 if (DBG) Log.d(TAG, "getContents(" + parentMediaId + ")"); in getContents()
176 if (DBG) Log.d(TAG, "Didn't find a node"); in getContents()
180 if (DBG) Log.d(TAG, "node is not cached"); in getContents()
183 if (DBG) Log.d(TAG, "Returning contents"); in getContents()
269 if (DBG) { in handlePassthroughRsp()
276 if (DBG) { in handleGroupNavigationRsp()
286 if (DBG) { in onConnectionStateChanged()
317 if (DBG) { in handleRegisterNotificationAbsVol()
330 if (DBG) { in handleSetAbsVolume()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java84 private static final boolean DBG = GattServiceConfig.DBG; field in GattService
202 if (DBG) { in start()
223 if (DBG) { in stop()
246 if (DBG) { in cleanup()
281 if (DBG) { in setGattService()
339 if (DBG) { in binderDied()
374 if (DBG) { in binderDied()
390 if (DBG) { in binderDied()
1070 if (DBG) { in onScannerRegistered()
1120 if (DBG) { in onClientRegistered()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java103 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/
DEchoServer.java60 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/
DWifiP2pSettings.java68 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/
DWifiP2pSettings.java69 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/
DP2pLinkManager.java154 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 …]
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverServer.java41 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 …]

12345678910>>...12