Searched defs:expectedBlockState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java163 NETWORK_STATE_NO_CHANGE, // expectedBlockState
172 NETWORK_STATE_UNBLOCK, // expectedBlockState
184 NETWORK_STATE_NO_CHANGE, // expectedBlockState
193 NETWORK_STATE_BLOCK, // expectedBlockState
204 NETWORK_STATE_UNBLOCK, // expectedBlockState
215 -1, // expectedBlockState, -1 to verify there are no interactions with main thread.
226 -1, // expectedBlockState, -1 to verify there are no interactions with main thread.
239 -1, // expectedBlockState, -1 to verify there are no interactions with main thread.
251 -1, // expectedBlockState, -1 to verify there are no interactions with main thread.
270 int expectedGlobalCounter, int expectedCurProcStateSeq, int expectedBlockState,
269 verifySeqCounterAndInteractions(UidRecord uidRec, int prevState, int curState, int expectedGlobalCounter, int expectedCurProcStateSeq, int expectedBlockState, boolean expectNotify) argument
[all...]

Completed in 35 milliseconds