Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java475 private static final String TAG_NETWORK = TAG + POSTFIX_NETWORK; field in ActivityManagerService
22976 Slog.d(TAG_NETWORK, "uid going to background, notifying all blocking"
23000 Slog.d(TAG_NETWORK, "Informing app thread that it needs to block: "
23981 Slog.d(TAG_NETWORK, "Got update from NPMS for uid: "
23989 Slog.d(TAG_NETWORK, "No active uidRecord for uid: " + uid
23998 Slog.d(TAG_NETWORK, "procStateSeq: " + procStateSeq + " has already"
24006 Slog.d(TAG_NETWORK, "No need to handle older seq no., Uid: " + uid
24014 Slog.d(TAG_NETWORK, "Notifying all blocking threads for uid: " + uid
24079 Slog.d(TAG_NETWORK, "Called from " + callingUid + " to wait for seq: " + procStateSeq);
24091 Slog.d(TAG_NETWORK, "Uid state change for seq no. " + procStateSeq + " is not "
[all …]