Searched refs:TAG_NETWORK (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 445 static final String TAG_NETWORK = TAG + POSTFIX_NETWORK; field in ActivityManagerService 15485 Slog.d(TAG_NETWORK, "Got update from NPMS for uid: " in notifyNetworkPolicyRulesUpdated() 15493 Slog.d(TAG_NETWORK, "No active uidRecord for uid: " + uid in notifyNetworkPolicyRulesUpdated() 15502 Slog.d(TAG_NETWORK, "procStateSeq: " + procStateSeq + " has already" in notifyNetworkPolicyRulesUpdated() 15510 Slog.d(TAG_NETWORK, "No need to handle older seq no., Uid: " + uid in notifyNetworkPolicyRulesUpdated() 15518 Slog.d(TAG_NETWORK, "Notifying all blocking threads for uid: " + uid in notifyNetworkPolicyRulesUpdated() 16421 Slog.d(TAG_NETWORK, "Called from " + callingUid + " to wait for seq: " + procStateSeq); 16433 Slog.d(TAG_NETWORK, "Uid state change for seq no. " + procStateSeq + " is not " 16442 Slog.d(TAG_NETWORK, "Ignore the wait requests for older seq numbers. Uid: " 16450 Slog.d(TAG_NETWORK, "Network rules have been already updated for seq no. " [all …]
|
D | ProcessList.java | 53 import static com.android.server.am.ActivityManagerService.TAG_NETWORK; 4879 Slog.d(TAG_NETWORK, "uid going to background, notifying all blocking" in incrementProcStateSeqAndNotifyAppsLOSP() 4904 Slog.d(TAG_NETWORK, "Informing app thread that it needs to block: " in incrementProcStateSeqAndNotifyAppsLOSP()
|