Searched defs:DBG (Results 1 - 25 of 160) sorted by relevance

1234567

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java28 private static final boolean DBG = false; field in class:AdapterApp
33 if (DBG) Log.d(TAG,"Loading JNI Library");
39 if (DBG) {
50 if (DBG) Log.d(TAG, "onCreate");
56 if (DBG) {
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java34 private static final boolean DBG = false; field in class:HandoverClient
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/
H A DNdefPushClient.java36 private static final boolean DBG = true; field in class:NdefPushClient
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/
H A DGsmUmtsCallOptions.java30 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:GsmUmtsCallOptions
H A DInCallScreenShowActivation.java44 private static final boolean DBG = field in class:InCallScreenShowActivation
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(): "
H A DCallerInfoCacheUpdateReceiver.java33 private static final boolean DBG = field in class:CallerInfoCacheUpdateReceiver
41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
H A DCdmaCallOptions.java35 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CdmaCallOptions
H A DCdmaDisplayInfo.java30 private static final boolean DBG = (SystemProperties.getInt("ro.debuggable", 0) == 1); field in class:CdmaDisplayInfo
44 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg);
75 if (DBG) log("Dissmissing Display Info Record...");
H A DDTMFTwelveKeyDialerView.java45 private static final boolean DBG = false; field in class:DTMFTwelveKeyDialerView
68 if (DBG) log("dispatchKeyEvent(" + event + ")...");
80 if (DBG) log("==> dispatchKeyEvent: forwarding event to the DTMFDialer");
H A DCdmaVoicePrivacyCheckBoxPreference.java31 private final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2); field in class:CdmaVoicePrivacyCheckBoxPreference
82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
85 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: VP state successfully queried.");
98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
100 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: re get");
H A DOtaStartupReceiver.java45 private static final boolean DBG = false; field in class:OtaStartupReceiver
76 if (DBG) Log.d(TAG, "onServiceStateChanged()... new state = " + state);
88 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
103 if (DBG) {
110 if (DBG) Log.d(TAG, "Not primary user, nothing to do.");
115 if (DBG) Log.d(TAG, "OTASP not supported, nothing to do.");
120 if (DBG) Log.d(TAG, "Register our PhoneStateListener");
126 if (DBG) Log.d(TAG, "PhoneStateListener already registered");
130 if (DBG) Log.d(TAG, "Postponing OTASP until wizard runs");
138 if (DBG) Lo
[all...]
H A DSpecialCharSequenceMgr.java54 private static final boolean DBG = false; field in class:SpecialCharSequenceMgr
223 if (DBG) log("showDeviceIdPanel()...");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCorporaUpdateReceiver.java30 private static final boolean DBG = false; field in class:CorporaUpdateReceiver
38 if (DBG) Log.d(TAG, "onReceive(" + intent + ")");
H A DListSuggestionCursorNoDuplicates.java29 private static final boolean DBG = false; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
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 DShouldQueryStrategy.java34 private static final boolean DBG = false; field in class:ShouldQueryStrategy
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 + "'");
H A DWebPromoter.java25 private static final boolean DBG = false; field in class:WebPromoter
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);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestionSpanPickedNotificationReceiver.java27 private static final boolean DBG = LatinImeLogger.sDBG; field in class:SuggestionSpanPickedNotificationReceiver
34 if (DBG) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DSearchSettingsActivity.java32 private static final boolean DBG = false; field in class:SearchSettingsActivity
69 if (DBG) Log.d(TAG, "onHeadersBuilt shortcutsFragment=" + shortcutsFragment);
74 if (DBG) Log.d(TAG, "fragment " + i + ": " + fragment);
H A DClearShortcutsController.java33 private static final boolean DBG = false; field in class:ClearShortcutsController
81 if (DBG) Log.d(TAG, "hasHistory()=" + hasHistory);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckerUtils.java25 private static final boolean DBG = false; field in class:SpellCheckerUtils
35 if (DBG) {
42 if (DBG) {
/packages/apps/Stk/src/com/android/stk/
H A DStkApp.java28 public static final boolean DBG = true; field in class:StkApp
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DMakedictLog.java25 public static final boolean DBG = false; field in class:MakedictLog
29 if (DBG) {
35 if (DBG) {
/packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
H A DMakedictLog.java23 public static final boolean DBG = true; field in class:MakedictLog
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessenger.java32 private static final boolean DBG = false; field in class:SnepMessenger
52 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
57 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
75 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField());
85 if (DBG) Log.d(TAG, "about to send a " + length + " byte fragment");
110 if (DBG) Log.d(TAG, "read " + size + " bytes");
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
143 if (DBG) Log.d(TAG, "requesting continuation");
153 if (DBG) Log.d(TAG, "read " + size + " bytes");

Completed in 342 milliseconds

1234567