HomeSort by relevance Sort by last modified time
    Searched defs:DBG (Results 26 - 50 of 346) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 28 private static final boolean DBG = false;
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
WebPromoter.java 25 private static final boolean DBG = false;
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);
DefaultCorpusRanker.java 38 private static final boolean DBG = false;
83 if (DBG) Log.d(TAG, "Ranking: " + enabledCorpora);
87 if (DBG) Log.d(TAG, "Click scores: " + clickScores);
88 if (DBG) Log.d(TAG, "Ordered: " + ordered);
QueryTask.java 32 private static final boolean DBG = false;
68 if (DBG) Log.d(TAG, "Suggestions from " + mProvider + " = " + cursor);
ShouldQueryStrategy.java 34 private static final boolean DBG = false;
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/src/com/android/quicksearchbox/preferences/
SearchSettingsActivity.java 32 private static final boolean DBG = false;
69 if (DBG) Log.d(TAG, "onHeadersBuilt shortcutsFragment=" + shortcutsFragment);
74 if (DBG) Log.d(TAG, "fragment " + i + ": " + fragment);
ClearShortcutsController.java 33 private static final boolean DBG = false;
81 if (DBG) Log.d(TAG, "hasHistory()=" + hasHistory);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
MakedictLog.java 25 public static final boolean DBG = false;
29 if (DBG) {
35 if (DBG) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 48 private static final boolean DBG = true;
93 if (DBG) Log.d(TAG,"getConnectionState()");
121 if (DBG) Log.d(TAG,"getConnectedDevices");
165 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
  /frameworks/base/core/java/android/net/
LinkSocket.java 36 private final static boolean DBG = true;
42 if (DBG) log("LinkSocket() EX");
50 if (DBG) log("LinkSocket(notifier) EX");
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
69 if (DBG) log("LinkProperties() EX");
82 if (DBG) log("setNeeds() EX");
90 if (DBG) log("getNeeds() EX");
98 if (DBG) log("getCapabilities() EX");
111 if (DBG) log("getCapabilities(capabilities) EX");
121 if (DBG) log("setTrackedCapabilities(capabilities) EX")
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 38 protected static final boolean DBG = true;
95 if (DBG) Slog.d(TAG, "onStartCommand");
114 if (DBG) Slog.d(TAG, "onDestroy");
  /frameworks/base/telephony/java/android/telephony/
CellIdentityGsm.java 29 private static final boolean DBG = false;
158 if (DBG) log("writeToParcel(Parcel, int): " + toString());
171 if (DBG) log("CellIdentityGsm(Parcel): " + toString());
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeLock.java 26 private static final boolean DBG = false;
37 if (DBG) log("reset count=" + mHolders.size());
58 if (DBG) log("acquire count=" + mHolders.size());
67 if (DBG) log("release count=" + mHolders.size());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 29 private static final boolean DBG = true;
52 if (DBG) log(s + ".saveParameters: action=" + intent.getAction());
58 if (DBG) {
DcTesterFailBringUpAll.java 42 private static final boolean DBG = true;
57 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
72 if (DBG) log("onReceive: unknown action=" + action);
  /packages/apps/Phone/src/com/android/phone/
CallLogger.java 37 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 1) &&
64 if (DBG) {
125 if (DBG) {
224 if (DBG) log("- getPresentation(): ignoring connection's presentation: " +
227 if (DBG) log("- getPresentation: presentation: " + presentation);
InCallScreenShowActivation.java 44 private static final boolean DBG =
52 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent);
54 if (DBG && (extras != null)) {
104 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning...");
119 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning...");
123 if (DBG) Log.d(LOG_TAG, " ==> successful result from startNonInteractiveOtasp(): "
SipBroadcastReceiver.java 42 private static final boolean DBG = true;
50 if (DBG) log("SIP VOIP not supported: " + action);
63 if (DBG) log("onReceive: add phone" + localSipUri + " #phones="
68 if (DBG) log("onReceive: remove phone: " + localSipUri + " #phones="
71 if (DBG) log("onReceive: start auto registration");
74 if (DBG) log("onReceive: action not processed: " + action);
88 if (DBG) log("RemoveSipPhone: failed:cannot find phone with uri " + sipUri);
99 if (DBG) log("takeCall: SIP call: " + intent);
104 if (DBG) log("takeCall: not taken, drop SIP call: " + intent);
129 if (DBG) log("registerAllProfiles: profile=" + profile)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 35 private static final boolean DBG = false;
103 if (DBG) Log.d(TAG, "Parent height=" + maxHeight);
106 if (DBG) Log.d(TAG, "This height=" + maxHeight);
112 if (DBG) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 31 private static final boolean DBG = false;
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);
CachedLater.java 33 private static final boolean DBG = false;
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()");
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
CrashingIconProvider.java 31 private static final boolean DBG = false;
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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 27 private static final boolean DBG = LatinImeLogger.sDBG;
94 if (DBG) {
100 if (DBG) {
126 if (DBG) {
131 if (DBG) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 32 private static final boolean DBG = false;
45 if (DBG) Log.d(TAG, "name=" + name + ",icon=" + iconUri);
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 30 private static final boolean DBG = true;
61 if (DBG) {
97 if (DBG) {

Completed in 813 milliseconds

12 3 4 5 6 7 8 91011>>