/bootable/bootloader/legacy/libboot/ |
tags.c | 31 #define DBG(x...) do{}while(0) 32 //#define DBG(x...) dprintf(x) 39 DBG("tags_parse %p\n", tags); 49 DBG("tags_parse %x %x\n", size, type);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 57 private static final boolean DBG = false; 180 if (DBG) log("close()"); 193 if (DBG) log("getState()"); 200 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); 212 if (DBG) log("getCurrentHeadset()"); 219 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); 237 if (DBG) log("connectHeadset(" + device + ")"); 246 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); 257 if (DBG) log("isConnected(" + device + ")"); 264 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())) [all...] |
ScoSocket.java | 38 private static final boolean DBG = true; 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);
|
BluetoothPbap.java | 54 private static final boolean DBG = false; 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) log("Proxy object connected") [all...] |
BluetoothA2dp.java | 52 private static final boolean DBG = false; 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 + ")");
|
/packages/apps/Phone/src/com/android/phone/ |
NetworkQueryService.java | 42 private static final boolean DBG = false; 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) log("broadcasting results to " + cb.getClass().toString()) [all...] |
InCallMenuView.java | 44 private static final boolean DBG = false; 97 if (DBG) log("InCallMenuView constructor..."); 107 if (DBG) log("- IconMenuView styled attrs: " + a); 110 if (DBG) log(" - mRowHeight: " + mRowHeight); 114 if (DBG) log("- MenuView styled attrs: " + a); 116 if (DBG) log(" - mItemBackground: " + mItemBackground); 118 if (DBG) log(" - mHorizontalDivider: " + mHorizontalDivider); 121 if (DBG) log(" - mVerticalDivider: " + mVerticalDivider); 173 if (DBG) log("addItemView(" + itemView + ", row " + row + ")..."); 209 if (DBG) log("updateVisibility()...") [all...] |
OtaUtils.java | 63 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 1); 130 if (DBG) log("Enter OtaUtil constructor"); 178 if (DBG) Log.v("OtaUtils", "Can't run provisioning on a non-CDMA phone"); 183 if (DBG) log("MIN is not ready. Registering to receive notification."); 191 if (DBG) log("min_string: " + min); 197 if (DBG) log("invalid MIN string, exit"); 201 if (DBG) log("phoneNeedsActivation is set to " + phoneNeedsActivation); 206 if (DBG) log("otaShowActivationScreen: " + otaShowActivationScreen); 215 if (DBG) log("activation intent sent."); 217 if (DBG) log("activation intent NOT sent.") [all...] |
DTMFTwelveKeyDialer.java | 55 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); 233 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view); 246 if (DBG) log("DTMFKeyListener reading '" + c + "' from input."); 248 } else if (DBG) { 263 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view); 273 if (DBG) log("Stopping the tone for '" + c + "'"); 286 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'"); 293 if (DBG) log("DTMFKeyListener reading '" + c + "' from input."); 296 } else if (DBG) { 314 /*if (DBG) log("Stopping the last played tone.") [all...] |
OutgoingCallBroadcaster.java | 51 private static final boolean DBG = 83 if (DBG) Log.v(TAG, "doReceive: " + intent); 92 if (DBG) Log.v(TAG, "CALL already placed -- returning."); 119 if (DBG) Log.v(TAG, "OTA call is active, a 2nd CALL cancelled -- returning."); 125 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); 130 if (DBG) Log.v(TAG, "Call is active, a 2nd OTA call cancelled -- returning."); 146 if (DBG) Log.v(TAG, "CALL to " + number + " proceeding."); 156 if (DBG) Log.v(TAG, "doReceive(): calling startActivity: " + newIntent); 168 if (DBG) Log.v(TAG, "onCreate: this = " + this + ", icicle = " + icicle); 169 if (DBG) Log.v(TAG, " - getIntent() = " + intent) [all...] |
NotificationMgr.java | 59 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); 204 if (DBG) log("updating status bar state: " + state); 214 if (DBG) log("updateNotificationsAtStartup()..."); 230 if (DBG) log("Phone is idle, canceling notification."); 233 if (DBG) log("Phone is offhook, updating notification."); 293 if (DBG) log("call log query complete."); 302 if (DBG) log("query contacts for number: " + n.number); 309 if (DBG) log("closing call log cursor."); 314 if (DBG) log("contact query complete."); 322 if (DBG) log("contact :" + n.name + " found for phone: " + n.number) [all...] |
InCallScreen.java | 82 private static final boolean DBG = 323 if (DBG) log("Handler: ignoring message " + msg + "; we're destroyed!"); 327 if (DBG) log("Handler: handling message " + msg + " while not in foreground"); 393 if (DBG) log("Got MMI_COMPLETE, finishing InCallScreen..."); 445 if (DBG) log("Received PHONE_CDMA_CALL_WAITING event ..."); 458 if (DBG) log("Received THREEWAY_CALLERINFO_DISPLAY_DONE event ..."); 489 if (DBG) log("- DISMISSING mPausePromptDialog."); 514 // if (DBG) log("mReceiver: ACTION_HEADSET_PLUG"); 515 // if (DBG) log("==> intent: " + intent); 516 // if (DBG) log(" state: " + intent.getIntExtra("state", 0)) [all...] |
CallFeaturesSetting.java | 111 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2); 412 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); 437 if (DBG) log("VM provider changes to " + newProviderKey + " from " + 440 if (DBG) log("No change "); 458 if (DBG) log("Saved preferences not found - invoking config"); 462 if (DBG) log("Saved preferences found - switching to them"); 474 if (DBG) log("onPreferenceClick: request preference click on dialog close: " + 497 if (DBG) log("updating default for voicemail dialog"); 510 if (DBG) log("updating default for call forwarding dialogs"); 524 if (DBG) log("startSubActivity: starting requested subactivity") [all...] |
InCallMenuItemView.java | 40 private static final boolean DBG = false; 49 if (DBG) log("InCallMenuView constructor..."); 86 if (DBG) log("setIndicatorVisible(" + isVisible + ")..."); 96 if (DBG) log("setIndicatorState(" + onoff + ")..."); 106 if (DBG) log("setIcon(" + icon + ")..."); 118 if (DBG) log("setIconResource(" + resId + ")..."); 164 // if (DBG) log("updateCompoundDrawables: padding: top " + topPadding
|
NetworkSetting.java | 52 private static final boolean DBG = false; 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) log("notifying message loop of query completion.") [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
RetryManager.java | 77 static public final boolean DBG = false; 115 if (DBG) log("constructor"); 133 if (DBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); 167 if (DBG) log("configure: '" + configStr + "'"); 172 if (DBG) log("configure: not empty"); 180 if (DBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'"); 184 if (DBG) log("configure: splitStr[0]='" + splitStr[0] + "'"); 187 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); 220 if (DBG) log("configure: splitStr[1]='" + splitStr[1] + "'"); 232 if (DBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount) [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
RoundRobinPromoter.java | 30 private static final boolean DBG = false; 41 if (DBG) Log.d(TAG, "pickPromoted(maxPromoted = " + maxPromoted + ")"); 53 if (DBG) Log.d(TAG, "Promoting " + sourcePos + ":" + suggestionPos);
|
ListSuggestionCursorNoDuplicates.java | 29 private static final boolean DBG = false; 45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
|
ShortcutCursor.java | 29 private static final boolean DBG = false; 51 if (DBG) Log.d(TAG, "Skipping shortcut " + i); 62 if (DBG) Log.d(TAG, "refresh " + shortcutId); 89 if (DBG) Log.d(TAG, "close()");
|
/external/bluetooth/bluez/common/ |
logging.h | 36 #define DBG(fmt, arg...) debug("%s: " fmt "\n" , __FUNCTION__ , ## arg)
|
/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);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionsView.java | 35 private static final boolean DBG = false; 97 if (DBG) { 120 if (DBG) Log.d(TAG, "fireSuggestionSelected(" + position + ")"); 127 if (DBG) Log.d(TAG, "fireNothingSelected()"); 142 if (DBG) Log.d(TAG, "onItemClick(" + position + ")"); 152 if (DBG) Log.d(TAG, "onItemLongClick(" + position + ")"); 169 if (DBG) Log.d(TAG, "Suppressed selection event for position " + position);
|
DelayingSuggestionsAdapter.java | 31 private static final boolean DBG = false; 56 if (DBG) Log.d(TAG, "Publishing suggestions immediately: " + suggestions); 61 if (DBG) Log.d(TAG, "Delaying suggestions publishing: " + suggestions); 103 if (DBG) { 108 if (DBG) Log.d(TAG, "Suggestions now available, publishing: " + mPendingSuggestions);
|
/system/core/adb/ |
usb_osx.c | 33 #define DBG D 84 DBG("ERR: Couldn't create USB matching dictionary.\n"); 141 DBG("ERR: Unable to create an interface plug-in (%08x)\n", kr); 152 DBG("ERR: Couldn't query the interface (%08x)\n", (int) result); 162 DBG("ERR: Couldn't grab device from interface (%08x)\n", kr); 176 DBG("ERR: Unable to create a device plug-in (%08x)\n", kr); 185 DBG("ERR: Couldn't create a device interface (%08x)\n", 247 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product, 253 DBG("ERR: Could not find device interface: %08x\n", kr); 258 DBG("AndroidDeviceAdded calling register_usb_transport\n") [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
EditStyledText.java | 64 private static final boolean DBG = false; 217 if (DBG) { 434 if (DBG) { 481 if (DBG) { 502 if (DBG) { 587 if (DBG) { 596 if (DBG) { 604 if (DBG) { 612 if (DBG) { 620 if (DBG) { [all...] |