Searched refs:DEBUG (Results 201 - 225 of 274) sorted by relevance

1234567891011

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java92 static final boolean DEBUG = false; field in class:AutoCompleteTextView
733 if (DEBUG) Log.v(TAG, "Enough to filter: len=" + getText().length()
760 if (DEBUG) Log.v(TAG, "before text changed: open=" + mOpenBefore);
769 if (DEBUG) Log.v(TAG, "after text changed: openBefore=" + mOpenBefore
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java33 private static final boolean DEBUG = false; field in class:DrawableContainer
291 if (DEBUG) android.util.Log.i(TAG, toString() + " from " + mCurIndex + " to " + idx
365 if (DEBUG) android.util.Log.i(TAG, toString() + " cur alpha " + animAlpha);
382 if (DEBUG) android.util.Log.i(TAG, toString() + " last alpha " + animAlpha);
/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java91 private static final boolean DEBUG = false; field in class:DisplayManagerService
216 if (DEBUG) {
882 if (DEBUG) {
1064 if (DEBUG) {
H A DOverlayDisplayWindow.java49 private static final boolean DEBUG = false; field in class:OverlayDisplayWindow
235 if (DEBUG) {
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_page_cycler.py29 log_level = logging.DEBUG
H A Drun_reliability_tests.py110 log_level = logging.DEBUG
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java32 private static final boolean DEBUG = false; field in class:EncodedStringValue
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java86 private static final boolean DEBUG = false; field in class:ViewPager
936 if (DEBUG) Log.i(TAG, "populate is pending, skipping for now...");
1003 if (DEBUG) {
1037 if (DEBUG) {
1059 if (DEBUG) {
1444 if (DEBUG) Log.v(TAG, "Measuring #" + i + " " + child
1586 if (DEBUG) Log.v(TAG, "Positioning #" + i + " " + child + " f=" + ii.object
1792 if (DEBUG) Log.v(TAG, "Intercept done!");
1807 if (DEBUG) Log.v(TAG, "Intercept returning true!");
1811 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java72 private static final boolean DEBUG = false; field in class:UiAutomation
378 if (DEBUG) {
H A DSharedPreferencesImpl.java54 private static final boolean DEBUG = false; field in class:SharedPreferencesImpl
164 if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected.");
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java68 private static final boolean DEBUG = false; field in class:UsbSettingsManager
382 if (DEBUG) Slog.v(TAG, "Creating settings for " + user);
469 if (DEBUG) Slog.v(TAG, "readSettingsLocked()");
490 if (DEBUG) Slog.d(TAG, "settings file not found");
500 if (DEBUG) Slog.v(TAG, "writeSettingsLocked()");
633 if (DEBUG) Slog.d(TAG, "usbDeviceRemoved, sending " + intent);
935 if (DEBUG) Slog.d(TAG, "requestPermission PendingIntent was cancelled");
955 if (DEBUG) Slog.d(TAG, "requestPermission PendingIntent was cancelled");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java120 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
136 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java54 private static final boolean DEBUG = true; field in class:VCardVerifier
268 if (DEBUG) Log.d(LOG_TAG, vcard);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java62 static final boolean DEBUG = false; field in class:NetworkController
431 if (DEBUG) {
442 if (DEBUG) {
454 if (DEBUG) {
466 if (DEBUG) {
479 if (DEBUG) {
559 if(DEBUG) Slog.d(TAG, "mAlwaysShowCdmaRssi=" + mAlwaysShowCdmaRssi
1091 if (DEBUG) {
1184 if (DEBUG) {
1323 if (DEBUG) {
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java69 private static final boolean DEBUG = false; field in class:TouchExplorer
317 if (DEBUG) {
847 if (DEBUG) {
1097 if (DEBUG) {
1546 if (DEBUG) {
1659 if (DEBUG) {
1835 if (DEBUG) {
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java99 static final boolean DEBUG = false; field in class:InputManagerService
287 if (DEBUG) {
318 if (DEBUG) {
325 if (DEBUG) {
1272 if (DEBUG) {
1602 if (DEBUG) {
1634 if (DEBUG) {
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java52 private static final boolean DEBUG = false; field in class:DatabaseUtils
1048 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL);
1092 if (DEBUG) Log.v(TAG, "--- inserting in table " + mTableName);
1097 if (DEBUG) {
1246 if (DEBUG) Log.v(TAG, "--- doing insert or replace in table " + mTableName);
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java68 private final static boolean DEBUG = false; field in class:RemoteControlClient
700 if (DEBUG) { Log.d(TAG, "onPositionDriftCheck()"); }
706 if (DEBUG) { Log.d(TAG, " no valid position or 0 speed, no check needed"); }
715 if (DEBUG) { Log.w(TAG, " drift detected: actual=" +actPos +" est=" +estPos); }
718 if (DEBUG) { Log.d(TAG, " no drift: actual=" + actPos +" est=" + estPos); }
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java63 private static final boolean DEBUG = false; field in class:SettingsBackupAgent
64 private static final boolean DEBUG_BACKUP = DEBUG || false;
635 if (DEBUG) {
697 if (DEBUG) {
756 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java73 static final boolean DEBUG = TabletStatusBar.DEBUG || PhoneStatusBar.DEBUG || false; field in class:RecentsPanelView
711 if (DEBUG) Log.v(TAG, "Starting activity " + intent);
735 if (DEBUG) Log.v(TAG, "Jettison " + ad.getLabel());
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c386 DEBUG(("SEQ PARAM SET CHANGING...\n"));
405 DEBUG(("TRYING TO CHANGE SPS IN NON-IDR SLICE\n"));
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java526 private static final boolean DEBUG = false; field in class:AccessibilityEvent
1075 if (DEBUG) {
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java253 if (VolleyLog.DEBUG) {
280 if (VolleyLog.DEBUG) {
/frameworks/base/core/java/android/os/
H A DBatteryStats.java429 static final boolean DEBUG = false; field in class:BatteryStats.HistoryItem
576 if (DEBUG) Slog.i(TAG, "WRITE DELTA: firstToken=0x" + Integer.toHexString(firstToken)
581 if (DEBUG) Slog.i(TAG, "WRITE DELTA: int deltaTime=" + (int)deltaTime);
584 if (DEBUG) Slog.i(TAG, "WRITE DELTA: long deltaTime=" + deltaTime);
590 if (DEBUG) Slog.i(TAG, "WRITE DELTA: batteryToken=0x"
598 if (DEBUG) Slog.i(TAG, "WRITE DELTA: stateToken=0x"
624 if (DEBUG) Slog.i(TAG, "READ DELTA: firstToken=0x" + Integer.toHexString(firstToken)
636 if (DEBUG) Slog.i(TAG, "READ DELTA: time delta=" + delta + " new time=" + time);
639 if (DEBUG) Slog.i(TAG, "READ DELTA: time delta=" + delta + " new time=" + time);
648 if (DEBUG) Slo
[all...]
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2255 private static final boolean DEBUG = false; field in class:CalendarContract.CalendarAlerts
2344 if (DEBUG) {
2354 if (DEBUG) {
2381 if (DEBUG) {

Completed in 773 milliseconds

1234567891011