Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java65 static final boolean DEBUG_NETWORK = DEBUG_ALL || false; field in ActivityManagerDebugConfig
H A DProcessList.java40 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_NETWORK;
5091 if (DEBUG_NETWORK) {
5116 if (DEBUG_NETWORK) {
H A DActivityManagerService.java144 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_NETWORK;
17880 if (DEBUG_NETWORK) { in notifyNetworkPolicyRulesUpdated()
17888 if (DEBUG_NETWORK) { in notifyNetworkPolicyRulesUpdated()
17897 if (DEBUG_NETWORK) { in notifyNetworkPolicyRulesUpdated()
17906 if (DEBUG_NETWORK) { in notifyNetworkPolicyRulesUpdated()
19117 if (DEBUG_NETWORK) {
19129 if (DEBUG_NETWORK) {
19138 if (DEBUG_NETWORK) {
19147 if (totalTime >= mConstants.mNetworkAccessTimeoutMs || DEBUG_NETWORK) {