Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java473 private static final String TAG_LRU = TAG + POSTFIX_LRU; field in ActivityManagerService
3326 if (DEBUG_LRU) Slog.d(TAG_LRU, "Moving dep from " + lrui + " to " + index in updateLruProcessInternalLocked()
3382 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top activity: " + app); in updateLruProcessLocked()
3388 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top other: " + app); in updateLruProcessLocked()
3398 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app); in updateLruProcessLocked()
3471 if (DEBUG_LRU) Slog.d(TAG_LRU, in updateLruProcessLocked()
3484 if (DEBUG_LRU) Slog.d(TAG_LRU, in updateLruProcessLocked()
3499 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU activity list: " + app); in updateLruProcessLocked()
3505 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU service list: " + app); in updateLruProcessLocked()
3516 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client in updateLruProcessLocked()
[all …]