Searched defs:nextButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailChangePinActivity.java100 private Button nextButton; field in class:VoicemailChangePinActivity
120 activity.nextButton.setText(R.string.change_pin_continue_label);
200 activity.nextButton.setText(R.string.change_pin_continue_label);
247 activity.nextButton.setText(R.string.change_pin_ok_label);
345 nextButton = (Button) view.findViewById(R.id.next_button);
346 nextButton.setOnClickListener(this);
415 if (!nextButton.isEnabled()) {
523 nextButton.setEnabled(enabled);

Completed in 116 milliseconds