Home | History | Annotate | Download | only in login

Lines Matching refs:Times

218   EXPECT_CALL(*mock_var, Show()).Times(0);                                   \
219 EXPECT_CALL(*mock_var, Hide()).Times(0);
420 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
510 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
511 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
519 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
520 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(1);
521 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
530 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
531 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
535 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(0);
536 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
552 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
553 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
554 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
555 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
559 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
560 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(1);
561 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
567 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
568 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
572 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(0);
573 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
581 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
582 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
583 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
584 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
588 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
589 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
590 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
596 .Times(1);
597 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
602 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(1);
603 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
604 EXPECT_CALL(*mock_enrollment_screen_, Hide()).Times(0);
617 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
618 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
619 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
623 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
624 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
625 EXPECT_CALL(*mock_network_screen_, Hide()).Times(0); // last transition
634 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
639 .Times(1);
640 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
641 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
655 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(0);
677 EXPECT_CALL(mock_consumer, OnAuthSuccess(_)).Times(1);
724 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
725 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
729 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
730 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(1);
731 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
737 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
738 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
745 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(1);
759 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
763 "")).Times(1);
915 .Times(1);
919 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
920 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
924 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
925 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(1);
926 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
932 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
933 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
937 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(1);
938 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
958 .Times(1);
962 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
963 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
964 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
968 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
969 EXPECT_CALL(*mock_update_screen_, StartNetworkCheck()).Times(1);
970 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
976 EXPECT_CALL(*mock_update_screen_, Hide()).Times(1);
977 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Show()).Times(1);
981 EXPECT_CALL(*mock_auto_enrollment_check_screen_, Hide()).Times(1);
982 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
983 EXPECT_CALL(*mock_enrollment_screen_, Hide()).Times(1);
1040 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
1047 "")).Times(1);
1048 EXPECT_CALL(*mock_enrollment_screen_, Show()).Times(1);
1049 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);