Searched refs:NETWORK_STATE_BLOCK (Results 1 – 2 of 2) sorted by relevance
37 import static com.android.server.am.ActivityManagerService.NETWORK_STATE_BLOCK;190 NETWORK_STATE_BLOCK, // expectedBlockState in incrementProcStateSeqAndNotifyAppsLocked()283 if (app.uid == uidRec.uid && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()455 expectedBlockState = NETWORK_STATE_BLOCK; in testBlockStateForUid()
536 static final int NETWORK_STATE_BLOCK = 1; field in ActivityManagerService17058 if (blockState == NETWORK_STATE_BLOCK) { in incrementProcStateSeqAndNotifyAppsLocked()17123 return NETWORK_STATE_BLOCK; in getBlockStateForUid()