Searched refs:NETWORK_STATE_BLOCK (Results 1 – 2 of 2) sorted by relevance
36 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()
313 static final int NETWORK_STATE_BLOCK = 1; field in ProcessList4827 return NETWORK_STATE_BLOCK; in getBlockStateForUid()4872 if (blockState == NETWORK_STATE_BLOCK) { in incrementProcStateSeqAndNotifyAppsLOSP()