Searched refs:buttonLabel (Results 1 – 2 of 2) sorted by relevance
172 String buttonLabel = intent.getStringExtra("button-label"); in populateFields() local173 if (!TextUtils.isEmpty(buttonLabel)) { in populateFields()174 mOKButton.setText(buttonLabel); in populateFields()
807 final int buttonLabel = R.string.fully_managed_device_cancel_setup_button; in addAbortAndResetButton() local809 return addSecondaryButton(layout, listener, buttonType, buttonLabel); in addAbortAndResetButton()814 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton() argument817 .setText(buttonLabel) in addSecondaryButton()