Searched refs:DBG (Results 1 - 25 of 249) sorted by relevance

12345678910

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java31 private boolean DBG = false; field in class:WifiCountryCode
75 DBG = true;
77 DBG = false;
87 if (DBG) Log.d(TAG, "SIM Card Removed");
103 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
119 if (DBG) Log.d(TAG, "Set ready: " + ready);
136 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
139 if (DBG) Log.d(TAG, "Ignore empty country code");
179 if (DBG) Log.d(TAG, "Update country code");
H A DSupplicantStateTracker.java50 private static boolean DBG = false; field in class:SupplicantStateTracker
80 DBG = true;
82 DBG = false;
113 if (DBG) {
131 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
216 if (DBG) Log.d(TAG, getName() + "\n");
220 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
258 if (DBG) Log.d(TAG, getName() + "\n");
265 if (DBG) Log.d(TAG, getName() + "\n");
272 if (DBG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DImportanceExtractor.java26 private static final boolean DBG = false; field in class:ImportanceExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DPriorityExtractor.java26 private static final boolean DBG = false; field in class:PriorityExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DVisibilityExtractor.java26 private static final boolean DBG = false; field in class:VisibilityExtractor
31 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
36 if (DBG) Slog.d(TAG, "skipping empty notification");
41 if (DBG) Slog.d(TAG, "missing config");
H A DNotificationIntrusivenessExtractor.java31 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in class:NotificationIntrusivenessExtractor
38 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
43 if (DBG) Slog.d(TAG, "skipping empty notification");
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsMultiEndpoint.java52 if (DBG) Rlog.d(TAG, "onImsExternalCallStateUpdate");
61 private static final boolean DBG = true; field in class:ImsMultiEndpoint
66 if (DBG) Rlog.d(TAG, "ImsMultiEndpoint created");
73 if (DBG) Rlog.d(TAG, "setExternalCallStateListener");
H A DImsEcbm.java54 private static final boolean DBG = true; field in class:ImsEcbm
59 if (DBG) Rlog.d(TAG, "ImsEcbm created");
93 if (DBG) Rlog.d(TAG, "enteredECBM ::");
102 if (DBG) Rlog.d(TAG, "exitedECBM ::");
H A DImsConfig.java37 private boolean DBG = true; field in class:ImsConfig
536 if (DBG) Rlog.d(TAG, "ImsConfig creates");
559 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret);
582 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret);
602 if (DBG) {
612 if (DBG) {
640 if (DBG) {
659 if (DBG) {
684 if (DBG) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java33 private static final boolean DBG = false; field in class:HbpcdUtils
57 if (DBG) {
61 if (DBG) {
66 if (DBG) {
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 );
94 if (DBG) Log.d(LOG_TAG,
101 if (DBG) Log.d(LOG_TAG, "time zone is not accurate, mcc may be "
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
125 if (DBG) Lo
[all...]
H A DSubscriptionController.java76 static final boolean DBG = true; field in class:SubscriptionController
184 if (DBG) logdl("[SubscriptionController] init by Context");
200 if (DBG) logdl("[SubscriptionController] init by Phone");
249 if (DBG) logd("notifySubscriptionInfoChanged:");
353 if (DBG) logd("Query fail");
411 if (DBG) {
419 if (DBG) {
450 if (DBG)
456 if (DBG) {
488 if (DBG) {
[all...]
H A DTelephonyDevController.java43 private static final boolean DBG = true; field in class:TelephonyDevController
135 if (DBG) logd("handleMessage: received EVENT_HARDWARE_CONFIG_CHANGED");
155 if (DBG) logd("updateOrInsert: removing: " + item);
159 if (DBG) logd("updateOrInsert: inserting: " + hw);
196 if (DBG) logd("getModemCount: " + count);
216 if (DBG) logd("getModem: " + index);
227 if (DBG) logd("getSimCount: " + count);
247 if (DBG) logd("getSim: " + index);
267 if (DBG) logd("getModemForSim " + simIndex);
295 if (DBG) log
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java33 private static final boolean DBG = false; field in class:DcAsyncChannel
125 if (DBG) log("reqIsInactive");
135 if (DBG) log("rspIsInactive=" + retVal);
165 if (DBG) log("reqCid");
176 if (DBG) log("rspCid=" + retVal);
205 if (DBG) log("reqApnSetting");
216 if (DBG) log("rspApnSetting=" + retVal);
247 if (DBG) log("reqLinkProperties");
258 if (DBG) log("rspLinkProperties=" + retVal);
289 if (DBG) lo
[all...]
H A DDcController.java49 private static final boolean DBG = true; field in class:DcController
136 if (DBG && dc.mCid < 0) {
148 if (DBG && removedDc == null) {
189 if (DBG) {
216 if (DBG) {
236 if (DBG) log("onDataStateChanged: add to retry dc=" + dc);
240 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry);
259 if (DBG) loge("onDataStateChanged: no connected apns, ignore");
263 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid
272 if (DBG) {
[all...]
H A DDcTesterDeactivateAll.java36 private static final boolean DBG = true; field in class:DcTesterDeactivateAll
51 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
60 if (DBG) log("onReceive: mDcc is null, ignoring");
63 if (DBG) log("onReceive: unknown action=" + action);
H A DDcFailBringUp.java29 private static final boolean DBG = true; field in class:DcFailBringUp
52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction());
58 if (DBG) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeLock.java26 private static final boolean DBG = false; field in class:SipWakeLock
37 if (DBG) log("reset count=" + mHolders.size());
58 if (DBG) log("acquire count=" + mHolders.size());
67 if (DBG) log("release count=" + mHolders.size());
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java29 private static final boolean DBG = false; field in class:CellInfoLte
49 if (DBG) log("getCellIdentity: " + mCellIdentityLte);
54 if (DBG) log("setCellIdentity: " + cid);
59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte);
64 if (DBG) log("setCellSignalStrength: " + css);
112 if (DBG) log("writeToParcel(Parcel, int): " + toString());
126 if (DBG) log("CellInfoLte(Parcel): " + toString());
H A DCellSignalStrengthWcdma.java29 private static final boolean DBG = false; field in class:CellSignalStrengthWcdma
120 if (DBG) log("getLevel=" + level);
138 if (DBG) log("getDbm=" + dBm);
153 if (DBG) log("getAsuLevel=" + level);
193 if (DBG) log("writeToParcel(Parcel, int): " + toString());
205 if (DBG) log("CellSignalStrengthWcdma(Parcel): " + toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java32 private static final boolean DBG = true; field in class:SipConnectionBase
55 if (DBG) log("SipConnectionBase: ctor dialString=" + SipPhone.hidePii(dialString));
62 if (DBG) log("setState: state=" + state);
129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
140 if (DBG) log("proceedAfterWaitChar: ignore");
145 if (DBG) log("proceedAfterWildChar: ignore");
150 if (DBG) log("cancelPostDial: ignore");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSap.java45 private static final boolean DBG = true; field in class:BluetoothSap
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
125 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object");
204 if (DBG) log(Log.getStackTraceString(new Throwable()));
224 if (DBG) log(Log.getStackTraceString(new Throwable()));
243 if (DBG) log(Log.getStackTraceString(new Throwable()));
254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
267 if (DBG) log("disconnect(" + device + ")");
288 if (DBG) log("getConnectedDevices()");
308 if (DBG) lo
[all...]
H A DBluetoothHeadsetClient.java42 private static final boolean DBG = true; field in class:BluetoothHeadsetClient
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
480 if (DBG) log("connect(" + device + ")");
504 if (DBG) log("disconnect(" + device + ")");
589 if (DBG) log("setPriority(" + device + ", " + priority + ")");
639 if (DBG) log("startVoiceRecognition()");
666 if (DBG) log("stopVoiceRecognition()");
686 if (DBG) log("getCurrentCalls()");
707 if (DBG) log("getCurrentCalls()");
733 if (DBG) lo
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java25 private static final boolean DBG = false; field in class:AudioPlaybackHandler
59 if (DBG) Log.d(TAG, "Removing all callback items for : " + callerIdentity);
69 if (DBG) Log.d(TAG, "Stopping all items");
125 if (DBG) Log.d(TAG, "MessageLoop : Shutting down (interrupted)");
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java38 protected static final boolean DBG = true; field in class:AsyncService
95 if (DBG) Slog.d(TAG, "onStartCommand");
114 if (DBG) Slog.d(TAG, "onDestroy");
/frameworks/base/services/core/java/com/android/server/
H A DSensorNotificationService.java34 //TODO: set DBG to false or remove Slog before release
35 private static final boolean DBG = true; field in class:SensorNotificationService
57 if (DBG) Slog.d(TAG, "Cannot obtain dynamic meta sensor, not supported.");
69 if (DBG) Slog.d(TAG, "DYNS sent dynamic sensor broadcast");

Completed in 2750 milliseconds

12345678910