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

12 3 4 5 6 7 8

  /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);
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 39 #define DBG(fmt, arg...) printf("DEBUG: %s: " fmt "\n" , __FUNCTION__ , ## arg)
41 #define DBG(fmt, arg...)
77 DBG("ext %p", ext);
84 DBG("ext %p", ext);
92 DBG("ext %p offset %d id %p", ext, offset, id);
110 DBG("ext %p id %p name '%s'", ext, id, name);
122 DBG("ext %p key %ld", ext, key);
134 DBG("ext %p key %ld", ext, key);
210 DBG("ext %p key %ld", ext, key);
233 DBG("ext %p key %ld", ext, key)
    [all...]
  /external/kernel-headers/original/linux/
if_tun.h 27 #define DBG if(tun->debug)printk
30 #define DBG( a... )
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 33 protected static final boolean DBG = true;
82 if(DBG) logd("Cannot load ADN records");
144 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=" + efid +
191 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=" + efid +
239 if (DBG) logd("getAdnRecordsInEF: efid=" + efid);
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 26 #define DBG(...) LOGD(__VA_ARGS__)
30 #define DBG(...)
43 DBG("WorkerThread::isRunning E");
45 DBG("WorkerThread::isRunning X ret_value=%d", ret_value);
50 DBG("WorkerThread::WorkerThread E");
54 DBG("WorkerThread::WorkerThread X");
58 DBG("WorkerThread::~WorkerThread E");
61 DBG("WorkerThread::~WorkerThread X");
66 DBG("WorkerThread::BeginStopping E");
68 DBG("WorkerThread::BeginStopping X ret_value=%d", ret_value)
    [all...]
worker_v8.cpp 33 #define DBG(...) LOGD(__VA_ARGS__)
37 #define DBG(...)
87 DBG("Handler::Process: E");
103 DBG("Handler::Process: X");
111 DBG("WorkerV8::WorkerV8 E:");
115 DBG("WorkerV8::WorkerV8 X: this=%p handler_=%p", this, handler_);
119 DBG("~WorkerV8::WorkerV8 E:");
120 DBG("~WorkerV8::WorkerV8 X:");
125 DBG("WorkerV8::Run(args) E:");
127 DBG("WorkerV8::Run(args) X:")
    [all...]
  /hardware/ril/mock-ril/src/java/com/android/internal/telephony/
RilChannel.java 27 private static final boolean DBG = false;
37 if (DBG) log("ctor EX");
57 if (DBG) log("makeMockRilChannel E");
60 if (DBG) log("makeMockRilChannel X");
71 if (DBG) log("DefaultState.enter closed socket");
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 38 private static final boolean DBG = false;
100 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
104 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
141 if (DBG) Log.d(LOG_TAG, "target image is null, just display placeholder.");
162 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 42 private static final boolean DBG = true;
74 if (DBG) Log.d(TAG, "LLCP connection up and running");
85 if (DBG) Log.d(TAG, "sending foreground and my tag");
88 if (DBG) Log.d(TAG, "sending my tag");
91 if (DBG) Log.d(TAG, "sending foreground");
94 if (DBG) Log.d(TAG, "no tags set, bailing");
111 if (DBG) Log.d(TAG, "about to create socket");
114 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
118 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
122 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet")
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 20 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
134 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
143 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: CLIR successfully queried, clirArray[0]="
154 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
157 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CallWaitingCheckBoxPreference.java 22 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
93 if (DBG) {
103 if (DBG) Log.d(LOG_TAG, "handleGetCallWaitingResponse: CW state successfully queried.");
112 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception=" + ar.exception);
115 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: re get");
CdmaSystemSelectListPreference.java 37 private static final boolean DBG = true;
140 if(DBG) Log.i(LOG_TAG, "reset cdma roaming mode to default" );
CdmaVoicePrivacyCheckBoxPreference.java 15 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
66 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
69 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: VP state successfully queried.");
82 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
84 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: re get");
DeleteFdnContactScreen.java 40 private static final boolean DBG = false;
70 if (DBG) log("onActivityResult");
82 if (DBG) log("onActivityResult: CANCELLED");
145 if (DBG) log("handleResult: success!");
148 if (DBG) log("handleResult: failed!");
177 if (DBG) log("onDeleteComplete");
EnableFdnScreen.java 41 private static final boolean DBG = false;
112 if (DBG) log("enableFdn: please wait...");
117 if (DBG) log("handleResult: success!");
123 if (DBG) log("handleResult: failed!");
EnableIccPinScreen.java 43 private static final boolean DBG = false;
105 if (DBG) log("enableIccPin:");
107 if (DBG) log("enableIccPin: please wait...");
112 if (DBG) log("handleResult: success!");
118 if (DBG) log("handleResult: failed!");
GsmUmtsAdditionalCallOptions.java 13 private final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
38 if (DBG) Log.d(LOG_TAG, "start to init ");
41 if (DBG) Log.d(LOG_TAG, "restore stored states");
47 if (DBG) Log.d(LOG_TAG, "onCreate: clirArray[0]="
IccNetworkDepersonalizationPanel.java 51 private static final boolean DBG = false;
89 if (DBG) log("network depersonalization request failure.");
99 if (DBG) log("network depersonalization success.");
140 if (DBG) log("Enabling 'Dismiss' button...");
144 if (DBG) log("Removing 'Dismiss' button...");
177 if (DBG) log("requesting network depersonalization with code " + pin);
209 if (DBG) log("mDismissListener: skipping depersonalization...");
InCallControlState.java 46 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
89 if (DBG) log("InCallControlState constructor...");
183 if (DBG) dumpState();
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
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...]
Use2GOnlyCheckBoxPreference.java 32 private static final boolean DBG = true;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 32 private static final boolean DBG = false;
41 if (DBG) Log.d(TAG, "formatSuggestion('" + query + "', '" + suggestion + "')");
46 if (DBG){
PackageIconLoader.java 43 private static final boolean DBG = false;
80 if (DBG) Log.d(TAG, "getIcon(" + drawableId + ")");
SearchableCorpora.java 37 private static final boolean DBG = false;
123 if (DBG) Log.d(TAG, "Updated corpora: " + mCorporaBySource.values());

Completed in 839 milliseconds

12 3 4 5 6 7 8