Home
last modified time | relevance | path

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

12345678910

/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java64 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in VoicemailSettingsActivity
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()
297 if (DBG) { 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()
[all …]
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallHelper.java51 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 …]
DCallNotifier.java59 private static final boolean DBG = field in CallNotifier
183 if (DBG) { in handleMessage()
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()
[all …]
DPhoneUtils.java77 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in PhoneUtils
231 if (DBG) log("answerCall: call state = " + ringingCall.getState()); in answerCall()
336 if (DBG) log("==> hungup = " + hungup); in hangup()
342 if (DBG) log("hangup ringing call"); in hangupRingingCall()
362 if (DBG) log("hangup active call"); in hangupActiveCall()
367 if (DBG) log("hangup holding call"); in hangupHoldingCall()
441 if (DBG) log("end holding & answer waiting: 1"); in answerAndEndHolding()
447 if (DBG) log("end holding & answer waiting: 2"); in answerAndEndHolding()
466 if (DBG) log("answerAndEndActive()..."); in answerAndEndActive()
696 if (DBG) Log.d(LOG_TAG, "onReceive: (CDMA) sending empty flash to network"); in sendEmptyFlash()
[all …]
DNetworkSetting.java60 private static final boolean DBG = true; field in NetworkSetting
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.");
168 if (DBG) log("connection disconnected, cleaning local binding.");
181 if (DBG) log("notifying message loop of query completion.");
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java93 private static final Boolean DBG = MapClientService.DBG; field in MceStateMachine
157 if (DBG) Log.d(TAG, "Connection state " + mDevice + ": " + prevState + "->" + state); in onConnectionStateChanged()
184 if (DBG) Log.d(TAG, "Connect Request " + device.getAddress()); in connect()
190 if (DBG) Log.d(TAG, "Disconnect Request " + device.getAddress()); in disconnect()
198 if (DBG) Log.d(TAG, "Send Message " + message); in sendMapMessage()
210 if (DBG) Log.d(TAG, "Scheme " + contact.getScheme()); in sendMapMessage()
214 if (DBG) { in sendMapMessage()
219 if (DBG) Log.w(TAG, "Scheme " + contact.getScheme() + " not supported."); in sendMapMessage()
241 if (DBG) Log.d(TAG, "getMessage" + handle); in getMessage()
250 if (DBG) Log.d(TAG, "getMessage"); in getUnreadMessages()
[all …]
/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java89 private static final boolean DBG = false; field in BluetoothDeviceConnectionPolicy
241 if (DBG) { in onReceive()
280 if (DBG) { in onReceive()
296 if (DBG) { in onReceive()
397 if (DBG) { in onServiceConnected()
409 if (DBG) { in onPreUnbind()
425 if (DBG) { in onServiceDisconnected()
453 if (DBG) { in setupBluetoothUserService()
463 if (DBG) { in setupBluetoothUserService()
475 if (DBG) { in init()
[all …]
DBluetoothAutoConnectStateMachine.java39 private static final boolean DBG = false; field in BluetoothAutoConnectStateMachine
87 if (DBG) { in enter()
95 if (DBG) { in processMessage()
100 if (DBG) { in processMessage()
108 if (DBG) { in processMessage()
115 if (DBG) { in processMessage()
136 if (DBG) { in connectToBluetoothDevice()
144 if (DBG) { in exit()
158 if (DBG) { in enter()
166 if (DBG) { in processMessage()
[all …]
DBluetoothDevicesInfo.java48 private static final boolean DBG = false; field in BluetoothDevicesInfo
216 if (DBG) { in addDeviceLocked()
226 if (DBG) { in addDeviceLocked()
249 if (DBG) { in setConnectionStateLocked()
302 if (DBG) { in removeDeviceLocked()
326 if (DBG) { in getNextDeviceInQueueLocked()
349 if (DBG) { in getNextDeviceInQueueLocked()
373 if (DBG) { in updateConnectionStatusLocked()
379 if (DBG) { in updateConnectionStatusLocked()
396 if (DBG) { in updateConnectionStatusLocked()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java45 private static final boolean DBG = false; field in HidDevService
77 if (DBG) Log.v(TAG, "handleMessage(): msg.what=" + msg.what);
272 if (DBG) in registerApp()
285 if (DBG) in unregisterApp()
298 if (DBG) Log.v(TAG, "sendReport(): device=" + device + " id=" + id); in sendReport()
310 if (DBG) Log.v(TAG, "replyReport(): device=" + device + " type=" + type + " id=" + id); in replyReport()
322 if (DBG) Log.v(TAG, "unplug(): device=" + device); in unplug()
334 if (DBG) Log.v(TAG, "connect(): device=" + device); in connect()
346 if (DBG) Log.v(TAG, "disconnect(): device=" + device); in disconnect()
358 if (DBG) Log.v(TAG, "reportError(): device=" + device + " error=" + error); in reportError()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java75 private static final boolean DBG = false; field in HeadsetClientStateMachine
212 if (DBG) { in getCall()
237 if (DBG) { in sendCallChangedIntent()
247 if (DBG) { in queryCallsStart()
257 if (DBG) { in queryCallsDone()
308 if (DBG) { in queryCallsDone()
320 if (DBG) { in queryCallsDone()
350 if (DBG) { in queryCallsDone()
393 if (DBG) { in queryCallsUpdate()
403 if (DBG) { in acceptCall()
[all …]
DNativeInterface.java31 private static boolean DBG = false; field in NativeInterface
70 if (DBG) { in onConnectionStateChanged()
85 if (DBG) { in onAudioStateChanged()
104 if (DBG) { in onNetworkState()
120 if (DBG) { in onNetworkRoaming()
135 if (DBG) { in onNetworkSignal()
150 if (DBG) { in onBatteryLevel()
165 if (DBG) { in onCurrentOperator()
180 if (DBG) { in onCall()
204 if (DBG) { in onCallSetup()
[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()
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/
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/cardemulation/
DRegisteredAidCache.java43 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 " + entry.getKey() + " 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/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java80 private static final boolean DBG = GattServiceConfig.DBG; field in GattService
184 if (DBG) Log.d(TAG, "start()"); in start()
200 if (DBG) Log.d(TAG, "stop()"); in stop()
213 if (DBG) Log.d(TAG, "cleanup()"); in cleanup()
281 if (DBG) Log.d(TAG, "Binder is dead - unregistering scanner (" + mScannerId + ")!"); in binderDied()
313 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
326 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
834 if (DBG) Log.d(TAG, "onScannerRegistered() - UUID=" + uuid in onScannerRegistered()
887 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf); in onClientRegistered()
902 if (DBG) Log.d(TAG, "onConnected() - clientIf=" + clientIf in onConnected()
[all …]
DAdvertiseManager.java48 private static final boolean DBG = GattServiceConfig.DBG; field in AdvertiseManager
61 if (DBG) Log.d(TAG, "advertise manager created"); in AdvertiseManager()
77 if (DBG) Log.d(TAG, "cleanup()"); in cleanup()
121 if (DBG) Log.d(TAG, "Binder is dead - unregistering advertising set"); in binderDied()
139 if (DBG) { in onAdvertisingSetStarted()
167 if (DBG) { in onAdvertisingEnabled()
203 if (DBG) Log.d(TAG, "startAdvertisingSet() - reg_id=" + cb_id + ", callback: " + binder); in startAdvertisingSet()
210 if (DBG) Log.d(TAG, "onOwnAddressRead() advertiser_id=" + advertiser_id); in onOwnAddressRead()
228 if (DBG) Log.d(TAG, "stopAdvertisingSet() " + binder); in stopAdvertisingSet()
290 if (DBG) { in onAdvertisingDataSet()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java52 static final boolean DBG = true; field in AvrcpControllerService
241 if (DBG) { in getAvrcpControllerService()
247 if (DBG) { in getAvrcpControllerService()
259 if (DBG) { in setAvrcpControllerService()
264 if (DBG) { in setAvrcpControllerService()
353 if (DBG) { in getMetaData()
375 if (DBG) { in getPlaybackState()
394 if (DBG) { in getPlayerSettings()
415 if (DBG) { in setPlayerApplicationSetting()
437 if (DBG) { in getChildren()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java65 private static final boolean DBG = false; field in WifiP2pSettings
124 if (DBG) Log.d(TAG, "Connected");
134 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
139 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState);
154 if (DBG) Log.d(TAG, "Creating WifiP2pSettings ..."); in WifiP2pSettings()
214 if (DBG) Log.d(TAG, " device rename success"); in onActivityCreated()
235 if (DBG) Log.d(TAG, " remove group success"); in onActivityCreated()
238 if (DBG) Log.d(TAG, " remove group fail " + reason); in onActivityCreated()
255 if (DBG) Log.d(TAG, " cancel connect success"); in onActivityCreated()
258 if (DBG) Log.d(TAG, " cancel connect fail " + reason); in onActivityCreated()
[all …]
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java145 static final boolean DBG = true; field in P2pLinkManager
287 if (DBG) Log.d(TAG, "enableDisable: llcp deactivate"); in enableDisable()
370 if (DBG) Log.d(TAG, "onP2pInRange()"); in onLlcpActivated()
397 if (DBG) Log.d(TAG, "Duplicate onLlcpActivated()"); in onLlcpActivated()
419 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU"); in onLlcpFirstPacketReceived()
450 if (DBG) Log.d(TAG, "Beam is disabled by policy."); in prepareMessageToSend()
470 … if (DBG) Log.d(TAG, "Last registered callback is not running in the foreground."); in prepareMessageToSend()
479 if (DBG) Log.d(TAG, "Disabling default Beam behavior"); in prepareMessageToSend()
489 if (DBG) Log.d(TAG, "mMessageToSend = " + mMessageToSend); in prepareMessageToSend()
490 if (DBG) Log.d(TAG, "mUrisToSend = " + mUrisToSend); in prepareMessageToSend()
[all …]
DBeamShareActivity.java59 static final boolean DBG = false; field in BeamShareActivity
166 if (DBG) Log.d(TAG, e.getMessage()); in parseShareIntentAndFinish()
170 if (DBG) Log.d(TAG, "Found uri in ClipData."); in parseShareIntentAndFinish()
173 if (DBG) Log.d(TAG, "Found text in ClipData."); in parseShareIntentAndFinish()
176 if (DBG) Log.d(TAG, "Did not find any shareable data in ClipData."); in parseShareIntentAndFinish()
184 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND intent."); in parseShareIntentAndFinish()
187 if (DBG) Log.d(TAG, "Found EXTRA_TEXT in ACTION_SEND intent."); in parseShareIntentAndFinish()
190 if (DBG) Log.d(TAG, "Did not find any shareable data in ACTION_SEND intent."); in parseShareIntentAndFinish()
199 if (DBG) Log.d(TAG, "Found uri in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish()
204 if (DBG) Log.d(TAG, "Found text in ACTION_SEND_MULTIPLE intent."); in parseShareIntentAndFinish()
[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/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java46 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/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java32 private static final boolean DBG = false; field in ProfileService
75 if (DBG) { in ProfileService()
84 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount); in ProfileService()
90 if (DBG) { in finalize()
106 if (DBG) log("onCreate"); in onCreate()
114 if (DBG) log("onStartCommand()"); in onStartCommand()
153 if (DBG) log("onBind"); in onBind()
162 if (DBG) log("onUnbind"); in onUnbind()
184 if (DBG) log("Destroying service."); in onDestroy()
189 if (DBG) log("Cleanup already started... Skipping cleanup()..."); in onDestroy()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java54 private static final boolean DBG = true; field in HfpClientConnectionService
70 if (DBG) {
80 if (DBG) {
89 if (DBG) {
126 if (DBG) { in onCreate()
136 if (DBG) { in onDestroy()
166 if (DBG) { in onStartCommand()
191 if (DBG) { in onCreateIncomingConnection()
214 if (DBG) { in onCreateOutgoingConnection()
233 if (DBG) { in onCreateUnknownConnection()
[all …]

12345678910