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

/frameworks/base/core/java/android/app/
H A DActivityThread.java187 private static final boolean DEBUG_ORDER = false; field in class:ActivityThread
702 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
715 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
735 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
3879 if (DEBUG_ORDER) Slog.d(TAG, "handlePauseActivity " + r + ", seq: " + seq);
4171 if (DEBUG_ORDER) Slog.d(TAG, action + " for " + r + " ignored, because seq=" + seq
4538 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + this + ", trying: " + r);
4569 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: target is null, fromServer:"
4578 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + existing);
4580 if (DEBUG_ORDER) Slo
[all...]

Completed in 757 milliseconds