Searched refs:DBG (Results 76 - 100 of 199) sorted by relevance

12345678

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java52 private static boolean DBG = false; field in class:WifiMonitor
504 if (DBG) Log.d(TAG, "Creating WifiMonitor");
516 DBG = true;
518 DBG = false;
566 if (DBG) Log.d(TAG, "connecting to supplicant");
593 if (DBG) Log.d(TAG, "stopMonitoring(" + iface + ") = " + m.mStateMachine);
599 if (DBG) Log.d(TAG, "registerInterface(" + iface + "+" + m.mStateMachine + ")");
611 if (DBG) Log.d(TAG, "unregisterInterface(" + iface + "+" + m.mStateMachine + ")");
671 if (DBG) Log.d(TAG, "Dropping event because (" + iface + ") is stopped");
675 if (DBG) Lo
[all...]
H A DWifiTrafficPoller.java42 private boolean DBG = false; field in class:WifiTrafficPoller
109 DBG = true;
111 DBG = false;
120 if (DBG) {
147 if (DBG) {
200 if (DBG) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java84 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); field in class:BluetoothSocket
188 if (DBG) Log.d(TAG, "socket fd passed by stack fds: " + fds);
307 if (DBG) Log.d(TAG, "connect(), SocketState: " + mSocketState + ", mPfd: " + mPfd);
355 if (DBG) Log.d(TAG, "bindListen(), SocketState: " + mSocketState + ", mPfd: " +
360 if (DBG) Log.d(TAG, "bindListen(), new LocalSocket ");
362 if (DBG) Log.d(TAG, "bindListen(), new LocalSocket.getInputStream() ");
366 if (DBG) Log.d(TAG, "bindListen(), readInt mSocketIS: " + mSocketIS);
372 if (DBG) Log.d(TAG, "channel: " + channel);
450 if (DBG) Log.d(TAG, "close() in, this: " + this + ", channel: " + mPort + ", state: " + mSocketState);
460 if (DBG) Lo
[all...]
H A DBluetoothA2dpSink.java42 private static final boolean DBG = true; field in class:BluetoothA2dpSink
133 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
240 if (DBG) log("connect(" + device + ")");
281 if (DBG) log("disconnect(" + device + ")");
400 if (DBG) Log.d(TAG, "Proxy object connected");
409 if (DBG) Log.d(TAG, "Proxy object disconnected");
H A DBluetoothPan.java45 private static final boolean DBG = true; field in class:BluetoothPan
227 if (DBG) log("connect(" + device + ")");
268 if (DBG) log("disconnect(" + device + ")");
335 if (DBG) log("setBluetoothTethering(" + value + ")");
355 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object connected");
364 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object disconnected");
H A DBluetoothGattServer.java44 private static final boolean DBG = true; field in class:BluetoothGattServer
69 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status
97 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status
115 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid
256 if (DBG) Log.d(TAG, "onExecuteWrite() - "
293 if (DBG) Log.d(TAG, "onMtuChanged() - "
327 if (DBG) Log.d(TAG, "close()");
345 if (DBG) Log.d(TAG, "registerCallback()");
351 if (DBG) Log.d(TAG, "registerCallback() - UUID=" + uuid);
388 if (DBG) Lo
[all...]
H A DBluetoothInputDevice.java46 private static final boolean DBG = true; field in class:BluetoothInputDevice
210 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
315 if (DBG) log("connect(" + device + ")");
355 if (DBG) log("disconnect(" + device + ")");
435 if (DBG) log("setPriority(" + device + ", " + priority + ")");
481 if (DBG) Log.d(TAG, "Proxy object connected");
489 if (DBG) Log.d(TAG, "Proxy object disconnected");
521 if (DBG) log("virtualUnplug(" + device + ")");
571 if (DBG) log("setProtocolMode(" + device + ")");
649 if (DBG) lo
[all...]
H A DBluetoothAvrcpController.java42 private static final boolean DBG = true; field in class:BluetoothAvrcpController
74 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
213 if (DBG) Log.d(TAG, "sendPassThroughCmd");
228 if (DBG) Log.d(TAG, "Proxy object connected");
237 if (DBG) Log.d(TAG, "Proxy object disconnected");
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java58 private static final boolean DBG = false; field in class:MediaBrowser
122 if (DBG) {
169 if (DBG) {
194 if (DBG) {
406 if (DBG) {
466 if (DBG) {
476 if (DBG) {
696 if (DBG) {
719 if (DBG) {
729 if (DBG) {
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java70 private static final boolean DBG = false; field in class:SpellCheckerService
83 if (DBG) {
168 if (DBG) {
379 if (DBG) {
390 if (DBG) {
408 if (DBG) {
412 if (DBG) {
439 if (DBG) {
/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java32 private static final boolean DBG = false; field in class:VoLteServiceState
119 if (DBG) log("Size of VoLteServiceState parcel:" + in.dataSize());
/frameworks/base/core/java/android/net/
H A DSamplingDataTracker.java35 private static final boolean DBG = false; field in class:SamplingDataTracker
76 if (DBG) Slog.d(TAG, "Found data for interface " + currentIface);
91 if (DBG) {
113 if (DBG) {
168 if (DBG) Slog.d(TAG, "Throwing current sample away because it is too small");
175 if (DBG) Slog.d(TAG, "Resetting sampled network data");
H A DDnsPinger.java54 private static final boolean DBG = false; field in class:DnsPinger
168 if (DBG) {
199 if (DBG) {
206 if (DBG) {
280 if(DBG) {
/frameworks/base/services/core/java/com/android/server/
H A DNetworkTimeUpdateService.java54 private static final boolean DBG = false; field in class:NetworkTimeUpdateService
161 if (DBG) Log.d(TAG, "System time = " + currentTime);
165 if (DBG) Log.d(TAG, "Before Ntp fetch");
181 if (DBG && mLastNtpFetchTime == NOT_SET
185 if (DBG) Log.d(TAG, "Ntp time to be set = " + ntp);
191 if (DBG) Log.d(TAG, "Ntp time is close enough = " + ntp);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java41 protected static final boolean DBG = false; field in class:ApnContext
114 if (DBG) {
188 if (DBG) {
212 if (DBG) {
241 if (DBG) {
252 if (DBG) {
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java47 private static final boolean DBG = false; field in class:WaveView
215 if (DBG) Log.v(TAG, "State RESET_LOCK");
267 if (DBG) Log.v(TAG, "State READY");
272 if (DBG) Log.v(TAG, "State START_ATTEMPT");
296 if (DBG) Log.v(TAG, "State ATTEMPTING (fingerDown = " + fingerDown + ")");
306 if (DBG) Log.v(TAG, "up detected, moving to STATE_UNLOCK_ATTEMPT");
326 if (DBG) Log.v(TAG, "State UNLOCK_ATTEMPT");
389 if (DBG) Log.v(TAG, "State UNLOCK_SUCCESS");
394 if (DBG) Log.v(TAG, "Unknown state " + mLockState);
421 if (DBG) Lo
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java63 static final boolean DBG = true; field in class:SipService
102 if (DBG) slog("start:");
107 if (DBG) log("SipService: started!");
158 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
162 if (DBG) log("open3: " + localProfile.getUriString() + ": "
197 if (DBG) log("only creator or radio can close this profile");
217 if (DBG) log("only creator or radio can query on the profile");
231 if (DBG) log("only creator or radio can query on the profile");
246 if (DBG) log("only creator can set listener on the profile");
253 if (DBG) lo
[all...]
H A DSipHelper.java74 private static final boolean DBG = false; field in class:SipHelper
263 if (DBG) log("send request with challenge response: "
302 if (DBG) log("send INVITE: " + request);
327 if (DBG) log("send RE-INVITE: " + request);
361 if (DBG) log("send RINGING: " + response);
391 if (DBG) log("send OK: " + response);
413 if (DBG) log("send BUSY HERE: " + response);
430 if (DBG) log("send ACK: " + ack);
436 if (DBG) log("send BYE: " + byeRequest);
443 if (DBG) lo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java77 if (DBG) log("CdmaLteServiceStateTracker Constructors");
98 if (DBG) log("handleMessage: " + msg.what);
101 if (DBG) log("handleMessage EVENT_POLL_STATE_GPRS");
134 if (DBG) log("EVENT_ALL_DATA_DISCONNECTED, turn radio off now.");
154 if (DBG) {
236 if (DBG) {
248 if (DBG) {
385 if (DBG) {
496 if (DBG) log("operatorNumeric is null");
577 if (DBG) {
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java53 private final static boolean DBG = false; field in class:SpeechRecognizer
173 if (DBG) Log.d(TAG, "onServiceConnected - Success");
184 if (DBG) Log.d(TAG, "onServiceDisconnected - Success");
345 if (DBG) Log.d(TAG, "service start listening command succeded");
359 if (DBG) Log.d(TAG, "service stop listening command succeded");
373 if (DBG) Log.d(TAG, "service cancel command succeded");
391 if (DBG) Log.d(TAG, "handleChangeListener, listener=" + listener);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java77 private static final boolean DBG = true; field in class:UiccController
112 if (DBG) log("Creating UiccController");
209 if (DBG) log("Received EVENT_ICC_STATUS_CHANGED, calling getIccCardStatus");
213 if (DBG) log("Received EVENT_GET_ICC_STATUS_DONE");
217 if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card");
225 if (DBG) log("Received EVENT_SIM_REFRESH");
291 if (DBG) log("Notifying IccChangedRegistrants");
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java173 static final boolean DBG = false; field in class:AlwaysOnHotwordDetector
365 if (DBG) Slog.d(TAG, "getSupportedRecognitionModes()");
403 if (DBG) Slog.d(TAG, "startRecognition(" + recognitionFlags + ")");
431 if (DBG) Slog.d(TAG, "stopRecognition()");
463 if (DBG) Slog.d(TAG, "createEnrollIntent");
484 if (DBG) Slog.d(TAG, "createUnEnrollIntent");
505 if (DBG) Slog.d(TAG, "createReEnrollIntent");
620 if (DBG) {
701 if (DBG) {
/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java43 private static final boolean DBG = false; field in class:ProviderMap
66 if (DBG) {
84 if (DBG) {
98 if (DBG) {
111 if (DBG) {
125 if (DBG)
130 if (DBG)
144 if (DBG)
149 if (DBG)
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java52 static final boolean DBG = false; field in class:SoundTriggerHelper
127 if (DBG) {
209 if (DBG) Slog.d(TAG, "Reusing previously loaded sound model");
242 if (DBG) {
308 if (DBG) Slog.d(TAG, "onRecognition: " + event);
335 if (DBG) Slog.d(TAG, "onSoundModelUpdate: " + event);
343 if (DBG) Slog.d(TAG, "onServiceStateChange, state: " + state);
545 if (DBG) Slog.d(TAG, "onCallStateChanged: " + state);
559 if (DBG) Slog.d(TAG, "onPowerSaveModeChanged: " + active);
H A DDatabaseHelper.java40 static final boolean DBG = false; field in class:DatabaseHelper
166 if (DBG) {
204 if (DBG) {
209 if (DBG) Slog.d(TAG, "Found a SoundModel for user: " + userHandle);
218 if (DBG) {

Completed in 1387 milliseconds

12345678