HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 226 - 250 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 57 private static final boolean DBG =
120 if (DBG) log("showRespondViaSmsPopup()...");
125 if (DBG) log("Skip showing popup when one is already shown.");
224 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")...");
295 if (DBG) log("RespondViaSmsCancelListener.onCancel()...");
379 if (DBG) log("Settings: onCreate()...");
423 if (DBG) log("onPreferenceChange: key = " + preference.getKey());
460 if (DBG) log("loadCannedResponses()...");
502 if (DBG) log("allowRespondViaSmsForCall(" + ringingCall + ")...");
529 if (DBG) log("- number: '" + number + "'")
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 50 private static final boolean DBG = false;
77 if (DBG) Log.d(TAG, "created Searchable for " + componentName);
142 if (DBG) Log.d(TAG, "Missing " + readPermission);
156 if (DBG) Log.d(TAG, "Missing " + readPermission + " and no path permission applies");
315 if (DBG) Log.d(TAG, toString() + "[" + query + "] returned.");
327 if (DBG) Log.d(TAG, toString() + "[" + shortcutId + "] returned.");
401 if (DBG) {
406 if (DBG) Log.d(TAG, "Got cursor from " + mName + ": " + c);
435 if (DBG) Log.d(TAG, "Requesting refresh " + uri);
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 53 private static final boolean DBG = false;
212 if (DBG) Log.d(TAG, "Getting sample text: " + intent.toUri(0));
225 if (DBG) Log.d(TAG, "TTS engine for settings screen initialized.");
227 if (DBG) Log.d(TAG, "TTS engine for settings screen failed to initialize successfully.");
268 if (DBG) Log.d(TAG, "Got sample text: " + sample);
270 if (DBG) Log.d(TAG, "Using default sample text :" + sample);
293 if (DBG) Log.d(TAG, "TTS default rate changed, now " + mDefaultRate);
344 if (DBG) Log.d(TAG, "Updating default synth to : " + engine);
370 if (DBG) Log.d(TAG, "Updating engine : Attempting to connect to engine: " + engine);
381 if (DBG) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 72 private static final boolean DBG = false;
130 if (DBG) Log.d(TAG, "Connected");
138 if (DBG) Log.d(TAG, "Update device info: " + mThisDevice);
143 if (DBG) Log.d(TAG, "Discovery state changed: " + discoveryState);
198 if (DBG) Log.d(TAG, " device rename success");
219 if (DBG) Log.d(TAG, " remove group success");
222 if (DBG) Log.d(TAG, " remove group fail " + reason);
239 if (DBG) Log.d(TAG, " cancel connect success");
242 if (DBG) Log.d(TAG, " cancel connect fail " + reason);
260 if (DBG) Log.d(TAG, " delete group success")
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 54 private static final boolean DBG = LatinImeLogger.sDBG;
272 if (DBG && !suggestionsContainer.isEmpty()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 56 private static final boolean DBG = false;
274 if (DBG) Log.i(TAG, wordString + " does not make the score threshold");
310 if (DBG) {
343 if (DBG) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 57 private static final boolean DBG = true;
367 if (DBG) {
382 if (DBG) Log.w(TAG, "onCreate: newCheckSum=" + newCheckSum);
  /system/core/libnetutils/
ifc_utils.c 57 #define DBG 0
128 if (DBG) printerr("ifc_init_returning %d", ret);
145 if (DBG) printerr("ifc_close");
206 if (DBG) printerr("ifc_up(%s) = %d", name, ret);
213 if (DBG) printerr("ifc_down(%s) = %d", name, ret);
234 if (DBG) printerr("ifc_set_addr(%s, xx) = %d", name, ret);
437 if (DBG) printerr("ifc_set_mask(%s, xx) = %d", name, ret);
557 if (DBG) printerr("ifc_create_default_route(%s, %d) = %d", name, gw, ret);
943 if (DBG) printerr("ifc_add_ipv4_route(%s, xx, %d, xx) = %d", ifname, prefix_length, i);
959 if (DBG) printerr("ifc_add_route(%s, %s, %d, %s) = %d", ifname, dst, prefix_length, gw, i)
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 63 private static final boolean DBG = false;
250 if (DBG) {
439 if (DBG)
463 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
467 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
488 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
SearchableInfo.java 54 private static final boolean DBG = false;
536 if (DBG) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 77 private static final boolean DBG = true;
476 if (DBG) Log.d(TAG, "" + hashCode() + ": getState() : mService = null. Returning STATE_OFF");
509 if (DBG) Log.d(TAG, "enable(): BT is already enabled..!");
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 74 private static final boolean DBG = false;
92 if (DBG) Log.d(TAG, "onCreate()");
115 if (DBG) Log.d(TAG, "onDestroy()");
253 if (DBG) Log.d(TAG, "Broadcasting: " + i);
  /frameworks/base/core/java/android/widget/
SpellChecker.java 50 private static final boolean DBG = false;
222 if (DBG) {
252 if (DBG) {
298 if (DBG) {
366 if (DBG) {
430 if (DBG) {
490 if (DBG) {
530 if (DBG) {
537 if (DBG) {
574 if (DBG) {
    [all...]
SuggestionsAdapter.java 59 private static final boolean DBG = false;
177 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
207 if (DBG) Log.d(LOG_TAG, "close()");
214 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
224 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
232 if (DBG) {
253 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
597 if (DBG) Log.d(LOG_TAG, "Found icon in cache: " + resourceUri);
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 52 private static final boolean DBG = false;
180 if (DBG) log("- Density: " + mDensity);
511 if (DBG) log("touch-down");
531 if (DBG) log("touch-move");
576 if (DBG) log("touch-up");
596 if (DBG) log("touch-cancel");
634 if (DBG) log("millisleft for animating: " + millisLeft);
SlidingTab.java 55 private static final boolean DBG = false;
457 if (DBG) log("- Density: " + mDensity);
479 if (DBG) {
    [all...]
WaveView.java 47 private static final boolean DBG = false;
210 if (DBG) Log.v(TAG, "State RESET_LOCK");
262 if (DBG) Log.v(TAG, "State READY");
267 if (DBG) Log.v(TAG, "State START_ATTEMPT");
291 if (DBG) Log.v(TAG, "State ATTEMPTING (fingerDown = " + fingerDown + ")");
301 if (DBG) Log.v(TAG, "up detected, moving to STATE_UNLOCK_ATTEMPT");
321 if (DBG) Log.v(TAG, "State UNLOCK_ATTEMPT");
384 if (DBG) Log.v(TAG, "State UNLOCK_SUCCESS");
389 if (DBG) Log.v(TAG, "Unknown state " + mLockState);
416 if (DBG) Log.v(TAG, "LockTimerActions")
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
LockScreen.java 58 private static final boolean DBG = false;
462 if (DBG) Log.v(TAG, "Creation orientation = " + mCreationOrientation);
483 if (DBG) Log.v(TAG, "*** LockScreen accel is "
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 50 private static final boolean DBG = true;
128 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName);
173 if (DBG) Log.d(TAG, "airplaneModeOn: " + airplaneModeOn + " bluetoothOn: " + bluetoothOn);
176 if (DBG) Log.d(TAG, "Auto-enabling Bluetooth.");
182 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address...");
227 if (DBG) Log.d(TAG, "Loading stored name and address");
232 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored");
237 if (DBG) Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress);
250 if (DBG) Log.d(TAG,"Stored Bluetooth name: " +
257 if (DBG) Log.d(TAG,"Stored Bluetoothaddress: "
    [all...]
NsdService.java 67 private static final boolean DBG = true;
159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
245 if (DBG) Slog.d(TAG, "Exceeded max outstanding requests " + clientInfo);
288 if (DBG) Slog.d(TAG, "Discover services");
300 if (DBG) {
313 if (DBG) Slog.d(TAG, "Stop service discovery");
332 if (DBG) Slog.d(TAG, "Register service");
342 if (DBG) Slog.d(TAG, "Register " + msg.arg2 + " " + id);
352 if (DBG) Slog.d(TAG, "unregister service")
    [all...]
TelephonyRegistry.java 63 private static final boolean DBG = false;
194 if (DBG) {
221 if (DBG) Slog.i(TAG, "listen: add new record=" + r);
483 if (DBG) {
520 if (DBG) {
748 if (DBG) Slog.w(TAG, msg);
787 if (DBG | DBG_LOC) {
TextServicesManagerService.java 67 private static final boolean DBG = false;
141 if (DBG) {
193 if (DBG) Slog.d(TAG, "Add: " + compName);
209 if (DBG) {
221 if (DBG) {
229 if (DBG) {
272 if (DBG) {
295 if (DBG) {
316 if (DBG) {
321 if (DBG) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 43 private static final boolean DBG = false;
100 if (DBG) Log.d(mTAG, "doBoolean: " + command);
105 if (DBG) Log.d(mTAG, "doInt: " + command);
110 if (DBG) Log.d(mTAG, "doString: " + command);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 52 private static final boolean DBG = false;
374 if (DBG) Log.v(TAG, "setTextureForItem(" + n + ")");
376 if (DBG) Log.v(TAG, "done");
397 if (DBG) Log.v(TAG, "setDetailTextureForItem(" + n + ")");
399 if (DBG) Log.v(TAG, "done");
415 if (DBG) Log.v(TAG, "invalidateTexture(" + n + ", " + eraseCurrent + ")");
417 if (DBG) Log.v(TAG, "done");
431 if (DBG) Log.v(TAG, "invalidateDetailTexture(" + n + ", " + eraseCurrent + ")");
433 if (DBG) Log.v(TAG, "done");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCardProxy.java 64 private static final boolean DBG = true;
129 if (DBG) {
154 if (DBG) log("updateQuietMode: 3GPP subscription -> newQuietMode=" + newQuietMode);
175 if (DBG) {
182 if (DBG) {
252 if (DBG) log("Icc changed. Reregestering.");
340 if (DBG) log("Broadcasting intent ACTION_SIM_STATE_CHANGED " + value

Completed in 1448 milliseconds

1 2 3 4 5 6 7 8 91011>>