Searched refs:TAG_NETWORK (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 58 import static com.android.server.am.ActivityManagerService.TAG_NETWORK; 5092 Slog.d(TAG_NETWORK, "uid going to background, notifying all blocking" 5117 Slog.d(TAG_NETWORK, "Informing app thread that it needs to block: "
|
H A D | ActivityManagerService.java | 535 static final String TAG_NETWORK = TAG + POSTFIX_NETWORK; field in ActivityManagerService 17881 Slog.d(TAG_NETWORK, "Got update from NPMS for uid: " in notifyNetworkPolicyRulesUpdated() 17889 Slog.d(TAG_NETWORK, "No active uidRecord for uid: " + uid in notifyNetworkPolicyRulesUpdated() 17898 Slog.d(TAG_NETWORK, "procStateSeq: " + procStateSeq + " has already" in notifyNetworkPolicyRulesUpdated() 17907 Slog.d(TAG_NETWORK, "Notifying all blocking threads for uid: " + uid in notifyNetworkPolicyRulesUpdated() 19118 Slog.d(TAG_NETWORK, "Called from " + callingUid + " to wait for seq: " + procStateSeq); 19130 Slog.d(TAG_NETWORK, "Network rules have been already updated for seq no. " 19139 Slog.d(TAG_NETWORK, "Starting to wait for the network rules update." 19148 Slog.w(TAG_NETWORK, "Total time waited for network rules to get updated: "
|