Searched refs:expectedBlockState (Results 1 – 1 of 1) sorted by relevance
270 int expectedGlobalCounter, int expectedCurProcStateSeq, int expectedBlockState, in verifySeqCounterAndInteractions() argument285 if (app.uid == uidRec.uid && expectedBlockState == NETWORK_STATE_BLOCK) { in verifySeqCounterAndInteractions()304 int expectedBlockState; in testBlockStateForUid() local317 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()318 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()319 expectedBlockState, mAms.getBlockStateForUid(uidRec)); in testBlockStateForUid() local324 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()325 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()326 expectedBlockState, mAms.getBlockStateForUid(uidRec)); in testBlockStateForUid() local331 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()[all …]