Searched refs:nextButton (Results 1 – 6 of 6) sorted by relevance
100 private Button nextButton; field in VoicemailChangePinActivity120 activity.nextButton.setText(R.string.change_pin_continue_label); in onEnter()200 activity.nextButton.setText(R.string.change_pin_continue_label); in onEnter()247 activity.nextButton.setText(R.string.change_pin_ok_label); in onEnter()345 nextButton = (Button) view.findViewById(R.id.next_button); in onCreate()346 nextButton.setOnClickListener(this); in onCreate()415 if (!nextButton.isEnabled()) { in onEditorAction()523 nextButton.setEnabled(enabled); in setNextEnabled()
45 FooterButton nextButton = getNextButton(); in initViews() local46 nextButton.setText(this, R.string.next_label); in initViews()
96 FooterButton nextButton = getNextButton(); in initViews() local97 nextButton.setText( in initViews()
87 final Button nextButton = layout.getMixin(FooterBarMixin.class).getPrimaryButtonView(); in testMaxFingerprint_shouldShowErrorMessage() local88 assertEquals(View.GONE, nextButton.getVisibility()); in testMaxFingerprint_shouldShowErrorMessage()