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()
812 final int buttonLabel = R.string.fully_managed_device_cancel_setup_button; in addAbortAndResetButton() local814 return addSecondaryButton(layout, listener, buttonType, buttonLabel); in addAbortAndResetButton()819 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton() argument822 .setText(buttonLabel) in addSecondaryButton()