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

123456789

/frameworks/base/services/core/java/com/android/server/notification/
H A DPackagePriorityExtractor.java23 private static final boolean DBG = false; field in class:PackagePriorityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
H A DPackageVisibilityExtractor.java23 private static final boolean DBG = false; field in class:PackageVisibilityExtractor
28 if (DBG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
33 if (DBG) Slog.d(TAG, "skipping empty notification");
38 if (DBG) Slog.d(TAG, "missing config");
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java29 private static final boolean DBG = true; field in class:AsyncChannelTest
35 if (DBG) log("test1");
/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.java77 static final boolean DBG = true; field in class:SubscriptionController
180 if (DBG) logdl("[SubscriptionController] init by Context");
196 if (DBG) logdl("[SubscriptionController] init by Phone");
245 if (DBG) logd("notifySubscriptionInfoChanged:");
289 if (DBG) {
327 if (DBG) logd("selection:" + selection + " " + queryKey);
349 if (DBG) logd("Query fail");
407 if (DBG)
414 if (DBG) {
445 if (DBG)
[all...]
H A DIccProvider.java45 private static final boolean DBG = true; field in class:IccProvider
91 if (DBG) log("query");
165 if (DBG) log("insert");
243 if (DBG) log("len of input String is 0");
287 if (DBG) log("delete");
300 if (DBG) log("parsing '" + param + "'");
342 if (DBG) log("update");
392 if (DBG) log("loadFromEf: efType=" + efType + ", subscription=" + subId);
404 if (DBG) log(ex.toString());
411 if (DBG) lo
[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 DDcRetryAlarmController.java37 private static final boolean DBG = true; field in class:DcRetryAlarmController
66 if (DBG) {
73 if (DBG) log("onReceive: unknown action=" + action);
96 if (DBG) log("dispose");
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed");
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it");
127 if (DBG) log("getSuggestedRetryTime: retry is needed");
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed");
133 if (DBG) {
144 if (DBG) {
[all...]
H A DDcController.java51 private static final boolean DBG = true; field in class:DcController
141 if (DBG && dc.mCid < 0) {
149 if (DBG && removedDc == null) {
190 if (DBG) {
217 if (DBG) {
237 if (DBG) log("onDataStateChanged: add to retry dc=" + dc);
241 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry);
260 if (DBG) loge("onDataStateChanged: no connected apns, ignore");
264 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid
272 if (DBG) lo
[all...]
H A DDcSwitchStateMachine.java36 private static final boolean DBG = true; field in class:DcSwitchStateMachine
64 if (DBG) log("DcSwitchState constructor E");
75 if (DBG) log("DcSwitchState constructor X");
89 if (DBG) log("IdleState: enter");
94 if (DBG) loge("DctController is not ready");
106 if (DBG) log("IdleState: REQ_CONNECT, apnRequest=" + apnRequest);
113 if (DBG) log("AttachingState: REQ_DISCONNECT_ALL" );
124 if (DBG) {
132 if (DBG) {
214 if (DBG) lo
[all...]
H A DDcTracker.java155 if (DBG) log("GsmDCT.constructor");
214 if (DBG) log("DcTracker.dispose");
401 if(DBG) log("finalize");
467 if (DBG) log("return link properites for " + apnType);
471 if (DBG) log("return new LinkProperties");
481 if (DBG) {
487 if (DBG) log("return new NetworkCapabilities");
494 if (DBG) log("get all active apn types");
531 if (DBG) log("setState should not be used in GSM" + s);
567 if (DBG) lo
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
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.java36 private boolean DBG = true; field in class:ImsConfig
430 if (DBG) Rlog.d(TAG, "ImsConfig creates");
453 if (DBG) Rlog.d(TAG, "getProvisionedValue(): item = " + item + ", ret =" + ret);
476 if (DBG) Rlog.d(TAG, "getProvisionedStringValue(): item = " + item + ", ret =" + ret);
496 if (DBG) {
506 if (DBG) {
534 if (DBG) {
553 if (DBG) {
578 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 DCellSignalStrengthGsm.java29 private static final boolean DBG = false; field in class:CellSignalStrengthGsm
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("CellSignalStrengthGsm(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/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java28 private static final boolean DBG = false; field in class:PlaybackSynthesisCallback
67 if (DBG) Log.d(TAG, "stop()");
123 if (DBG) Log.d(TAG, "start(" + sampleRateInHz + "," + audioFormat + "," + channelCount
135 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
139 if (DBG) Log.d(TAG, "Error was raised");
158 if (DBG) Log.d(TAG, "audioAvailable(byte[" + buffer.length + "]," + offset + "," + length
173 if (DBG) Log.d(TAG, "Error was raised");
203 if (DBG) Log.d(TAG, "done()");
215 if (DBG) Log.d(TAG, "Request has been aborted.");
254 if (DBG) Lo
[all...]
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/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...]
/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java53 private static final boolean DBG = false; field in class:DhcpStateMachine
130 if (DBG) Log.d(TAG, "Sending a DHCP renewal " + this);
190 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
208 if (DBG) Log.d(TAG, getName() + "\n");
218 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
245 if (DBG) Log.d(TAG, getName() + "\n");
251 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
288 if (DBG) Log.d(TAG, "Entering " + getName() + "\n");
296 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
299 if (DBG) Lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java32 private static final boolean DBG = true; field in class:SipConnectionBase
59 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString);
66 if (DBG) log("setState: state=" + state);
139 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
156 if (DBG) log("proceedAfterWaitChar: ignore");
161 if (DBG) log("proceedAfterWildChar: ignore");
166 if (DBG) log("cancelPostDial: ignore");
177 if (DBG) log("getRemaingPostDialString: ret empty string");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java50 private static boolean DBG = false; field in class:SupplicantStateTracker
84 DBG = true;
86 DBG = false;
118 if (DBG) {
136 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
221 if (DBG) Log.d(TAG, getName() + "\n");
225 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
267 if (DBG) Log.d(TAG, getName() + "\n");
274 if (DBG) Log.d(TAG, getName() + "\n");
281 if (DBG) Lo
[all...]
/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 726 milliseconds

123456789