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

1234567891011

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java31 private boolean DBG = false; field in class:WifiCountryCode
72 DBG = true;
74 DBG = false;
84 if (DBG) Log.d(TAG, "SIM Card Removed");
100 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
116 if (DBG) Log.d(TAG, "Set ready: " + ready);
133 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
136 if (DBG) Log.d(TAG, "Received empty country code, reset to default country code");
174 if (DBG) Log.d(TAG, "Update country code");
H A DSupplicantStateTracker.java49 private static boolean DBG = false; field in class:SupplicantStateTracker
89 DBG = true;
91 DBG = false;
127 if (DBG) {
143 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
236 if (DBG) Log.d(TAG, getName() + "\n");
240 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
281 if (DBG) Log.d(TAG, getName() + "\n");
288 if (DBG) Log.d(TAG, getName() + "\n");
295 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.java27 private static final boolean DBG = false; field in class:PriorityExtractor
32 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
37 if (DBG) Slog.d(TAG, "skipping empty notification");
42 if (DBG) Slog.d(TAG, "missing config");
H A DVisibilityExtractor.java27 private static final boolean DBG = false; field in class:VisibilityExtractor
32 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
37 if (DBG) Slog.d(TAG, "skipping empty notification");
42 if (DBG) Slog.d(TAG, "missing config");
H A DBadgeExtractor.java26 private static final boolean DBG = false; field in class:BadgeExtractor
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.java33 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in class:NotificationIntrusivenessExtractor
40 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
45 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 ::");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java32 private static final boolean DBG = false; field in class:HbpcdUtils
56 if (DBG) {
60 if (DBG) {
65 if (DBG) {
90 if (DBG) Rlog.d(LOG_TAG, "Query conflict sid returned the cursor " + c3);
93 if (DBG) {
98 if (DBG) {
118 if (DBG) Rlog.d(LOG_TAG, "Query Range returned the cursor " + c5);
121 if (DBG) Rlog.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
127 if (DBG) Rlo
[all...]
H A DSubscriptionController.java77 static final boolean DBG = true; field in class:SubscriptionController
185 if (DBG) logdl("[SubscriptionController] init by Context");
201 if (DBG) logdl("[SubscriptionController] init by Phone");
250 if (DBG) logd("notifySubscriptionInfoChanged:");
354 if (DBG) logd("Query fail");
412 if (DBG) {
420 if (DBG) {
452 if (DBG)
458 if (DBG) {
490 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 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 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
273 if (DBG) {
[all...]
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/telephony/java/com/android/ims/
H A DImsConfig.java35 private boolean DBG = true; field in class:ImsConfig
535 if (DBG) Rlog.d(TAG, "ImsConfig creates");
558 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret);
581 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret);
601 if (DBG) {
611 if (DBG) {
639 if (DBG) {
658 if (DBG) {
683 if (DBG) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java36 private static final boolean DBG = false; field in class:WifiAwareNativeManager
60 if (DBG) Log.d(TAG, "onStatusChanged");
86 if (DBG) Log.d(TAG, "tryToGetAware: mWifiNanIface=" + mWifiNanIface);
94 if (DBG) Log.d(TAG, "Was not able to obtain an IWifiNanIface");
96 if (DBG) Log.d(TAG, "Obtained an IWifiNanIface");
119 if (DBG) Log.d(TAG, "awareIsDown: mWifiNanIface=" + mWifiNanIface);
131 if (DBG) Log.d(TAG, "Interface was destroyed");
140 if (DBG) Log.d(TAG, "Interface is possibly available");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMapClient.java40 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in class:BluetoothMapClient
78 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
108 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object");
187 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
197 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE");
206 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
218 if (DBG) Log.d(TAG, "disconnect(" + device + ")");
238 if (DBG) Log.d(TAG, "getConnectedDevices()");
258 if (DBG) Log.d(TAG, "getDevicesMatchingStates()");
278 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");

Completed in 3232 milliseconds

1234567891011