Home
last modified time | relevance | path

Searched refs:expectedBlockState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerServiceTest.java270 int expectedGlobalCounter, int expectedCurProcStateSeq, int expectedBlockState, in verifySeqCounterAndInteractions() argument
285 if (app.uid == uidRec.uid && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()
304 int expectedBlockState; in testBlockStateForUid() local
317 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
318 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
319 expectedBlockState, mAms.getBlockStateForUid(uidRec)); in testBlockStateForUid() local
324 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
325 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
326 expectedBlockState, mAms.getBlockStateForUid(uidRec)); in testBlockStateForUid() local
331 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
[all …]