Searched refs:DBG (Results 76 - 100 of 164) sorted by relevance

1234567

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java38 private static final boolean DBG = false; field in class:A2dpService
75 if (DBG) Log.d(TAG, "getA2DPService(): returning " + sAd2dpService);
78 if (DBG) {
90 if (DBG) Log.d(TAG, "setA2dpService(): set to: " + sAd2dpService);
93 if (DBG) {
159 if (DBG) Log.d(TAG,"Saved priority " + device + " = " + priority);
175 if (DBG) Log.d(TAG, "isA2dpPlaying(" + device + ")");
/packages/apps/Phone/src/com/android/phone/
H A DIccNetworkDepersonalizationPanel.java50 private static final boolean DBG = false; field in class:IccNetworkDepersonalizationPanel
88 if (DBG) log("network depersonalization request failure.");
98 if (DBG) log("network depersonalization success.");
139 if (DBG) log("Enabling 'Dismiss' button...");
143 if (DBG) log("Removing 'Dismiss' button...");
176 if (DBG) log("requesting network depersonalization with code " + pin);
208 if (DBG) log("mDismissListener: skipping depersonalization...");
H A DEnableFdnScreen.java40 private static final boolean DBG = false; field in class:EnableFdnScreen
111 if (DBG) log("enableFdn: please wait...");
116 if (DBG) log("handleResult: success!");
122 if (DBG) log("handleResult: failed!");
H A DCallerInfoCache.java47 private static final boolean DBG = field in class:CallerInfoCache
113 if (DBG) log("Start refreshing cache.");
161 if (DBG) log("init()");
175 if (DBG) log("startAsyncCache");
189 if (DBG) log("setRepeatingCacheUpdateAlarm");
263 if (DBG) {
H A DContactsAsyncHelper.java43 private static final boolean DBG = false; field in class:ContactsAsyncHelper
76 if (DBG) {
150 if (DBG) Log.d(LOG_TAG, "isDifferentImageRequest: connection is null");
229 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
234 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
334 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
H A DEditFdnContactScreen.java55 private static final boolean DBG = false; field in class:EditFdnContactScreen
120 if (DBG) log("onActivityResult request:" + requestCode + " result:" + resultCode);
134 if (DBG) log("onActivityResult: cancelled.");
143 if (DBG) log("onActivityResult: cancelled.");
273 if (DBG) log("addContact");
296 if (DBG) log("updateContact");
365 if (DBG) log("handleResult: success!");
369 if (DBG) log("handleResult: failed!");
431 if (DBG) log("onInsertComplete");
438 if (DBG) lo
[all...]
H A DGsmUmtsCallForwardOptions.java21 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:GsmUmtsCallForwardOptions
88 if (DBG) Log.d(LOG_TAG, "start to init ");
135 if (DBG) Log.d(LOG_TAG, "onActivityResult: done");
137 if (DBG) Log.d(LOG_TAG, "onActivityResult: contact picker result not OK.");
143 if (DBG) Log.d(LOG_TAG, "onActivityResult: bad contact data, no results found.");
/packages/apps/Settings/src/com/android/settings/
H A DBandMode.java35 private static final boolean DBG = false; field in class:BandMode
92 if (DBG) log("Select band : " + mTargetBand.toString());
119 if (DBG) log(str);
133 if (DBG) log("network list loaded");
150 if (DBG) log("Add " + item.toString());
157 if (DBG) log("Error in query, add default list");
161 if (DBG) log("Add default " + item.toString());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCachingIconLoader.java38 private static final boolean DBG = false; field in class:CachingIconLoader
56 if (DBG) Log.d(TAG, "getIcon(" + drawableId + ")");
88 if (DBG) {
H A DLevenshteinSuggestionFormatter.java32 private static final boolean DBG = false; field in class:LevenshteinSuggestionFormatter
41 if (DBG) Log.d(TAG, "formatSuggestion('" + query + "', '" + suggestion + "')");
46 if (DBG){
H A DWebCorpus.java40 private static final boolean DBG = false; field in class:WebCorpus
53 if (DBG) {
66 if (DBG) Log.d(TAG, "setWebSource(" + web + ")");
159 if (DBG) Log.d(TAG, "getSourcesToQuery sourcesToQuery=" + sourcesToQuery);
H A DQueryTask.java32 private static final boolean DBG = false; field in class:QueryTask
68 if (DBG) Log.d(TAG, "Suggestions from " + mProvider + " = " + cursor);
H A DSearchWidgetProvider.java54 private static final boolean DBG = false; field in class:SearchWidgetProvider
64 if (DBG) Log.d(TAG, "onReceive(" + intent.toUri(0) + ")");
71 if (DBG) Log.d(TAG, "Unhandled intent action=" + action);
90 if (DBG) Log.d(TAG, "updateSearchWidgets");
119 if (DBG) Log.d(TAG, "Creating appwidget state " + appWidgetId);
162 if (DBG) Log.d(TAG, "Updating appwidget " + mAppWidgetId);
H A DSearchableSource.java50 private static final boolean DBG = false; field in class:SearchableSource
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/
H A DTextToSpeechSettings.java53 private static final boolean DBG = false; field in class:TextToSpeechSettings
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/
H A DWifiP2pSettings.java72 private static final boolean DBG = false; field in class:WifiP2pSettings
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) Lo
[all...]
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepClient.java30 private static final boolean DBG = false; field in class:SnepClient
143 if (DBG) Log.d(TAG, "about to create socket");
150 if (DBG) Log.d(TAG, "about to connect to service " + mServiceName);
153 if (DBG) Log.d(TAG, "about to connect to port " + mPort);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DJavaNetHttpHelper.java36 private static final boolean DBG = false; field in class:JavaNetHttpHelper
130 if (DBG) Log.d(TAG, "URL=" + url + " rewritten='" + u + "'");
136 if (DBG) Log.d(TAG, " " + name + ": " + value);
154 if (DBG) {
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsAdapter.java32 private static final boolean DBG = false; field in class:ApplicationsAdapter
45 if (DBG) Log.d(TAG, "name=" + name + ",icon=" + iconUri);
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java40 private static final boolean DBG = false; field in class:ContactsAsyncHelper
103 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
107 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
144 if (DBG) Log.d(LOG_TAG, "target image is null, just display placeholder.");
168 if (DBG) Log.d(LOG_TAG, "Begin loading image: " + args.uri +
217 if (DBG) Log.d(LOG_TAG, "Begin loading drawable: " + args.uri);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDefaultSuggestionView.java46 private static final boolean DBG = false; field in class:DefaultSuggestionView
112 if (DBG) {
186 if (DBG) Log.d(TAG, "getting icon Id=" + uniqueIconId);
189 if (DBG) Log.d(TAG, "getIcon ready now");
193 if (DBG) Log.d(TAG , "getIcon getting later");
197 if (DBG) {
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java108 static final boolean DBG = true; field in class:P2pLinkManager
266 if (DBG) Log.d(TAG, "onP2pInRange()");
273 if (DBG) Log.d(TAG, "onP2pSendConfirmationRequested()");
278 if (DBG) Log.d(TAG, "Duplicate onLlcpActivated()");
327 if (DBG) Log.d(TAG, "mMessageToSend = " + mMessageToSend);
328 if (DBG) Log.d(TAG, "mUrisToSend = " + mUrisToSend);
427 if (DBG) Log.d(TAG, "Sending ndef via SNEP");
460 if (DBG) Log.d(TAG, "SendTask result=" + result + ", time ms=" + time);
593 if (DBG) Log.d(TAG, "Debounce timeout");
598 if (DBG) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java72 private static final boolean DBG = false; field in class:AdapterService
96 if (DBG) Log.d(TAG, "getAdapterService(): returning " + sAdapterService);
99 if (DBG) {
111 if (DBG) Log.d(TAG, "setAdapterService(): set to: " + sAdapterService);
114 if (DBG) {
165 if (DBG) debugLog( "Profile connected. Schedule missing profile connection if any");
198 if (DBG) Log.d(TAG,"onProfileServiceStateChange: serviceName=" + serviceName + ", state = " + state +", doUpdate = " + doUpdate);
212 //if (DBG) Log.d(TAG,"Checking if all profiles are stopped...");
223 if (DBG) Log.d(TAG, "All profile services stopped...");
230 //if (DBG) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java59 private static final boolean DBG = false; field in class:PanService
160 if (DBG) log("MESSAGE_CONNECT_STATE_CHANGED: " + device + " state: " + cs.state);
213 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
270 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
274 if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
283 if(DBG) Log.d(TAG, "setBluetoothTethering: " + value +", mTetherOn: " + mTetherOn);
332 if (DBG) log("onConnectStateChanged: " + state + ", local role:" + local_role + ", remote_role: " + remote_role);
338 if (DBG)
362 if(DBG) Log.d(TAG, "handlePanDeviceStateChange: device: " + device + ", iface: " + iface +
397 if(DBG) Lo
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java42 private static boolean DBG = LatinImeLogger.sDBG; field in class:SubtypeSwitcher
148 if (DBG) {
156 if (DBG) {
178 if (DBG) {
189 if (DBG) {

Completed in 703 milliseconds

1234567