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

/frameworks/base/core/java/android/app/
H A DActivityThread.java178 private static final boolean DEBUG_ORDER = false; field in class:ActivityThread
660 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
673 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
693 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
3625 if (DEBUG_ORDER) Slog.d(TAG, "handlePauseActivity " + r + ", seq: " + seq);
3917 if (DEBUG_ORDER) Slog.d(TAG, action + " for " + r + " ignored, because seq=" + seq
4267 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + this + ", trying: " + r);
4298 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: target is null, fromServer:"
4307 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + existing);
4309 if (DEBUG_ORDER) Slo
[all...]

Completed in 683 milliseconds