Searched defs:DBG (Results 1 - 25 of 60) sorted by relevance

123

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileState.java43 private static final boolean DBG = true; field in class:BluetoothProfileState
145 if (DBG) {
H A DBluetoothA2dp.java52 private static final boolean DBG = false; field in class:BluetoothA2dp
120 if (DBG) log("connectSink(" + device + ")");
137 if (DBG) log("disconnectSink(" + device + ")");
184 if (DBG) log("isSinkConnected(" + device + ")");
194 if (DBG) log("getConnectedSinks()");
210 if (DBG) log("getNonDisconnectedSinks()");
226 if (DBG) log("getSinkState(" + device + ")");
248 if (DBG) log("setSinkPriority(" + device + ", " + priority + ")");
263 if (DBG) log("getSinkPriority(" + device + ")");
279 if (DBG) lo
[all...]
H A DBluetoothPbap.java54 private static final boolean DBG = false; field in class:BluetoothPbap
149 if (DBG) log("getState()");
156 if (DBG) log(Log.getStackTraceString(new Throwable()));
168 if (DBG) log("getClient()");
175 if (DBG) log(Log.getStackTraceString(new Throwable()));
186 if (DBG) log("isConnected(" + device + ")");
193 if (DBG) log(Log.getStackTraceString(new Throwable()));
204 if (DBG) log("disconnect()");
212 if (DBG) log(Log.getStackTraceString(new Throwable()));
239 if (DBG) lo
[all...]
H A DBluetoothAudioGateway.java34 private static final boolean DBG = false; field in class:BluetoothAudioGateway
98 if (DBG) log("Connect Thread starting");
151 if (DBG) log("Connect Thread finished");
169 if (DBG) log("stopping Connect Thread");
173 if (DBG) log("waiting for thread to terminate");
H A DBluetoothHeadset.java57 private static final boolean DBG = false; field in class:BluetoothHeadset
180 if (DBG) log("close()");
193 if (DBG) log("getState()");
200 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
212 if (DBG) log("getCurrentHeadset()");
219 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
237 if (DBG) log("connectHeadset(" + device + ")");
246 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
257 if (DBG) log("isConnected(" + device + ")");
264 if (DBG) Lo
[all...]
H A DHeadsetBase.java36 private static final boolean DBG = false; field in class:HeadsetBase
125 if (DBG) timestamp = System.currentTimeMillis();
127 if (DBG) Log.d(TAG, "Processing " + input + " took " +
H A DScoSocket.java38 private static final boolean DBG = true; field in class:ScoSocket
90 if (DBG) log("connect() " + this);
92 if (DBG) log("connect(): Bad state");
113 if (DBG) log("Bad state");
127 if (DBG) log(this + " SCO OBJECT close() mState = " + mState);
142 if (DBG) log("Strange state, closing " + mState + " " + this);
157 if (DBG) log("Strange state " + this);
169 if (DBG) log("onClosed() " + this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java33 private static final boolean DBG = true; field in class:DefaultPhoneNotifier
H A DIccPhoneBookInterfaceManager.java33 protected static final boolean DBG = true; field in class:IccPhoneBookInterfaceManager
82 if(DBG) logd("Cannot load ADN records");
144 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=" + efid +
191 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=" + efid +
239 if (DBG) logd("getAdnRecordsInEF: efid=" + efid);
H A DRetryManager.java77 static public final boolean DBG = false; field in class:RetryManager
112 if (DBG) log("constructor");
130 if (DBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
164 if (DBG) log("configure: '" + configStr + "'");
169 if (DBG) log("configure: not empty");
177 if (DBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
181 if (DBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
184 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
217 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
229 if (DBG) lo
[all...]
H A DCallerInfoAsyncQuery.java40 private static final boolean DBG = false; field in class:CallerInfoAsyncQuery
131 if (DBG) Log.d(LOG_TAG, "Unexpected command (CookieWrapper is null): " + msg.what +
137 if (DBG) Log.d(LOG_TAG, "Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
193 if (DBG) Log.d(LOG_TAG, "##### onQueryComplete() ##### query complete for token: " + token);
202 if (DBG) Log.d(LOG_TAG, "Cookie is null, ignoring onQueryComplete() request.");
231 if (DBG) Log.d(LOG_TAG, "==> Got mCallerInfo: " + mCallerInfo);
237 if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username"
247 if (DBG) Log.d(LOG_TAG, "constructing CallerInfo object for token: " + token);
257 if (DBG) Log.d(LOG_TAG, "notifying listener: " + cw.listener.getClass().toString() +
280 if (DBG) Lo
[all...]
H A DPhoneStateIntentReceiver.java41 private static final boolean DBG = false; field in class:PhoneStateIntentReceiver
197 if (DBG) Log.d(LOG_TAG, "onReceiveIntent: ACTION_PHONE_STATE_CHANGED, state="
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DDaemonProxy.java39 private static final boolean DBG = true; field in class:DaemonProxy
115 if (DBG) Log.d(mTag, "stopping " + svc + ", success? " + success);
147 if (DBG) Log.d(mTag, "service not yet listen()ing; try again");
174 if (DBG) {
H A DVpnServiceBinder.java48 private static final boolean DBG = true; field in class:VpnServiceBinder
94 if (DBG) Log.d("VpnServiceBinder", " saving states");
106 if (DBG) Log.d("VpnServiceBinder", " remove states: " + e);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java45 static final boolean DBG = true; field in class:RuimSmsInterfaceManager
74 if(DBG) log("Cannot load Sms records");
99 if(DBG) Log.d(LOG_TAG, "RuimSmsInterfaceManager finalized");
115 if (DBG) log("updateMessageOnIccEf: index=" + index +
152 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
175 if (DBG) log("getAllMessagesFromEF");
H A DEriManager.java89 private static final boolean DBG = true; field in class:EriManager
162 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: check for alternate file");
167 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: opened alternate file");
169 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no alternate file");
172 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no parser for alternate file");
177 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: open normal file");
223 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
401 if (DBG) Log.d(LOG_TAG, "ERI File not loaded");
H A DRuimRecords.java47 private static final boolean DBG = true; field in class:RuimRecords
106 if(DBG) Log.d(LOG_TAG, "RuimRecords finalized");
355 if (DBG) log("handleRuimRefresh without input");
361 if (DBG) log("handleRuimRefresh with SIM_REFRESH_FILE_UPDATED");
366 if (DBG) log("handleRuimRefresh with SIM_REFRESH_INIT");
371 if (DBG) log("handleRuimRefresh with SIM_REFRESH_RESET");
383 if (DBG) log("handleRuimRefresh with unknown operation");
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java41 private static final boolean DBG = false; field in class:NetworkConnectivityListener
91 if (DBG) {
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java37 private static final boolean DBG = false; field in class:CompatibilityInfo
/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java45 private static final boolean DBG = false; field in class:MobileDataStateTracker
180 if (DBG) Log.d(TAG, "replacing old mInterfaceName (" +
192 if (DBG) Log.d(TAG, mApnType + " Received state= " + state + ", old= " +
232 //if (DBG) Log.d(TAG, "clearing mInterfaceName for "+ mApnType +
261 if (DBG) Log.d(TAG, "Received " + intent.getAction() + " broadcast" +
503 if (DBG) {
/frameworks/base/core/java/android/pim/
H A DContactsAsyncHelper.java42 private static final boolean DBG = false; field in class:ContactsAsyncHelper
122 if (DBG) Log.d(LOG_TAG, "isDifferentImageRequest: connection is null");
197 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
201 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
261 if (DBG) Log.d(LOG_TAG, "target image is null, just display placeholder.");
285 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
333 if (DBG) Log.d(LOG_TAG, "Notifying listener: " + args.listener.toString() +
/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/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java48 static final boolean DBG = true; field in class:SimSmsInterfaceManager
83 if(DBG) log("Cannot load Sms records");
116 if(DBG) Log.d(LOG_TAG, "SimSmsInterfaceManager finalized");
132 if (DBG) log("updateMessageOnIccEf: index=" + index +
169 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
195 if (DBG) log("getAllMessagesFromEF");
224 if (DBG) log("enableCellBroadcastRange");
241 if (DBG)
249 if (DBG) log("disableCellBroadcastRange");
266 if (DBG)
[all...]
H A DUsimPhoneBookManager.java44 private static final boolean DBG = true; field in class:UsimPhoneBookManager
429 if(DBG) Log.d(LOG_TAG, msg);
/frameworks/base/core/java/android/app/
H A DSearchManager.java63 private static final boolean DBG = false; field in class:SearchManager
525 if (DBG) Log.d(TAG, "Starting global search: " + intent.toUri(0));

Completed in 881 milliseconds

123