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

123

/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DVpnServiceBinder.java46 private static final boolean DBG = true; field in class:VpnServiceBinder
85 if (DBG) Log.d("VpnServiceBinder", " saving states");
97 if (DBG) Log.d("VpnServiceBinder", " remove states: " + e);
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) {
/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.java36 protected static final boolean DBG = true; field in class:IccPhoneBookInterfaceManager
86 if(DBG) logd("Cannot load ADN records");
148 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=" + efid +
195 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=" + efid +
243 if (DBG) logd("getAdnRecordsInEF: efid=" + efid);
H A DCallerInfoAsyncQuery.java39 private static final boolean DBG = false; field in class:CallerInfoAsyncQuery
130 if (DBG) log("Unexpected command (CookieWrapper is null): " + msg.what +
136 if (DBG) log("Processing event: " + cw.event + " token (arg1): " + msg.arg1 +
192 if (DBG) log("query complete for token: " + token);
201 if (DBG) log("Cookie is null, ignoring onQueryComplete() request.");
236 if (DBG) log("constructing CallerInfo object for token: " + token);
246 if (DBG) log("notifying listener: " + cw.listener.getClass().toString() +
269 if (DBG) log("starting query for URI: " + contactRef + " handler: " + c.toString());
293 if (DBG) log("starting query for number: " + number + " handler: " + c.toString());
320 if (DBG) lo
[all...]
H A DIccProvider.java44 private static final boolean DBG = false; field in class:IccProvider
157 if (DBG) log("insert");
224 if (DBG) log("delete");
252 if (DBG) log("parsing '" + param + "'");
297 if (DBG) log("update");
336 if (DBG) log("loadFromEf: efType=" + efType);
347 if (DBG) log(ex.toString());
353 if (DBG) log("adnRecords.size=" + N);
362 if (DBG) log("loadFromEf: return results");
368 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="
H A DRetryManager.java77 static public final boolean DBG = false; field in class:RetryManager
115 if (DBG) log("constructor");
133 if (DBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
163 if (DBG) log("configure: '" + configStr + "'");
168 if (DBG) log("configure: not empty");
176 if (DBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
180 if (DBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
183 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
216 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
228 if (DBG) lo
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java43 static final boolean DBG = true; field in class:RuimSmsInterfaceManager
72 if(DBG) log("Cannot load Sms records");
92 if(DBG) Log.d(LOG_TAG, "RuimSmsInterfaceManager finalized");
108 if (DBG) log("updateMessageOnIccEf: index=" + index +
145 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
168 if (DBG) log("getAllMessagesFromEF");
H A DEriManager.java87 private static final boolean DBG = true; field in class:EriManager
160 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: check for alternate file");
165 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: opened alternate file");
167 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no alternate file");
170 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no parser for alternate file");
175 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: open normal file");
221 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
399 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");
357 if (DBG) log("handleRuimRefresh without input");
363 if (DBG) log("handleRuimRefresh with SIM_REFRESH_FILE_UPDATED");
368 if (DBG) log("handleRuimRefresh with SIM_REFRESH_INIT");
373 if (DBG) log("handleRuimRefresh with SIM_REFRESH_RESET");
385 if (DBG) log("handleRuimRefresh with unknown operation");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java42 static final boolean DBG = true; field in class:SimSmsInterfaceManager
71 if(DBG) log("Cannot load Sms records");
91 if(DBG) Log.d(LOG_TAG, "SimSmsInterfaceManager finalized");
107 if (DBG) log("updateMessageOnIccEf: index=" + index +
144 if (DBG) log("copyMessageToIccEf: status=" + status + " ==> " +
169 if (DBG) log("getAllMessagesFromEF");
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/os/
H A DHandlerStateMachineTest.java38 private static final boolean DBG = false; field in class:HandlerStateMachineTest
57 setDbg(DBG);
/frameworks/base/core/java/android/bluetooth/
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 + ")");
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.java18 private static final boolean DBG = false; field in class:BluetoothAudioGateway
82 if (DBG) log("Connect Thread starting");
135 if (DBG) log("Connect Thread finished");
153 if (DBG) log("stopping Connect Thread");
157 if (DBG) log("waiting for thread to terminate");
H A DBluetoothHeadset.java57 private static final boolean DBG = false; field in class:BluetoothHeadset
170 if (DBG) log("close()");
183 if (DBG) log("getState()");
190 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
202 if (DBG) log("getCurrentHeadset()");
209 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
227 if (DBG) log("connectHeadset(" + device + ")");
236 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
247 if (DBG) log("isConnected(" + device + ")");
254 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/core/java/android/net/
H A DNetworkConnectivityListener.java37 private static final boolean DBG = false; field in class:NetworkConnectivityListener
87 if (DBG) {
H A DMobileDataStateTracker.java45 private static final boolean DBG = true; field in class:MobileDataStateTracker
160 if (DBG) Log.d(TAG, "replacing old mInterfaceName (" +
172 if (DBG) Log.d(TAG, mApnType + " Received state= " + state + ", old= " +
193 //if (DBG) Log.d(TAG, "clearing mInterfaceName for "+ mApnType +
218 if (DBG) Log.d(TAG, "Received " + intent.getAction() + " broadcast" +
450 if (DBG) {
/frameworks/base/core/java/android/server/search/
H A DSearchManagerService.java44 private static final boolean DBG = false; field in class:SearchManagerService
125 if (DBG) Log.d(TAG, "Got " + action);
137 if (DBG) Log.i("foo", "********************** resuming: " + activityId);
142 if (DBG) Log.i("foo", "********************** closing dialogs: " + reason);
H A DSearchDialogWrapper.java46 private static final boolean DBG = false; field in class:SearchDialogWrapper
156 if (DBG) debug(Intent.ACTION_CONFIGURATION_CHANGED);
180 if (DBG) debug("startSearch()");
203 if (DBG) debug("stopSearch()");
215 if (DBG) debug("activityResuming(ident=" + ident + ")");
227 if (DBG) debug("closingSystemDialogs(reason=" + reason + ")");
294 if (DBG) debug("performStartSearch()");
305 if (DBG) Log.v(TAG, "******************* DIALOG: start");
320 if (DBG) debug("performStopSearch()");
321 if (DBG) Lo
[all...]
/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/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() +

Completed in 867 milliseconds

123