Searched refs:buttonLabel (Results 1 – 4 of 4) 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()
855 final int buttonLabel = R.string.fully_managed_device_cancel_setup_button; in addAbortAndResetButton() local857 return addSecondaryButton(layout, listener, buttonType, buttonLabel); in addAbortAndResetButton()862 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton() argument865 .setText(buttonLabel) in addSecondaryButton()
323 val buttonLabel = in testSelectionBarPrimaryAction() constant331 .onNode(hasText(buttonLabel)) in testSelectionBarPrimaryAction()
564 val buttonLabel = in testPreviewEmitsMediaSelectionConfirmedEvent() constant571 .onNode(hasText(buttonLabel)) in testPreviewEmitsMediaSelectionConfirmedEvent()