Home
last modified time | relevance | path

Searched refs:NETWORK_STATE_BLOCK (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java37 import static com.android.server.am.ProcessList.NETWORK_STATE_BLOCK;
282 NETWORK_STATE_BLOCK, // expectedBlockState in incrementProcStateSeqAndNotifyAppsLocked()
409 if (app.uid == uidRec.getUid() && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()
594 expectedBlockState = NETWORK_STATE_BLOCK; in testBlockStateForUid()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java321 static final int NETWORK_STATE_BLOCK = 1; field in ProcessList
5037 return NETWORK_STATE_BLOCK;
5085 if (blockState == NETWORK_STATE_BLOCK) {