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

123456

/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushServer.java38 private static final boolean DBG = true; field in class:NdefPushServer
73 if (DBG) Log.d(TAG, "starting connection thread");
84 if (DBG) Log.d(TAG, "read " + size + " bytes");
94 if (DBG) Log.d(TAG, "connection broken by IOException", e);
100 if (DBG) Log.d(TAG, "got message " + msg.toString());
108 if (DBG) Log.d(TAG, "about to close");
114 if (DBG) Log.d(TAG, "finished connection thread");
126 if (DBG) Log.d(TAG, "about create LLCP service socket");
131 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
134 if (DBG) Lo
[all...]
H A DNdefPushClient.java36 private static final boolean DBG = true; field in class:NdefPushClient
48 if (DBG) Log.d(TAG, "about to create socket");
54 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
58 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
62 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
69 if (DBG) Log.d(TAG, "exception:", e);
73 if (DBG) Log.d(TAG, "exception:", e);
77 if (DBG) Log.d(TAG, "about to close");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DWebPromoter.java25 private static final boolean DBG = false; field in class:WebPromoter
38 if (DBG) Log.d(TAG, "Shortcut count: " + shortcutCount);
43 if (DBG) Log.d(TAG, "Including shortcut " + i);
46 if (DBG) Log.d(TAG, "Skipping shortcut " + i);
53 if (DBG) Log.d(TAG, "Web suggestion count: " + webCount);
57 if (DBG) Log.d(TAG, "Including suggestion " + i);
60 if (DBG) Log.d(TAG, "Skipping suggestion " + i);
H A DListSuggestionCursorNoDuplicates.java29 private static final boolean DBG = false; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
H A DShouldQueryStrategy.java34 private static final boolean DBG = false; field in class:ShouldQueryStrategy
66 if (DBG) Log.i(TAG, "Not querying " + corpus + ", returned 0 after "
72 if (DBG) Log.d(TAG, "Query too short for corpus " + corpus);
83 if (DBG) Log.d(TAG, corpus + " returned 0 results for '" + query + "'");
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
H A DCrashingIconProvider.java31 private static final boolean DBG = false; field in class:CrashingIconProvider
43 if (DBG) Log.d(TAG, "openFile(" + uri + ", " + mode + ")");
49 if (DBG) Log.d(TAG, "delete(" + uri + ", " + selection + ", " + selectionArgs + ")");
55 if (DBG) Log.d(TAG, "getType(" + uri + ")");
61 if (DBG) Log.d(TAG, "insert(" + uri + ", " + values + ")");
68 if (DBG) Log.d(TAG, "query(" + uri + ")");
74 if (DBG) Log.d(TAG, "update(" + uri + ")");
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyCallHelper.java50 private static final boolean DBG = true; field in class:EmergencyCallHelper
77 if (DBG) log("EmergencyCallHelper constructor...");
130 if (DBG) log("startEmergencyCallFromAirplaneModeSequence('" + number + "')...");
141 if (DBG) log("startSequenceInternal(): msg = " + msg);
151 if (DBG) log("- startSequenceInternal: Got mNumber: '" + mNumber + "'");
165 if (DBG) log("- startSequenceInternal: acquiring wake lock");
200 if (DBG) log("onServiceStateChanged()... new state = " + state);
216 if (DBG) log("onServiceStateChanged: ok to call!");
239 if (DBG) log("onServiceStateChanged: not ready to call yet, keep waiting...");
253 if (DBG) lo
[all...]
H A DInCallContactPhoto.java60 private static final boolean DBG = field in class:InCallContactPhoto
93 if (DBG) log("setImageResource(" + resId + ")...");
103 if (DBG) log("setImageURI(" + uri + ")...");
113 if (DBG) log("setImageBitmap(" + bm + ")...");
123 if (DBG) log("setImageDrawable(" + inputDrawable + ")...");
147 if (DBG) log("- blur+inset disabled; no special effect.");
155 if (DBG) log("- not a lo-res bitmap; no special effect.");
161 if (DBG) log("- got a lo-res bitmap; blurring...");
170 if (DBG) log("- Created blurredBitmapDrawable: " + blurredBitmapDrawable);
182 if (DBG) lo
[all...]
H A DNetworkQueryService.java42 private static final boolean DBG = false; field in class:NetworkQueryService
84 if (DBG) log("scan completed, broadcasting results");
115 if (DBG) log("registering callback " + cb.getClass().toString());
124 if (DBG) log("starting new query");
129 if (DBG) log("query already in progress");
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
178 if (DBG) log("binding service implementation");
193 if (DBG) log("AsyncResult is null.");
200 if (DBG) log("AsyncResult has exception " + exception);
205 if (DBG) lo
[all...]
H A DDTMFTwelveKeyDialer.java50 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); field in class:DTMFTwelveKeyDialer
181 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view);
194 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
196 } else if (DBG) {
211 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view);
221 if (DBG) log("Stopping the tone for '" + c + "'");
234 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'");
241 if (DBG) log("DTMFKeyListener reading '" + c + "' from input.");
244 } else if (DBG) {
262 /*if (DBG) lo
[all...]
H A DInCallScreenShowActivation.java43 private static final boolean DBG = field in class:InCallScreenShowActivation
51 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent);
53 if (DBG && (extras != null)) {
103 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
118 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning...");
122 if (DBG) Log.d(LOG_TAG, " ==> successful result from startNonInteractiveOtasp(): "
H A DOtaUtils.java63 private static final boolean DBG = true; field in class:OtaUtils
215 if (DBG) log("OtaUtils constructor...");
236 if (DBG) log("updateUiWidgets()... mInCallScreen = " + mInCallScreen);
243 if (DBG) log("updateUiWidgets(): widgets already set up, nothing to do...");
298 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
303 if (DBG) log("MIN is not ready. Registering to receive notification.");
311 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
322 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation);
326 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen);
336 if (DBG) Lo
[all...]
H A DOtaStartupReceiver.java44 private static final boolean DBG = true; field in class:OtaStartupReceiver
75 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
87 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
102 if (DBG) {
108 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
113 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
119 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
123 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
131 if (DBG) Log.w(TAG, "Network is not ready. Registering to receive notification.");
139 if (DBG) Lo
[all...]
H A DBitmapUtils.java30 private static final boolean DBG = field in class:BitmapUtils
61 if (DBG) log("createBlurredBitmap()...");
68 if (DBG) log("- input bitmap: " + bitmap.getWidth() + " x " + bitmap.getHeight());
76 if (DBG) log("- after resize: " + bitmap.getWidth() + " x " + bitmap.getHeight());
79 if (DBG) log("- after blur: " + bitmap.getWidth() + " x " + bitmap.getHeight());
82 if (DBG) log("createBlurredBitmap() done (elapsed = " + (endTime - startTime) + " msec)");
95 if (DBG) log("gaussianBlur(): input: " + width + " x " + height);
H A DInCallTouchUi.java59 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); field in class:InCallTouchUi
117 if (DBG) log("INCOMING_CALL_WIDGET_PING...");
131 if (DBG) log("InCallTouchUi constructor...");
132 if (DBG) log("- this = " + this);
133 if (DBG) log("- context " + context + ", attrs " + attrs);
152 if (DBG) log("InCallTouchUi onFinishInflate(this = " + this + ")...");
241 if (DBG) log("updateState: current state = " + state);
264 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
282 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
295 if (DBG) lo
[all...]
H A DNetworkSetting.java52 private static final boolean DBG = false; field in class:NetworkSetting
92 if (DBG) log("hideProgressPanel");
98 if (DBG) log("manual network selection: failed!");
101 if (DBG) log("manual network selection: succeeded!");
106 if (DBG) log("hideProgressPanel");
115 if (DBG) log("automatic network selection: failed!");
118 if (DBG) log("automatic network selection: succeeded!");
142 if (DBG) log("connection created, binding local service.");
150 if (DBG) log("connection disconnected, cleaning local binding.");
163 if (DBG) lo
[all...]
H A DCallForwardEditPreference.java23 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); field in class:CallForwardEditPreference
49 if (DBG) Log.d(LOG_TAG, "mServiceClass=" + mServiceClass + ", reason=" + reason);
80 if (DBG) Log.d(LOG_TAG, "mButtonClicked=" + mButtonClicked
89 if (DBG) Log.d(LOG_TAG, "callForwardInfo=" + callForwardInfo);
96 if (DBG) Log.d(LOG_TAG, "no change, do nothing");
99 if (DBG) Log.d(LOG_TAG, "reason=" + reason + ", action=" + action
125 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse done, callForwardInfo=" + callForwardInfo);
167 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: done");
179 if (DBG) Log.d(LOG_TAG, "handleGetCFResponse: ar.exception=" + ar.exception);
188 if (DBG) Lo
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DCachedLater.java33 private static final boolean DBG = false; field in class:CachedLater
55 if (DBG) Log.d(TAG, "store()");
66 if (DBG) Log.d(TAG, "Calling consumer: " + consumer);
80 if (DBG) Log.d(TAG, "getLater()");
94 if (DBG) Log.d(TAG, "valid, calling consumer synchronously");
105 if (DBG) Log.d(TAG, "not valid, calling create()");
108 if (DBG) Log.d(TAG, "not valid, already creating");
117 if (DBG) Log.d(TAG, "clear()");
H A DBatchingNamedTaskExecutor.java31 private static final boolean DBG = false; field in class:BatchingNamedTaskExecutor
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
H A DSingleThreadNamedTaskExecutor.java29 private static final boolean DBG = false; field in class:SingleThreadNamedTaskExecutor
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
84 if (DBG) Log.d(TAG, "Running task " + task.getName());
86 if (DBG) Log.d(TAG, "Task " + task.getName() + " complete");
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java32 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
62 if (DBG) Log.d(TAG, "enabling emergency IDs " + startId + '-' + endId);
65 if (DBG) Log.d(TAG, "disabling emergency IDs " + startId + '-' + endId);
71 if (DBG) Log.d(TAG, "enabling emergency message ID " + messageId);
74 if (DBG) Log.d(TAG, "disabling emergency message ID " + messageId);
130 if (DBG) Log.d(TAG, "enabling emergency cell broadcast channels");
139 if (DBG) Log.d(TAG, "enabled emergency cell broadcast channels");
142 if (DBG) Log.d(TAG, "disabling emergency cell broadcast channels");
151 if (DBG) Log.d(TAG, "disabled emergency cell broadcast channels");
155 if (DBG) Lo
[all...]
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java36 private static final boolean DBG = false; field in class:SnepServer
91 if (DBG) Log.d(TAG, "starting connection thread");
108 if (DBG) Log.e(TAG, "Closing from IOException");
111 if (DBG) Log.d(TAG, "about to close");
118 if (DBG) Log.d(TAG, "finished connection thread");
127 if (DBG) Log.w(TAG, "Bad snep message", e);
144 if (DBG) Log.d(TAG, "putting message " + request.toString());
147 if (DBG) Log.d(TAG, "Unknown request (" + request.getField() +")");
167 if (DBG) Log.d(TAG, "about create LLCP service socket");
174 if (DBG) Lo
[all...]
H A DSnepMessenger.java32 private static final boolean DBG = false; field in class:SnepMessenger
52 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
57 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
75 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField());
85 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
110 if (DBG) Log.d(TAG, "read " + size + " bytes");
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
143 if (DBG) Log.d(TAG, "requesting continuation");
153 if (DBG) Log.d(TAG, "read " + size + " bytes");
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckerUtils.java25 private static final boolean DBG = false; field in class:SpellCheckerUtils
35 if (DBG) {
42 if (DBG) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DSearchBaseUrlHelper.java36 private static final boolean DBG = false; field in class:SearchBaseUrlHelper
105 if (DBG) {
121 if (DBG) Log.d(TAG, "Prepending www to " + domain);
137 if (DBG) Log.d(TAG, "Starting request to /searchdomaincheck");
142 if (DBG) Log.d(TAG, "Request to /searchdomaincheck failed : " + e);
150 if (DBG) Log.d(TAG, "Request to /searchdomaincheck succeeded");
163 if (DBG) Log.d(TAG, "Setting search domain to : " + domain);
171 if (DBG) Log.d(TAG, "Handling changed preference : " + key);

Completed in 215 milliseconds

123456