Home
last modified time | relevance | path

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

12345678

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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.java46 private static final boolean DBG = true; field in IccProvider
89 if (DBG) log("query"); in query()
163 if (DBG) log("insert"); in insert()
241 if (DBG) log("len of input String is 0"); in normalizeValue()
285 if (DBG) log("delete"); in delete()
298 if (DBG) log("parsing '" + param + "'"); in delete()
340 if (DBG) log("update"); in update()
390 if (DBG) log("loadFromEf: efType=" + efType + ", subscription=" + subId); in loadFromEf()
402 if (DBG) log(ex.toString()); in loadFromEf()
409 if (DBG) log("adnRecords.size=" + N); in loadFromEf()
[all …]
DTelephonyDevController.java43 private static final boolean DBG = true; field in TelephonyDevController
135 if (DBG) logd("handleMessage: received EVENT_HARDWARE_CONFIG_CHANGED"); in handleMessage()
155 if (DBG) logd("updateOrInsert: removing: " + item); in updateOrInsert()
159 if (DBG) logd("updateOrInsert: inserting: " + hw); in updateOrInsert()
196 if (DBG) logd("getModemCount: " + count); in getModemCount()
216 if (DBG) logd("getModem: " + index); in getModem()
227 if (DBG) logd("getSimCount: " + count); in getSimCount()
247 if (DBG) logd("getSim: " + index); in getSim()
267 if (DBG) logd("getModemForSim " + simIndex); in getModemForSim()
295 if (DBG) logd("getAllSimsForModem " + modemIndex); in getAllSimsForModem()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java48 private static final boolean DBG = true; field in DcController
117 if (DBG && dc.mCid < 0) { in addActiveDcByCid()
125 if (DBG && removedDc == null) { in removeActiveDcByCid()
162 if (DBG) { in processMessage()
189 if (DBG) { in onDataStateChanged()
209 if (DBG) log("onDataStateChanged: add to retry dc=" + dc); in onDataStateChanged()
213 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry); in onDataStateChanged()
232 if (DBG) loge("onDataStateChanged: no connected apns, ignore"); in onDataStateChanged()
236 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid in onDataStateChanged()
244 if (DBG) log("onDataStateChanged: inactive failCause=" + failCause); in onDataStateChanged()
[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 …]
DDcSwitchState.java42 private static final boolean DBG = true; field in DcSwitchState
70 if (DBG) log("DcSwitchState constructor E"); in DcSwitchState()
81 if (DBG) log("DcSwitchState constructor X"); in DcSwitchState()
107 if (DBG) log("requestDataIdle is triggered"); in requestDataIdle()
160 if (DBG) { in processMessage()
178 if (DBG) { in processMessage()
187 if (DBG) { in processMessage()
195 if (DBG) { in processMessage()
222 if (DBG) { in processMessage()
235 if (DBG) { in processMessage()
[all …]
DDcTracker.java166 if (DBG) log("GsmDCT.constructor"); in DcTracker()
244 if (DBG) log("GsmDCT.dispose"); in dispose()
299 if (DBG) log("Cellular needs Network for " + networkRequest); in needNetworkFor()
306 if (DBG) log("Cellular releasing Network for " + networkRequest); in releaseNetworkFor()
491 if(DBG) log("finalize"); in finalize()
577 if (DBG) log("return link properites for " + apnType); in getLinkProperties()
581 if (DBG) log("return new LinkProperties"); in getLinkProperties()
591 if (DBG) { in getNetworkCapabilities()
597 if (DBG) log("return new NetworkCapabilities"); in getNetworkCapabilities()
604 if (DBG) log("get all active apn types"); in getActiveApnTypes()
[all …]
DDataConnection.java84 private static final boolean DBG = true; field in DataConnection
259 if (DBG) dc.log("Made " + dc.getName()); in makeDataConnection()
349 if (DBG) log("updateLinkProperty failed : " + result.setupResult); in updateLinkProperty()
361 if (DBG && (! result.oldLp.equals(result.newLp))) { in updateLinkProperty()
385 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu()
391 if (DBG) log("MTU set by APN to: " + apn.mtu); in checkSetMtu()
399 if (DBG) log("MTU set by config resource to: " + mtu); in checkSetMtu()
410 if (DBG) log("DataConnection constructor E"); in DataConnection()
438 if (DBG) log("DataConnection constructor X"); in DataConnection()
489 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()
DDcSwitchAsyncChannel.java27 private static final boolean DBG = true; field in DcSwitchAsyncChannel
74 if (DBG) log("reqConnect"); in reqConnect()
79 if (DBG) log("rspConnect=" + retVal); in rspConnect()
95 if (DBG) log("reqDisconnect"); in reqDisconnect()
100 if (DBG) log("rspDisconnect=" + retVal); in rspDisconnect()
116 if (DBG) log("reqIsIdle"); in reqIsIdle()
121 if (DBG) log("rspIsIdle=" + retVal); in rspIsIdle()
137 if (DBG) log("reqIsIdleOrDeacting"); in reqIsIdleOrDeacting()
142 if (DBG) log("rspIsIdleOrDeacting=" + retVal); in rspIsIdleOrDeacting()
/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.java48 private static final boolean DBG = true; field in BluetoothHeadset
233 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
345 if (DBG) log("connect(" + device + ")"); in connect()
386 if (DBG) log("disconnect(" + device + ")"); in disconnect()
468 if (DBG) log("setPriority(" + device + ", " + priority + ")"); in setPriority()
536 if (DBG) log("startVoiceRecognition()"); in startVoiceRecognition()
560 if (DBG) log("stopVoiceRecognition()"); in stopVoiceRecognition()
642 if (DBG) log("acceptIncomingConnect"); in acceptIncomingConnect()
649 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in acceptIncomingConnect()
659 if (DBG) log("rejectIncomingConnect"); in rejectIncomingConnect()
[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()
455 if (DBG) logd(getName()); in enter()
463 if (DBG) logd("Updating wifi-watchdog secure settings"); in processMessage()
497 if (DBG) logd(getName()); in enter()
514 if (DBG) logd("Watchdog disabled, verify link"); in processMessage()
532 if (DBG) logd(getName()); in enter()
548 if (DBG) logd("Network state change " + networkInfo.getDetailedState()); in processMessage()
607 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/net/ims/src/java/com/android/ims/
DImsCall.java53 private static final boolean DBG = true; field in ImsCall
739 if (DBG) { in attachSession()
765 if (DBG) { in start()
792 if (DBG) { in start()
818 if (DBG) { in accept()
834 if (DBG) { in accept()
853 if (DBG) { in accept()
876 if (DBG) { in reject()
886 if (DBG) { in reject()
907 if (DBG) { in terminate()
[all …]
DImsConfig.java35 private boolean DBG = true; field in ImsConfig
180 if (DBG) Rlog.d(TAG, "ImsConfig creates"); in ImsConfig()
202 if (DBG) Rlog.d(TAG, "getMasterValue(): item = " + item + ", ret =" + ret); in getMasterValue()
225 if (DBG) Rlog.d(TAG, "getMasterStringValue(): item = " + item + ", ret =" + ret); in getMasterStringValue()
245 if (DBG) { in setProvisionedValue()
270 if (DBG) { in setProvisionedStringValue()
294 if (DBG) { in getFeatureValue()
320 if (DBG) { in setFeatureValue()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java49 private static final boolean DBG = true; field in IsimUiccRecords
91 if (DBG) log("IsimUiccRecords X ctor this=" + this); in IsimUiccRecords()
182 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested); in fetchIsimRecords()
216 if (DBG) log("EF_IMPU record count: " + impuList.size()); in onRecordLoaded()
254 if (DBG) log("EF_PCSCF record count: " + pcscflist.size()); in onRecordLoaded()
288 if (DBG) log("onRecordLoaded " + mRecordsToLoad + " requested: " + mRecordsRequested); in onRecordLoaded()
300 if (DBG) log("record load complete"); in onAllRecordsLoaded()
344 if (DBG) log("handleIsimRefresh received without input"); in handleIsimRefresh()
351 if (DBG) log("handleIsimRefresh received different app"); in handleIsimRefresh()
357 if (DBG) log("handleIsimRefresh with REFRESH_RESULT_FILE_UPDATE"); in handleIsimRefresh()
[all …]
DRuimRecords.java118 if (DBG) log("RuimRecords X ctor this=" + this); in RuimRecords()
123 if (DBG) log("Disposing RuimRecords " + this); in dispose()
133 if(DBG) log("RuimRecords finalized"); in finalize()
239 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded()
267 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded()
281 if (DBG) log("CSIM_SPN=" + in onRecordLoaded()
323 if (DBG) log("Some corruption in SPN decoding = " + spn); in onRecordLoaded()
324 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme..."); in onRecordLoaded()
338 if (DBG) log("spn=" + getServiceProviderName()); in onRecordLoaded()
339 if (DBG) log("spnCondition=" + mCsimSpnDisplayCondition); in onRecordLoaded()
[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/core/java/android/net/
DDhcpStateMachine.java53 private static final boolean DBG = false; field in DhcpStateMachine
131 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this); in DhcpStateMachine()
188 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
206 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
212 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
239 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
245 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
271 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
277 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
312 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
[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/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipConnectionBase.java32 private static final boolean DBG = true; field in SipConnectionBase
59 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString); in SipConnectionBase()
66 if (DBG) log("setState: state=" + state); in setState()
139 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause); in setDisconnectCause()
151 if (DBG) log("proceedAfterWaitChar: ignore"); in proceedAfterWaitChar()
156 if (DBG) log("proceedAfterWildChar: ignore"); in proceedAfterWildChar()
161 if (DBG) log("cancelPostDial: ignore"); in cancelPostDial()
172 if (DBG) log("getRemaingPostDialString: ret empty string"); in getRemainingPostDialString()
/frameworks/base/telephony/java/android/telephony/
DCellInfoLte.java29 private static final boolean DBG = false; field in CellInfoLte
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte); in getCellIdentity()
54 if (DBG) log("setCellIdentity: " + cid); in setCellIdentity()
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte); in getCellSignalStrength()
64 if (DBG) log("setCellSignalStrength: " + css); in setCellSignalStrength()
112 if (DBG) log("writeToParcel(Parcel, int): " + toString()); in writeToParcel()
126 if (DBG) log("CellInfoLte(Parcel): " + toString()); in CellInfoLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java73 private static final boolean DBG = true; field in ImsPhoneCallTracker
82 if (DBG) log("onReceive : incoming call intent");
92 if (DBG) log("onReceive : USSD");
207 if (DBG) log("getImsService"); in getImsService()
228 if (DBG) log("dispose"); in dispose()
284 if (DBG) log("dial clirMode=" + clirMode); in dial()
431 if (DBG) log("acceptCall"); in acceptCall()
443 if (DBG) log("acceptCall: incoming..."); in acceptCall()
463 if (DBG) log("rejectCall"); in rejectCall()
474 if (DBG) log("switchWaitingOrHoldingAndActive"); in switchWaitingOrHoldingAndActive()
[all …]

12345678