Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java551 int expectedBlockState; in testBlockStateForUid() local
566 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
567 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
573 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
574 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
580 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
581 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
587 expectedBlockState = NETWORK_STATE_NO_CHANGE; in testBlockStateForUid()
588 assertEquals(errorMsg.apply(expectedBlockState), in testBlockStateForUid()
594 expectedBlockState = NETWORK_STATE_BLOCK; in testBlockStateForUid()
[all …]