Home
last modified time | relevance | path

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

12345678910

/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 …]
DSubscriptionController.java76 static final boolean DBG = true; field in SubscriptionController
184 if (DBG) logdl("[SubscriptionController] init by Context"); in init()
200 if (DBG) logdl("[SubscriptionController] init by Phone"); in SubscriptionController()
249 if (DBG) logd("notifySubscriptionInfoChanged:"); in notifySubscriptionInfoChanged()
358 if (DBG) logd("Query fail"); in getSubInfo()
416 if (DBG) { in getActiveSubscriptionInfo()
424 if (DBG) { in getActiveSubscriptionInfo()
455 if (DBG) in getActiveSubscriptionInfoForIccId()
461 if (DBG) { in getActiveSubscriptionInfoForIccId()
493 if (DBG) { in getActiveSubscriptionInfoForSimSlotIndex()
[all …]
DIccProvider.java45 private static final boolean DBG = true; field in IccProvider
91 if (DBG) log("query"); in query()
168 if (DBG) log("insert"); in insert()
246 if (DBG) log("len of input String is 0"); in normalizeValue()
290 if (DBG) log("delete"); in delete()
303 if (DBG) log("parsing '" + param + "'"); in delete()
345 if (DBG) log("update"); in update()
395 if (DBG) log("loadFromEf: efType=0x" + in loadFromEf()
408 if (DBG) log(ex.toString()); in loadFromEf()
415 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.java49 private static final boolean DBG = true; field in DcController
136 if (DBG && dc.mCid < 0) { in addActiveDcByCid()
144 if (DBG && removedDc == null) { in removeActiveDcByCid()
185 if (DBG) { in processMessage()
212 if (DBG) { in onDataStateChanged()
232 if (DBG) log("onDataStateChanged: add to retry dc=" + dc); in onDataStateChanged()
236 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry); in onDataStateChanged()
255 if (DBG) loge("onDataStateChanged: no connected apns, ignore"); in onDataStateChanged()
259 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid in onDataStateChanged()
268 if (DBG) { 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 …]
DDcTracker.java119 private static final boolean DBG = true; field in DcTracker
294 if (DBG) log("screen on");
300 if (DBG) log("screen off");
306 if (DBG) log("Reconnect alarm. Previous state was " + mState);
309 if (DBG) log("Data stall alarm");
312 if (DBG) log("Provisioning apn alarm");
318 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected);
320 if (DBG) log("Wifi state changed");
328 if (DBG) {
333 if (DBG) log("onReceive: Unknown action=" + action);
[all …]
DDataConnection.java77 private static final boolean DBG = true; field in DataConnection
244 if (DBG) dc.log("Made " + dc.getName()); in makeDataConnection()
334 if (DBG) log("updateLinkProperty failed : " + result.setupResult); in updateLinkProperty()
346 if (DBG && (! result.oldLp.equals(result.newLp))) { in updateLinkProperty()
370 if (DBG) log("MTU set by call response to: " + lp.getMtu()); in checkSetMtu()
376 if (DBG) log("MTU set by APN to: " + apn.mtu); in checkSetMtu()
384 if (DBG) log("MTU set by config resource to: " + mtu); in checkSetMtu()
395 if (DBG) log("DataConnection created"); in DataConnection()
431 if (DBG) log("onConnect: carrier='" + mApnSetting.carrier in onConnect()
456 if (DBG) { in onConnect()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java28 private boolean DBG = false; field in WifiCountryCode
72 DBG = true; in enableVerboseLogging()
74 DBG = false; in enableVerboseLogging()
84 if (DBG) Log.d(TAG, "SIM Card Removed"); in simCardRemoved()
100 if (DBG) Log.d(TAG, "Airplane Mode Enabled"); in airplaneModeEnabled()
116 if (DBG) Log.d(TAG, "Set ready: " + ready); in setReadyForChange()
133 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode); in setCountryCode()
136 if (DBG) Log.d(TAG, "Ignore empty country code"); in setCountryCode()
159 if (DBG) Log.d(TAG, "Update country code"); in updateCountryCode()
DSupplicantStateTracker.java50 private static boolean DBG = false; field in SupplicantStateTracker
80 DBG = true; in enableVerboseLogging()
82 DBG = false; in enableVerboseLogging()
113 if (DBG) { in handleNetworkConnectionFailure()
131 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n"); in transitionOnSupplicantStateChange()
216 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
220 if (DBG) Log.d(TAG, getName() + message.toString() + "\n"); in processMessage()
258 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
265 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
272 if (DBG) Log.d(TAG, getName() + "\n"); in enter()
[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 …]
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 …]
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 …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java49 private static final boolean DBG = true; field in IsimUiccRecords
93 if (DBG) log("IsimUiccRecords X ctor this=" + this); in IsimUiccRecords()
184 if (DBG) log("fetchIsimRecords " + mRecordsToLoad + " requested: " + mRecordsRequested); in fetchIsimRecords()
218 if (DBG) log("EF_IMPU record count: " + impuList.size()); in onRecordLoaded()
256 if (DBG) log("EF_PCSCF record count: " + pcscflist.size()); in onRecordLoaded()
292 if (DBG) log("onRecordLoaded " + mRecordsToLoad + " requested: " + mRecordsRequested); in onRecordLoaded()
304 if (DBG) log("record load complete"); in onAllRecordsLoaded()
348 if (DBG) log("handleIsimRefresh received without input"); in handleIsimRefresh()
355 if (DBG) log("handleIsimRefresh received different app"); in handleIsimRefresh()
361 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()
245 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded()
273 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded()
287 if (DBG) log("CSIM_SPN=" + in onRecordLoaded()
329 if (DBG) log("Some corruption in SPN decoding = " + spn); in onRecordLoaded()
330 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme..."); in onRecordLoaded()
344 if (DBG) log("spn=" + getServiceProviderName()); in onRecordLoaded()
345 if (DBG) log("spnCondition=" + mCsimSpnDisplayCondition); in onRecordLoaded()
[all …]
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java64 private static final boolean DBG = true; field in BluetoothManagerService
181 if (DBG) Slog.d(TAG, "Bluetooth Adapter name changed to " + newName);
331 if (DBG) Slog.d(TAG, "Loading stored name and address"); in loadStoredNameAndAddress()
336 if (DBG) Slog.d(TAG, "invalid bluetooth name and address stored"); in loadStoredNameAndAddress()
341 if (DBG) Slog.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); in loadStoredNameAndAddress()
354 if (DBG) Slog.d(TAG,"Stored Bluetooth name: " + in storeNameAndAddress()
361 if (DBG) Slog.d(TAG,"Stored Bluetoothaddress: " + in storeNameAndAddress()
430 if (DBG) Slog.d(TAG, "Binder is dead - unregister Ble App"); in binderDied()
434 if (DBG) Slog.d(TAG, "Disabling LE only mode after application crash"); in binderDied()
492 if (DBG) Slog.d(TAG, "Reseting the mEnable flag for clean disable"); in disableBleScanMode()
[all …]
DNsdService.java59 private static final boolean DBG = false; field in NsdService
152 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages"); in processMessage()
166 if (DBG) Slog.d(TAG, "Client disconnected"); in processMessage()
169 … if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1); in processMessage()
252 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo); in requestLimitReached()
293 if (DBG) Slog.d(TAG, "Discover services"); in processMessage()
305 if (DBG) { in processMessage()
318 if (DBG) Slog.d(TAG, "Stop service discovery"); in processMessage()
337 if (DBG) Slog.d(TAG, "Register service"); in processMessage()
347 if (DBG) Slog.d(TAG, "Register " + msg.arg2 + " " + id); in processMessage()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java84 private static final boolean DBG = true; field in ImsPhoneCallTracker
101 if (DBG) log("onReceive : incoming call intent");
111 if (DBG) log("onReceive : USSD");
121 if (DBG) {
255 if (DBG) log("getImsService"); in getImsService()
284 if (DBG) log("dispose"); in dispose()
340 if (DBG) log("dial clirMode=" + clirMode); in dial()
541 if (DBG) log("acceptCall"); in acceptCall()
555 if (DBG) log("acceptCall: incoming..."); in acceptCall()
575 if (DBG) log("rejectCall"); in rejectCall()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java104 private static final boolean DBG = false; field in WifiP2pServiceImpl
564 if (DBG) logd("called onDeleteGroup() netId=" + netId);
674 if (DBG) logd(getName() + message.toString()); in processMessage()
678 if (DBG) logd("Full connection with WifiStateMachine established"); in processMessage()
962 if (DBG) logd(getName()); in enter()
969 if (DBG) logd(getName() + message.toString()); in processMessage()
972 if (DBG) logd("p2p socket connection lost"); in processMessage()
1000 if (DBG) logd(getName()); in enter()
1005 if (DBG) logd(getName() + message.toString()); in processMessage()
1028 if (DBG) logd(getName()); in enter()
[all …]
/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 …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java45 private static final boolean DBG = false; field in CallerInfoAsyncQuery
101 if (DBG) Rlog.d(LOG_TAG, "Trying to get current content resolver..."); in getCurrentProfileContentResolver()
106 if (DBG) Rlog.d(LOG_TAG, "myUser=" + myUser + "currentUser=" + currentUser); in getCurrentProfileContentResolver()
179 … if (DBG) Rlog.d(LOG_TAG, "Unexpected command (CookieWrapper is null): " + msg.what + in handleMessage()
185 … if (DBG) Rlog.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 + in handleMessage()
242 … if (DBG) Rlog.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token); in onQueryComplete()
251 if (DBG) Rlog.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request."); in onQueryComplete()
286 if (DBG) Rlog.d(LOG_TAG, "==> Got mCallerInfo: " + mCallerInfo); in onQueryComplete()
292 if (DBG) Rlog.d(LOG_TAG, "#####async contact look up with numeric username" in onQueryComplete()
326 if (DBG) Rlog.d(LOG_TAG, "constructing CallerInfo object for token: " + token); in onQueryComplete()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsConfig.java36 private boolean DBG = true; field in ImsConfig
486 if (DBG) Rlog.d(TAG, "ImsConfig creates"); in ImsConfig()
509 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret); in getProvisionedValue()
532 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret); in getProvisionedStringValue()
552 if (DBG) { in setProvisionedValue()
562 if (DBG) { in setProvisionedValue()
590 if (DBG) { in setProvisionedStringValue()
609 if (DBG) { in getFeatureValue()
634 if (DBG) { in setFeatureValue()
/frameworks/base/core/java/android/speech/tts/
DPlaybackSynthesisCallback.java30 private static final boolean DBG = false; field in PlaybackSynthesisCallback
70 if (DBG) Log.d(TAG, "stop()"); in stop()
126 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount in start()
146 if (DBG) Log.d(TAG, "stop() called before start(), returning."); in start()
150 if (DBG) Log.d(TAG, "Error was raised"); in start()
169 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length in audioAvailable()
184 if (DBG) Log.d(TAG, "Error was raised"); in audioAvailable()
215 if (DBG) Log.d(TAG, "done()"); in done()
227 if (DBG) Log.d(TAG, "Request has been aborted."); in done()
266 if (DBG) Log.d(TAG, "error() [will call stop]"); in error()
/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()

12345678910