Home | History | Annotate | Download | only in login

Lines Matching refs:EXPECT_CALL

56   EXPECT_CALL(*mock_var, Show()).Times(0);                                     \
57 EXPECT_CALL(*mock_var, Hide()).Times(0);
127 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
151 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
152 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
156 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
157 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(1);
158 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
164 EXPECT_CALL(*mock_update_screen_, Hide()).Times(0);
165 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
174 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(0);
175 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
176 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
177 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
181 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
182 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(1);
183 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
189 EXPECT_CALL(*mock_update_screen_, Hide()).Times(0);
190 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
191 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(0); // last transition
200 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(0);
201 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
202 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
206 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
207 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
208 EXPECT_CALL(*mock_network_screen_, Hide()).Times(0); // last transition
229 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(0);
230 EXPECT_CALL(*mock_enterprise_enrollment_screen_, Show()).Times(1);
231 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
246 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(0);
247 EXPECT_CALL(*mock_enterprise_enrollment_screen_, Show()).Times(1);
248 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
281 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
282 EXPECT_CALL(*mock_enterprise_enrollment_screen_, Show()).Times(1);
289 EXPECT_CALL(*mock_enterprise_enrollment_screen_, Hide()).Times(1);
290 EXPECT_CALL(*mock_account_screen_, Show()).Times(1);
295 EXPECT_CALL(*mock_account_screen_, Hide()).Times(1);
296 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
301 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
302 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
307 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
312 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);