Searched refs:NETWORK_STATE_BLOCK (Results 1 – 2 of 2) sorted by relevance
46 import static com.android.server.am.ProcessList.NETWORK_STATE_BLOCK;355 NETWORK_STATE_BLOCK, // expectedBlockState in incrementProcStateSeqAndNotifyAppsLocked()565 if (app.uid == uidRec.getUid() && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()775 expectedBlockState = NETWORK_STATE_BLOCK; in testBlockStateForUid()
327 static final int NETWORK_STATE_BLOCK = 1; field in ProcessList5250 return NETWORK_STATE_BLOCK;5298 if (blockState == NETWORK_STATE_BLOCK) {