OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_PAUSE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ActivityStack.java
23
import static com.android.server.am.ActivityManagerService.
DEBUG_PAUSE
;
655
if (
DEBUG_PAUSE
) Slog.v(TAG, "Sleep needs to pause " + mResumedActivity);
662
if (
DEBUG_PAUSE
) Slog.v(TAG, "Sleep still waiting to pause " + mPausingActivity);
737
else if (
DEBUG_PAUSE
) Slog.v(TAG, "Start pausing: " + prev);
755
if (
DEBUG_PAUSE
) Slog.v(TAG, "Enqueueing pending pause: " + prev);
790
if (
DEBUG_PAUSE
) Slog.v(TAG, "Key dispatch not paused for screen off");
[
all
...]
ActivityStackSupervisor.java
26
import static com.android.server.am.ActivityManagerService.
DEBUG_PAUSE
;
[
all
...]
ActivityManagerService.java
221
static final boolean
DEBUG_PAUSE
= localLOGV || false;
[
all
...]
Completed in 31 milliseconds