Home
last modified time | relevance | path

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

123456789

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java77 static final boolean DBG = true; field in SubscriptionController
180 if (DBG) logdl("[SubscriptionController] init by Context"); in SubscriptionController()
196 if (DBG) logdl("[SubscriptionController] init by Phone"); in SubscriptionController()
245 if (DBG) logd("notifySubscriptionInfoChanged:"); in notifySubscriptionInfoChanged()
289 if (DBG) { in getSubInfoRecord()
326 if (DBG) logd("selection:" + selection + " " + queryKey); in getSubInfo()
348 if (DBG) logd("Query fail"); in getSubInfo()
406 if (DBG) in getActiveSubscriptionInfo()
413 if (DBG) { in getActiveSubscriptionInfo()
444 if (DBG) in getActiveSubscriptionInfoForIccId()
[all …]
DHbpcdUtils.java33 private static final boolean DBG = false; field in HbpcdUtils
57 if (DBG) { in getMcc()
61 if (DBG) { in getMcc()
66 if (DBG) { in getMcc()
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 ); in getMcc()
94 if (DBG) Log.d(LOG_TAG, in getMcc()
101 if (DBG) Log.d(LOG_TAG, "time zone is not accurate, mcc may be " in getMcc()
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 ); in getMcc()
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc); in getMcc()
125 if (DBG) Log.d(LOG_TAG, "SID NOT found in mcc_sid_range."); in getMcc()
[all …]
DIccProvider.java45 private static final boolean DBG = true; field in IccProvider
91 if (DBG) log("query"); in query()
165 if (DBG) log("insert"); in insert()
243 if (DBG) log("len of input String is 0"); in normalizeValue()
287 if (DBG) log("delete"); in delete()
300 if (DBG) log("parsing '" + param + "'"); in delete()
342 if (DBG) log("update"); in update()
392 if (DBG) log("loadFromEf: efType=" + efType + ", subscription=" + subId); in loadFromEf()
404 if (DBG) log(ex.toString()); in loadFromEf()
411 if (DBG) log("adnRecords.size=" + N); in loadFromEf()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java51 private static final boolean DBG = true; field in DcController
141 if (DBG && dc.mCid < 0) { in addActiveDcByCid()
149 if (DBG && removedDc == null) { in removeActiveDcByCid()
190 if (DBG) { in processMessage()
217 if (DBG) { in onDataStateChanged()
237 if (DBG) log("onDataStateChanged: add to retry dc=" + dc); in onDataStateChanged()
241 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry); in onDataStateChanged()
260 if (DBG) loge("onDataStateChanged: no connected apns, ignore"); in onDataStateChanged()
264 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid in onDataStateChanged()
272 if (DBG) log("onDataStateChanged: inactive failCause=" + failCause); in onDataStateChanged()
[all …]
DDcSwitchStateMachine.java36 private static final boolean DBG = true; field in DcSwitchStateMachine
64 if (DBG) log("DcSwitchState constructor E"); in DcSwitchStateMachine()
75 if (DBG) log("DcSwitchState constructor X"); in DcSwitchStateMachine()
89 if (DBG) log("IdleState: enter"); in enter()
94 if (DBG) loge("DctController is not ready"); in enter()
106 if (DBG) log("IdleState: REQ_CONNECT, apnRequest=" + apnRequest); in processMessage()
113 if (DBG) log("AttachingState: REQ_DISCONNECT_ALL" ); in processMessage()
124 if (DBG) { in processMessage()
132 if (DBG) { in processMessage()
214 if (DBG) log("AttachingState executeAll due to autoAttach"); in doEnter()
[all …]
DDcTracker.java154 if (DBG) log("GsmDCT.constructor"); in DcTracker()
213 if (DBG) log("DcTracker.dispose"); in dispose()
400 if(DBG) log("finalize"); in finalize()
466 if (DBG) log("return link properites for " + apnType); in getLinkProperties()
470 if (DBG) log("return new LinkProperties"); in getLinkProperties()
480 if (DBG) { in getNetworkCapabilities()
486 if (DBG) log("return new NetworkCapabilities"); in getNetworkCapabilities()
493 if (DBG) log("get all active apn types"); in getActiveApnTypes()
530 if (DBG) log("setState should not be used in GSM" + s); in setState()
566 if (DBG) log("overall state is CONNECTED"); in getOverallState()
[all …]
DDcAsyncChannel.java33 private static final boolean DBG = false; field in DcAsyncChannel
125 if (DBG) log("reqIsInactive"); in reqIsInactive()
135 if (DBG) log("rspIsInactive=" + retVal); in rspIsInactive()
165 if (DBG) log("reqCid"); in reqCid()
176 if (DBG) log("rspCid=" + retVal); in rspCid()
205 if (DBG) log("reqApnSetting"); in reqApnSetting()
216 if (DBG) log("rspApnSetting=" + retVal); in rspApnSetting()
247 if (DBG) log("reqLinkProperties"); in reqLinkProperties()
258 if (DBG) log("rspLinkProperties=" + retVal); in rspLinkProperties()
289 if (DBG) log("reqSetLinkPropertiesHttpProxy proxy=" + proxy); in reqSetLinkPropertiesHttpProxy()
[all …]
DDataConnection.java88 private static final boolean DBG = true; field in DataConnection
273 if (DBG) dc.log("Made " + dc.getName()); in makeDataConnection()
363 if (DBG) log("updateLinkProperty failed : " + result.setupResult); in updateLinkProperty()
375 if (DBG && (! result.oldLp.equals(result.newLp))) { in updateLinkProperty()
399 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu()
405 if (DBG) log("MTU set by APN to: " + apn.mtu); in checkSetMtu()
413 if (DBG) log("MTU set by config resource to: " + mtu); in checkSetMtu()
424 if (DBG) log("DataConnection constructor E"); in DataConnection()
452 if (DBG) log("DataConnection constructor X"); in DataConnection()
503 if (DBG) { in configureRetry()
[all …]
DDcRetryAlarmController.java37 private static final boolean DBG = true; field in DcRetryAlarmController
66 if (DBG) {
73 if (DBG) log("onReceive: unknown action=" + action);
96 if (DBG) log("dispose"); in dispose()
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed"); in getSuggestedRetryTime()
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it"); in getSuggestedRetryTime()
127 if (DBG) log("getSuggestedRetryTime: retry is needed"); in getSuggestedRetryTime()
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed"); in getSuggestedRetryTime()
133 if (DBG) { in getSuggestedRetryTime()
144 if (DBG) { in startRetryAlarm()
DDcTrackerBase.java83 protected static final boolean DBG = true; field in DcTrackerBase
329 if (DBG) log("onReceive: action=" + action);
341 if (DBG) log("Reconnect alarm. Previous state was " + mState);
344 if (DBG) log("Restart trySetup alarm");
354 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected);
364 if (DBG) log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled
400 if (DBG) log("SubscriptionListener.onSubscriptionInfoChanged");
525 if (DBG) { in onActionIntentReconnectAlarm()
534 if (DBG) { in onActionIntentReconnectAlarm()
539 if (DBG) { in onActionIntentReconnectAlarm()
[all …]
/frameworks/base/core/java/android/net/
DDhcpStateMachine.java53 private static final boolean DBG = false; field in DhcpStateMachine
130 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this); in DhcpStateMachine()
190 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
208 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
218 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
245 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
251 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
288 if (DBG) Log.d(TAG, "Entering " + getName() + "\n"); in enter()
296 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
299 if (DBG) Log.d(TAG, "GET_DHCP_RESULTS on " + mInterfaceName); in processMessage()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClient.java42 private static final boolean DBG = true; field in BluetoothHeadsetClient
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
480 if (DBG) log("connect(" + device + ")"); in connect()
504 if (DBG) log("disconnect(" + device + ")"); in disconnect()
589 if (DBG) log("setPriority(" + device + ", " + priority + ")"); in setPriority()
639 if (DBG) log("startVoiceRecognition()"); in startVoiceRecognition()
666 if (DBG) log("stopVoiceRecognition()"); in stopVoiceRecognition()
686 if (DBG) log("getCurrentCalls()"); in getCurrentCalls()
707 if (DBG) log("getCurrentCalls()"); in getCurrentAgEvents()
733 if (DBG) log("acceptCall()"); in acceptCall()
[all …]
DBluetoothHeadset.java49 private static final boolean DBG = true; field in BluetoothHeadset
236 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
342 if (DBG) log("connect(" + device + ")"); in connect()
383 if (DBG) log("disconnect(" + device + ")"); in disconnect()
465 if (DBG) log("setPriority(" + device + ", " + priority + ")"); in setPriority()
533 if (DBG) log("startVoiceRecognition()"); in startVoiceRecognition()
557 if (DBG) log("stopVoiceRecognition()"); in stopVoiceRecognition()
639 if (DBG) log("acceptIncomingConnect"); in acceptIncomingConnect()
646 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in acceptIncomingConnect()
656 if (DBG) log("rejectIncomingConnect"); in rejectIncomingConnect()
[all …]
DBluetoothSap.java45 private static final boolean DBG = true; field in BluetoothSap
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
125 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object"); in BluetoothSap()
204 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState()
224 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient()
243 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected()
254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS"); in connect()
267 if (DBG) log("disconnect(" + device + ")"); in disconnect()
288 if (DBG) log("getConnectedDevices()"); in getConnectedDevices()
308 if (DBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
[all …]
DBluetoothMap.java36 private static final boolean DBG = true; field in BluetoothMap
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object"); in BluetoothMap()
165 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState()
184 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient()
202 if (DBG) log(Log.getStackTraceString(new Throwable())); in isConnected()
212 if (DBG) log("connect(" + device + ")" + "not supported for MAPS"); in connect()
224 if (DBG) log("disconnect(" + device + ")"); in disconnect()
264 if (DBG) log("getConnectedDevices()"); in getConnectedDevices()
283 if (DBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java79 private static final boolean DBG = false; field in WifiWatchdogStateMachine
431 if (DBG) logd("Watchdog enabled " + ret); in isWatchdogEnabled()
436 if (DBG) logd("Updating secure settings"); in updateSettings()
448 if (DBG) logd(getName()); in enter()
456 if (DBG) logd("Updating wifi-watchdog secure settings"); in processMessage()
490 if (DBG) logd(getName()); in enter()
507 if (DBG) logd("Watchdog disabled, verify link"); in processMessage()
525 if (DBG) logd(getName()); in enter()
541 if (DBG) logd("Network state change " + networkInfo.getDetailedState()); in processMessage()
600 if (DBG) logd(getName()); in enter()
[all …]
DSupplicantStateTracker.java50 private static boolean DBG = false; field in SupplicantStateTracker
84 DBG = true; in enableVerboseLogging()
86 DBG = false; in enableVerboseLogging()
118 if (DBG) { in handleNetworkConnectionFailure()
136 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n"); in transitionOnSupplicantStateChange()
221 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
225 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
267 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
274 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
281 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java76 private static final boolean DBG = true; field in ImsPhoneCallTracker
90 if (DBG) log("onReceive : incoming call intent");
100 if (DBG) log("onReceive : USSD");
210 if (DBG) log("getImsService"); in getImsService()
237 if (DBG) log("dispose"); in dispose()
294 if (DBG) log("dial clirMode=" + clirMode); in dial()
437 if (DBG) log("acceptCall"); in acceptCall()
451 if (DBG) log("acceptCall: incoming..."); in acceptCall()
471 if (DBG) log("rejectCall"); in rejectCall()
482 if (DBG) log("switchAfterConferenceSuccess fg =" + mForegroundCall.getState() + in switchAfterConferenceSuccess()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java49 private static final boolean DBG = true; field in IsimUiccRecords
92 if (DBG) log("IsimUiccRecords X ctor this=" + this); in IsimUiccRecords()
183 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested); in fetchIsimRecords()
217 if (DBG) log("EF_IMPU record count: " + impuList.size()); in onRecordLoaded()
255 if (DBG) log("EF_PCSCF record count: " + pcscflist.size()); in onRecordLoaded()
289 if (DBG) log("onRecordLoaded " + mRecordsToLoad + " requested: " + mRecordsRequested); in onRecordLoaded()
301 if (DBG) log("record load complete"); in onAllRecordsLoaded()
345 if (DBG) log("handleIsimRefresh received without input"); in handleIsimRefresh()
352 if (DBG) log("handleIsimRefresh received different app"); in handleIsimRefresh()
358 if (DBG) log("handleIsimRefresh with REFRESH_RESULT_FILE_UPDATE"); in handleIsimRefresh()
[all …]
DRuimRecords.java117 if (DBG) log("RuimRecords X ctor this=" + this); in RuimRecords()
122 if (DBG) log("Disposing RuimRecords " + this); in dispose()
132 if(DBG) log("RuimRecords finalized"); in finalize()
243 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded()
271 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded()
285 if (DBG) log("CSIM_SPN=" + in onRecordLoaded()
327 if (DBG) log("Some corruption in SPN decoding = " + spn); in onRecordLoaded()
328 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme..."); in onRecordLoaded()
342 if (DBG) log("spn=" + getServiceProviderName()); in onRecordLoaded()
343 if (DBG) log("spnCondition=" + mCsimSpnDisplayCondition); in onRecordLoaded()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java105 private static final boolean DBG = false; field in WifiP2pServiceImpl
517 if (DBG) logd("called onDeleteGroup() netId=" + netId);
566 if (DBG) logd(getName() + message.toString()); in processMessage()
570 if (DBG) logd("Full connection with WifiStateMachine established"); in processMessage()
854 if (DBG) logd(getName()); in enter()
861 if (DBG) logd(getName() + message.toString()); in processMessage()
864 if (DBG) logd("p2p socket connection lost"); in processMessage()
892 if (DBG) logd(getName()); in enter()
897 if (DBG) logd(getName() + message.toString()); in processMessage()
920 if (DBG) logd(getName()); in enter()
[all …]
/frameworks/base/core/java/android/speech/tts/
DPlaybackSynthesisCallback.java28 private static final boolean DBG = false; field in PlaybackSynthesisCallback
67 if (DBG) Log.d(TAG, "stop()"); in stop()
123 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount in start()
135 if (DBG) Log.d(TAG, "stop() called before start(), returning."); in start()
139 if (DBG) Log.d(TAG, "Error was raised"); in start()
158 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length in audioAvailable()
173 if (DBG) Log.d(TAG, "Error was raised"); in audioAvailable()
203 if (DBG) Log.d(TAG, "done()"); in done()
215 if (DBG) Log.d(TAG, "Request has been aborted."); in done()
254 if (DBG) Log.d(TAG, "error() [will call stop]"); in error()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java66 private static final boolean DBG = false; field in BluetoothManagerService
187 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName);
329 if (DBG) Log.d(TAG, "Loading stored name and address"); in loadStoredNameAndAddress()
334 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored"); in loadStoredNameAndAddress()
339 if (DBG) Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); in loadStoredNameAndAddress()
352 if (DBG) Log.d(TAG,"Stored Bluetooth name: " + in storeNameAndAddress()
359 if (DBG) Log.d(TAG,"Stored Bluetoothaddress: " + in storeNameAndAddress()
428 if (DBG) Log.d(TAG, "Binder is dead - unregister Ble App"); in binderDied()
432 if (DBG) Log.d(TAG, "Disabling LE only mode after application crash"); in binderDied()
483 if (DBG) Log.d(TAG, "Reseting the mEnable flag for clean disable"); in disableBleScanMode()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsConfig.java36 private boolean DBG = true; field in ImsConfig
278 if (DBG) Rlog.d(TAG, "ImsConfig creates"); in ImsConfig()
301 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret); in getProvisionedValue()
324 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret); in getProvisionedStringValue()
344 if (DBG) { in setProvisionedValue()
354 if (DBG) { in setProvisionedValue()
382 if (DBG) { in setProvisionedStringValue()
401 if (DBG) { in getFeatureValue()
426 if (DBG) { in setFeatureValue()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java58 private static final boolean DBG = true; field in SipAudioCall
379 if (DBG) log("onCalling: session=" + session); in createListener()
392 if (DBG) log("onRingingBackk: " + session); in createListener()
431 if (DBG) log("onCallEstablished(): " + mPeerSd); in createListener()
456 if (DBG) log("onCallEnded: " + session + " mSipSession:" + mSipSession); in createListener()
480 if (DBG) log("onCallBusy: " + session); in createListener()
495 if (DBG) log("onCallChangedFailed: " + message); in createListener()
539 if (DBG) log("onCallTransferring: mSipSession=" in createListener()
559 if (DBG) log("onError: "
597 if (DBG) log("attachCall(): " + mPeerSd);
[all …]

123456789