Searched defs:DEBUG (Results 501 - 519 of 519) sorted by relevance

<<21

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3559 public boolean DEBUG = false; field in class:MediaPlayer.TimeProvider
3594 if (DEBUG) Log.v(TAG, "scheduleNotification " + type + " in " + delayUs);
3619 if (DEBUG) Log.d(TAG, "onPaused: " + paused);
3635 if (DEBUG) Log.d(TAG, "onBuffering: " + buffering);
3644 if (DEBUG) Log.d(TAG, "onStopped");
3679 if (DEBUG) Log.d(TAG, "onSeekComplete at " + timeUs);
3689 if (DEBUG) Log.d(TAG, "onSeekComplete but no player");
3739 if (DEBUG) Log.d(TAG, "notifyAt " + timeUs);
3747 if (DEBUG) Log.d(TAG, "scheduleUpdate");
3797 if (DEBUG) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java74 private static final boolean DEBUG = false; field in class:NotificationPanelView
210 setWillNotDraw(!DEBUG);
1215 if (DEBUG) {
1428 if (DEBUG) {
2140 if (DEBUG) {
H A DPhoneStatusBar.java204 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:PhoneStatusBar
214 public static final boolean CHATTY = DEBUG;
760 if (DEBUG) Log.v(TAG, "hasNavigationBar=" + showNav);
1345 if (DEBUG) Log.v(TAG, "addNavigationBar: about to add " + mNavigationBarView);
1404 if (DEBUG) Log.d(TAG, "addNotification key=" + notification.getKey());
1420 if (DEBUG) {
1425 if (DEBUG) {
1435 if (DEBUG)
2247 if (DEBUG) {
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java121 private static final boolean DEBUG = false; field in class:AccessibilityManagerService
409 if (DEBUG) {
418 if (DEBUG) {
558 if (DEBUG) {
569 if (DEBUG) {
591 if (DEBUG) {
604 if (DEBUG) {
1004 if (DEBUG) {
2539 if (DEBUG) {
2590 if (DEBUG) {
[all...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java130 private static boolean DEBUG = false; field in class:AppWidgetServiceImpl
138 private static final int MIN_UPDATE_PERIOD = DEBUG ? 0 : 30 * 60 * 1000; // 30 minutes
157 if (DEBUG) {
305 if (DEBUG) {
638 if (DEBUG) {
745 if (DEBUG) {
781 if (DEBUG) {
807 if (DEBUG) {
837 if (DEBUG) {
850 if (DEBUG) {
3963 private static final boolean DEBUG = true; field in class:AppWidgetServiceImpl.BackupRestoreController
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java150 static final boolean DEBUG = false; field in class:InputMethodManagerService
151 static final boolean DEBUG_RESTORE = DEBUG || false;
625 if (DEBUG) {
770 if (DEBUG) {
828 if (DEBUG) {
916 if (DEBUG) {
982 if (DEBUG) {
1015 if (DEBUG) Slog.d(TAG, "Switching user stage 1/3. newUserId=" + newUserId
1031 if (DEBUG) Slog.d(TAG, "Switching user stage 2/3. newUserId=" + newUserId
1048 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java121 static final boolean DEBUG = false; field in class:InputManagerService
342 if (DEBUG) {
378 if (DEBUG) {
385 if (DEBUG) {
1263 if (DEBUG) {
1286 if (DEBUG) {
1364 if (DEBUG) {
1370 if (DEBUG) {
1451 if (DEBUG) {
1799 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java108 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GnssLocationProvider
478 if (DEBUG) Log.d(TAG, "receive broadcast intent, action: " + action);
511 if (DEBUG) Log.d(TAG, "received SIM related action: ");
516 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
522 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is still not available");
572 if (DEBUG) Log.d(TAG, "Reset GPS properties, previous size = " + properties.size());
585 if (DEBUG) Log.d(TAG, "GPS properties reloaded, size = " + properties.size());
606 if (DEBUG) Log.d(TAG, "final config = " + baos.toString());
610 } else if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java102 private static final boolean DEBUG = false; field in class:PowerManagerService
103 private static final boolean DEBUG_SPEW = DEBUG && true;
2292 if (DEBUG) {
2307 if (DEBUG) {
2334 if (DEBUG) Slog.d(TAG, "setLowPowerModeInternal " + mode + " mIsPowered=" + mIsPowered);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java369 private static final boolean DEBUG = false; field in class:GridLayoutManager
645 if (DEBUG) Log.v(getTag(), "invalid orientation: " + orientation);
1250 if (DEBUG) Log.v(TAG, "measured scrap child: " + scrapChildWidth +
1259 if (DEBUG) Log.v(getTag(), "row size secondary changed: " + mRowSizeSecondary[rowIndex] +
1276 if (DEBUG) Log.v(getTag(), "mRowSecondarySizeRefresh now set");
1282 if (DEBUG) Log.v(getTag(), "forceRequestLayout");
1297 if (DEBUG) Log.v(getTag(), "request Layout from runnable");
1340 if (DEBUG) Log.v(getTag(), "onMeasure widthSpec " + Integer.toHexString(widthSpec) +
1417 if (DEBUG) {
1448 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1218 static final boolean DEBUG = false; field in class:KeyEvent
2673 if (DEBUG) Log.v(TAG, "Key down to " + target + " in " + state
2678 if (DEBUG) Log.v(TAG, " Start tracking!");
2683 if (DEBUG) Log.v(TAG, " Clear from long press!");
2694 if (DEBUG) Log.v(TAG, "Key up to " + target + " in " + state
2736 if (DEBUG) Log.v(TAG, "Reset: " + this);
2747 if (DEBUG) Log.v(TAG, "Reset in " + target + ": " + this);
2768 if (DEBUG) Log.v(TAG, "Start trackingt in " + target + ": " + this);
2799 if (DEBUG) Log.v(TAG, "Handle key up " + event + ": " + this);
2802 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java99 private static final boolean DEBUG = false; field in class:NotificationStackScrollLayout
386 if (DEBUG) {
416 if (DEBUG) {
798 if (DEBUG) Log.v(TAG, "onChildDismissed: " + v);
3275 setWillNotDraw(!DEBUG);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java51 static final boolean DEBUG = false; field in class:RenderScript
184 * DEBUG context, perform extra runtime checks to validate the
188 DEBUG (1), enum constant in enum:RenderScript.ContextType
1316 (mRS.mContextType != ContextType.DEBUG ||
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java49 static final boolean DEBUG = false; field in class:RenderScript
265 * DEBUG context, perform extra runtime checks to validate the
269 DEBUG (1), enum constant in enum:RenderScript.ContextType
/frameworks/base/core/java/android/provider/
H A DSettings.java1521 private static final boolean DEBUG = false; field in class:Settings.NameValueCache
1581 if (DEBUG) {
1618 if (DEBUG) {
1639 if (DEBUG) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java174 static final boolean DEBUG = true; field in class:BackupManagerService
368 if (DEBUG) {
375 if (DEBUG) {
382 if (DEBUG) {
776 if (DEBUG) Slog.v(TAG, "clearing pending backups");
1198 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport);
1204 if (DEBUG) {
1245 if (DEBUG) Slog.v(TAG, "Running a backup pass");
1270 if (DEBUG) Slog.v(TAG, "Running a device init");
1423 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java171 static final boolean DEBUG = false; field in class:PhoneWindowManager
6069 if (DEBUG) Slog.d(TAG, "Not showing transient bar, wrong swipe target");
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java155 private static final boolean DEBUG = false; field in class:RecyclerView
684 if (DEBUG) {
702 if (DEBUG) {
740 if (DEBUG) {
1155 if (DEBUG) {
1238 if (DEBUG) {
1745 if (DEBUG) {
2891 if (DEBUG && mLayoutOrScrollCounter < 0) {
3657 if (DEBUG && holder.mPosition == -1 && !holder.isRemoved()) {
3696 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java99 private static final boolean DEBUG = false; field in class:BatteryStatsImpl
1086 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTime);
1118 if (DEBUG) Log.i(TAG, "**** WRITING TIMER #" + mType + ": mTotalTime="
1131 if (DEBUG && mType < 0) {
1138 if (DEBUG && mType < 0) {
1147 if (DEBUG && mType < 0) {
1153 if (DEBUG && mType < 0) {
1625 if (DEBUG && mType < 0) {
1630 if (DEBUG && mType < 0) {
1656 if (DEBUG
[all...]

Completed in 597 milliseconds

<<21