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.java37 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()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java536 static final int NETWORK_STATE_BLOCK = 1; field in ActivityManagerService
17058 if (blockState == NETWORK_STATE_BLOCK) { in incrementProcStateSeqAndNotifyAppsLocked()
17123 return NETWORK_STATE_BLOCK; in getBlockStateForUid()