Searched refs:NETWORK_STATE_BLOCK (Results 1 – 2 of 2) sorted by relevance
37 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()
321 static final int NETWORK_STATE_BLOCK = 1; field in ProcessList5037 return NETWORK_STATE_BLOCK;5085 if (blockState == NETWORK_STATE_BLOCK) {