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

1234567

/frameworks/base/core/java/android/net/
H A DLinkSocket.java36 private final static boolean DBG = true; field in class:LinkSocket
42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) lo
[all...]
/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 DWapPushOverSms.java40 private static final boolean DBG = true; field in class:WapPushOverSms
50 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
56 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
67 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
73 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
91 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
105 if (DBG)
112 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
116 if (DBG) Rlog.w(TAG, "Received non-PUSH WAP PDU. Type = " + pduType);
130 if (DBG) Rlo
[all...]
H A DIccProvider.java42 private static final boolean DBG = false; field in class:IccProvider
113 if (DBG) log("insert");
180 if (DBG) log("delete");
208 if (DBG) log("parsing '" + param + "'");
248 if (DBG) log("update");
284 if (DBG) log("loadFromEf: efType=" + efType);
296 if (DBG) log(ex.toString());
303 if (DBG) log("adnRecords.size=" + N);
317 if (DBG) log("addIccRecordToEf: efType=" + efType + ", name=" + name +
337 if (DBG) lo
[all...]
H A DTelephonyTester.java36 private static final boolean DBG = true; field in class:TelephonyTester
46 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
54 if (DBG) log("onReceive: unknown action=" + action);
H A DRetryManager.java77 static public final boolean DBG = false; field in class:RetryManager
268 if (DBG) log("isRetryNeeded: " + retVal);
290 if (DBG) log("getRetryTimer: " + retVal);
298 if (DBG) log("getRetryCount: " + mRetryCount);
310 if (DBG) log("increaseRetryCount: " + mRetryCount);
326 if (DBG) log("setRetryCount: " + mRetryCount);
343 if (DBG) log("setCurMaxRetryCount: " + mCurMaxRetryCount);
361 if (DBG) log("setRetryForever: " + mRetryForever);
369 if (DBG) log("resetRetryCount: " + mRetryCount);
378 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 DDcController.java44 private static final boolean DBG = true; field in class:DcController
109 if (DBG && dc.mCid < 0) {
117 if (DBG && removedDc == null) {
154 if (DBG) {
181 if (DBG) {
201 if (DBG) log("onDataStateChanged: add to retry dc=" + dc);
205 if (DBG) log("onDataStateChanged: dcsToRetry=" + dcsToRetry);
220 if (DBG) loge("onDataStateChanged: no connected apns, ignore");
224 if (DBG) log("onDataStateChanged: Found ConnId=" + newState.cid
228 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 DDcTracker.java120 if (DBG) log("GsmDCT.constructor");
172 if (DBG) log("GsmDCT.dispose");
231 if(DBG) log("finalize");
295 if (DBG) log("return link properites for " + apnType);
299 if (DBG) log("return new LinkProperties");
309 if (DBG) log("get active pdp is not null, return link Capabilities for " + apnType);
313 if (DBG) log("return new LinkCapabilities");
320 if (DBG) log("get all active apn types");
357 if (DBG) log("setState should not be used in GSM" + s);
393 if (DBG) lo
[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) {
H A DDataConnection.java74 private static final boolean DBG = true; field in class:DataConnection
238 if (DBG) dc.log("Made " + dc.getName());
294 if (DBG) log("updateLinkProperty failed : " + result.setupResult);
300 if (DBG && (! result.oldLp.equals(result.newLp))) {
316 if (DBG) log("DataConnection constructor E");
338 if (DBG) log("DataConnection constructor X");
389 if (DBG) {
402 if (DBG) log("onConnect: carrier='" + mApnSetting.carrier
424 if (DBG) {
480 if (DBG) lo
[all...]
/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 DFileSynthesisCallback.java36 private static final boolean DBG = false; field in class:FileSynthesisCallback
100 if (DBG) {
106 if (DBG) Log.d(TAG, "Request has been aborted.");
131 if (DBG) {
137 if (DBG) Log.d(TAG, "Request has been aborted.");
157 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
160 if (DBG) Log.d(TAG, "Duplicate call to done()");
166 if (DBG) Log.d(TAG, "Request has been aborted.");
192 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()");
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)");
H A DPlaybackSynthesisCallback.java27 private static final boolean DBG = false; field in class:PlaybackSynthesisCallback
87 if (DBG) Log.d(TAG, "stop()");
138 if (DBG) {
151 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
167 if (DBG) {
203 if (DBG) Log.d(TAG, "done()");
229 if (DBG) Log.d(TAG, "error() [will call stop]");
/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantStateTracker.java43 private static final boolean DBG = false; field in class:SupplicantStateTracker
109 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n");
167 if (DBG) Log.d(TAG, getName() + "\n");
171 if (DBG) Log.d(TAG, getName() + message.toString() + "\n");
213 if (DBG) Log.d(TAG, getName() + "\n");
220 if (DBG) Log.d(TAG, getName() + "\n");
227 if (DBG) Log.d(TAG, getName() + "\n");
254 if (DBG) Log.d(TAG, getName() + "\n");
269 if (DBG) Log.d(TAG, getName() + "\n");
275 if (DBG) Lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java31 private static final boolean DBG = true; field in class:SipConnectionBase
58 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString);
65 if (DBG) log("setState: state=" + state);
138 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
150 if (DBG) log("proceedAfterWaitChar: ignore");
155 if (DBG) log("proceedAfterWildChar: ignore");
160 if (DBG) log("cancelPostDial: ignore");
171 if (DBG) log("getRemaingPostDialString: ret empty string");
/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/core/java/android/speech/
H A DRecognitionService.java54 private static final boolean DBG = false; field in class:RecognitionService
96 if (DBG) Log.d(TAG, "created new mCurrentCallback, listener = " + listener.asBinder());
127 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
133 if (DBG) Log.d(TAG, "canceling - setting mCurrentCallback to null");
159 if (DBG) Log.d(TAG, "checkPermissions");
197 if (DBG) Log.d(TAG, "onBind, intent=" + intent);
203 if (DBG) Log.d(TAG, "onDestroy");
226 if (DBG) Log.d(TAG, "beginningOfSpeech");
315 if (DBG) Log.d(TAG, "startListening called by:" + listener.asBinder());
324 if (DBG) Lo
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMap.java38 private static final boolean DBG = true; field in class:BluetoothMap
60 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
90 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
166 if (DBG) log(Log.getStackTraceString(new Throwable()));
185 if (DBG) log(Log.getStackTraceString(new Throwable()));
203 if (DBG) log(Log.getStackTraceString(new Throwable()));
213 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
225 if (DBG) log("disconnect(" + device + ")");
265 if (DBG) log("getConnectedDevices()");
284 if (DBG) lo
[all...]

Completed in 501 milliseconds

1234567