Searched defs:TAG_LRU (Results 1 - 1 of 1) sorted by path

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

Completed in 95 milliseconds