Home | History | Annotate | Download | only in password

Lines Matching refs:button

29 import android.widget.Button;
96 Button button = mActivity.findViewById(R.id.screen_lock_options);
97 assertThat(button).isNotNull();
98 assertThat(button.getVisibility()).isEqualTo(View.VISIBLE);
105 Button button = mActivity.findViewById(R.id.screen_lock_options);
106 assertThat(button).isNotNull();
107 assertThat(button.getVisibility()).isEqualTo(View.VISIBLE);
109 button.performClick();
129 Button button = mActivity.findViewById(R.id.screen_lock_options);
130 assertThat(button).isNotNull();
131 assertThat(button.getVisibility()).isEqualTo(View.GONE);
148 Button skipButton = mActivity.findViewById(R.id.skip_button);
161 Button clearButton = mActivity.findViewById(R.id.footerLeftButton);
180 Button skipButton = mActivity.findViewById(R.id.skip_button);