Searched refs:expectedState (Results 1 – 3 of 3) sorted by relevance
162 int expectedState = [self popFirstElementAsInt:_expectedSignalingChanges];167 expectedState];168 NSAssert(expectedState == (int)stateChanged, message);207 int expectedState = [self popFirstElementAsInt:_expectedICEGatheringChanges];208 NSAssert(expectedState == (int)newState,219 int expectedState = [self popFirstElementAsInt:_expectedICEConnectionChanges];220 NSAssert(expectedState == (int)newState,241 int expectedState = [self popFirstElementAsInt:_expectedStateChanges];242 NSAssert(expectedState == channel.state, @"Channel state should match");
161 Bundle expectedState = new Bundle(); in savesInstanceState() local162 expectedState.putBoolean("isRestored", true); in savesInstanceState()163 activity.setState(expectedState); in savesInstanceState()
77 glw::GLboolean checkState(glw::GLint expectedState, const char* message);