Searched defs:TAG_PAUSE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java90 private static final String TAG_PAUSE = TAG + POSTFIX_PAUSE; field in class:ActivityStack
737 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Sleep needs to pause " + mResumedActivity);
745 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Sleep still waiting to pause " + mPausingActivity);
843 else if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Start pausing: " + prev);
861 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Enqueueing pending pause: " + prev);
896 Slog.v(TAG_PAUSE, "Key dispatch not paused for screen off");
913 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Waiting for pause to complete...");
920 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Activity not running, resuming next.");
929 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE,
996 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Complet
[all...]
H A DActivityStackSupervisor.java137 private static final String TAG_PAUSE = TAG + POSTFIX_PAUSE; field in class:ActivityStackSupervisor
3171 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Sleep still need to stop "
3179 if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Sleep still need to sleep "

Completed in 75 milliseconds