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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java278 private static final String TAG_LRU = TAG + POSTFIX_LRU; field in class:ActivityManagerService
2799 if (DEBUG_LRU) Slog.d(TAG_LRU, "Moving dep from " + lrui + " to " + index
2851 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top activity: " + app);
2857 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top other: " + app);
2867 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app);
2940 if (DEBUG_LRU) Slog.d(TAG_LRU,
2953 if (DEBUG_LRU) Slog.d(TAG_LRU,
2968 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU activity list: " + app);
2974 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU service list: " + app);
2985 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknow
[all...]

Completed in 154 milliseconds