Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerServiceTest.java36 import static com.android.server.am.ProcessList.NETWORK_STATE_BLOCK;
227 NETWORK_STATE_BLOCK, // expectedBlockState in incrementProcStateSeqAndNotifyAppsLocked()
324 if (app.uid == uidRec.getUid() && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()
508 expectedBlockState = NETWORK_STATE_BLOCK; in testBlockStateForUid()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java313 static final int NETWORK_STATE_BLOCK = 1; field in ProcessList
4827 return NETWORK_STATE_BLOCK; in getBlockStateForUid()
4872 if (blockState == NETWORK_STATE_BLOCK) { in incrementProcStateSeqAndNotifyAppsLOSP()