HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_PAUSE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 75 static final boolean DEBUG_PAUSE = ActivityManagerService.DEBUG_PAUSE;
640 if (DEBUG_PAUSE) Slog.v(TAG, "Sleep needs to pause...");
660 if (DEBUG_PAUSE) Slog.v(TAG, "Start pausing: " + prev);
670 if (DEBUG_PAUSE) Slog.v(TAG, "Enqueueing pending pause: " + prev);
711 if (DEBUG_PAUSE) Slog.v(TAG, "Key dispatch not paused for screen off");
720 if (DEBUG_PAUSE) Slog.v(TAG, "Waiting for pause to complete...");
724 if (DEBUG_PAUSE) Slog.v(TAG, "Activity not running, resuming next.");
730 if (DEBUG_PAUSE) Slog.v(
760 if (DEBUG_PAUSE) Slog.v(TAG, "Complete pause: " + prev)
    [all...]
ActivityManagerService.java 149 static final boolean DEBUG_PAUSE = localLOGV || false;
    [all...]

Completed in 38 milliseconds