Searched refs:TAG_NETWORK (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 420 private static final String TAG_NETWORK = TAG + POSTFIX_NETWORK; field in ActivityManagerService 17065 Slog.d(TAG_NETWORK, "uid going to background, notifying all blocking" in incrementProcStateSeqAndNotifyAppsLocked() 17089 Slog.d(TAG_NETWORK, "Informing app thread that it needs to block: " in incrementProcStateSeqAndNotifyAppsLocked() 17908 Slog.d(TAG_NETWORK, "Got update from NPMS for uid: " in notifyNetworkPolicyRulesUpdated() 17916 Slog.d(TAG_NETWORK, "No active uidRecord for uid: " + uid in notifyNetworkPolicyRulesUpdated() 17925 Slog.d(TAG_NETWORK, "procStateSeq: " + procStateSeq + " has already" in notifyNetworkPolicyRulesUpdated() 17933 Slog.d(TAG_NETWORK, "No need to handle older seq no., Uid: " + uid in notifyNetworkPolicyRulesUpdated() 17941 Slog.d(TAG_NETWORK, "Notifying all blocking threads for uid: " + uid in notifyNetworkPolicyRulesUpdated() 18589 Slog.d(TAG_NETWORK, "Called from " + callingUid + " to wait for seq: " + procStateSeq); in waitForNetworkStateUpdate() 18601 Slog.d(TAG_NETWORK, "Uid state change for seq no. " + procStateSeq + " is not " in waitForNetworkStateUpdate() [all …]
|