Searched refs:TAG_NETWORK (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 448 static final String TAG_NETWORK = TAG + POSTFIX_NETWORK; field in ActivityManagerService 15542 Slog.d(TAG_NETWORK, "Got update from NPMS for uid: " in notifyNetworkPolicyRulesUpdated() 15550 Slog.d(TAG_NETWORK, "No active uidRecord for uid: " + uid in notifyNetworkPolicyRulesUpdated() 15559 Slog.d(TAG_NETWORK, "procStateSeq: " + procStateSeq + " has already" in notifyNetworkPolicyRulesUpdated() 15567 Slog.d(TAG_NETWORK, "No need to handle older seq no., Uid: " + uid in notifyNetworkPolicyRulesUpdated() 15575 Slog.d(TAG_NETWORK, "Notifying all blocking threads for uid: " + uid in notifyNetworkPolicyRulesUpdated() 16498 Slog.d(TAG_NETWORK, "Called from " + callingUid + " to wait for seq: " + procStateSeq); 16519 Slog.d(TAG_NETWORK, "Ignore the wait requests for older seq numbers. Uid: " 16527 Slog.d(TAG_NETWORK, "Network rules have been already updated for seq no. " 16536 Slog.d(TAG_NETWORK, "Starting to wait for the network rules update." [all …]
|
H A D | ProcessList.java | 53 import static com.android.server.am.ActivityManagerService.TAG_NETWORK; 4922 Slog.d(TAG_NETWORK, "uid going to background, notifying all blocking" in incrementProcStateSeqAndNotifyAppsLOSP() 4947 Slog.d(TAG_NETWORK, "Informing app thread that it needs to block: " in incrementProcStateSeqAndNotifyAppsLOSP()
|