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

12 3 4 5 6 7 8 91011>>

  /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");
  /hardware/ril/mock-ril/src/cpp/
mock_ril.cpp 62 #define DBG(...) ALOGD(__VA_ARGS__)
66 #define DBG(...)
134 DBG("onRequest: request=%d data=%p datalen=%d token=%p",
145 DBG("currentState: gRadioState=%d", gRadioState);
159 DBG("onSupports: nothing supported at the moment, return 0");
165 DBG("onCancel: ignorning");
170 DBG("getVersion: return '%s'", MOCK_RIL_VER_STRING);
187 DBG("testOnRequestComplete E: token=%p rilErrCode=%d data=%p datalen=%d",
189 DBG("testOnRequestComplete X:");
200 DBG("testOnUnsolicitedResponse ignoring")
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 36 static final boolean DBG = true; // STOPSHIP: change to false before ship
44 if (DBG) log("onReceive " + intent);
159 if (DBG) log("CDMA phone detected; doing nothing");
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 34 private static final boolean DBG = false;
51 if (DBG) Log.d(TAG, "about to connect to service " +
56 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
60 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
84 if (DBG) Log.d(TAG, "couldn't connect to handover service");
86 if (DBG) Log.d(TAG, "couldn't connect to handover service");
90 if (DBG) Log.d(TAG, "about to close");
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 36 private static final boolean DBG = true;
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/Phone/src/com/android/phone/
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(): "
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
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/
ClearShortcutsController.java 33 private static final boolean DBG = false;
81 if (DBG) Log.d(TAG, "hasHistory()=" + hasHistory);
  /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) {
127 if (DBG) {
132 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) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 47 private static final boolean DBG = true;
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
214 if (DBG) log("connect(" + device + ")");
255 if (DBG) log("disconnect(" + device + ")");
337 if (DBG) log("setPriority(" + device + ", " + priority + ")");
451 if (DBG) Log.d(TAG, "Proxy object connected");
459 if (DBG) Log.d(TAG, "Proxy object disconnected");
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 25 private static final boolean DBG = false;
59 if (DBG) Log.d(TAG, "Removing all callback items for : " + callerIdentity);
69 if (DBG) Log.d(TAG, "Stopping all items");
125 if (DBG) Log.d(TAG, "MessageLoop : Shutting down (interrupted)");
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 34 static jint DBG = false;
163 if (DBG) ALOGD("doBoolean: %s", command.c_str());
176 if (DBG) ALOGD("doInt: %s", command.c_str());
189 if (DBG) ALOGD("doString: %s", command.c_str());
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 29 private static final boolean DBG = false;
185 if (DBG) log("writeToParcel(Parcel, int): " + toString());
200 if (DBG) log("CellIdentityCdma(Parcel): " + toString());
CellIdentityGsm.java 29 private static final boolean DBG = false;
170 if (DBG) log("writeToParcel(Parcel, int): " + toString());
185 if (DBG) log("CellIdentityGsm(Parcel): " + toString());
CellIdentityLte.java 29 private static final boolean DBG = false;
165 if (DBG) log("writeToParcel(Parcel, int): " + toString());
180 if (DBG) log("CellIdentityLte(Parcel): " + toString());
CellInfoCdma.java 29 private static final boolean DBG = false;
120 if (DBG) log("CellInfoCdma(Parcel): " + toString());

Completed in 1060 milliseconds

12 3 4 5 6 7 8 91011>>