Home
last modified time | relevance | path

Searched refs:buttonLabel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DProxySelector.java172 String buttonLabel = intent.getStringExtra("button-label"); in populateFields() local
173 if (!TextUtils.isEmpty(buttonLabel)) { in populateFields()
174 mOKButton.setText(buttonLabel); in populateFields()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java855 final int buttonLabel = R.string.fully_managed_device_cancel_setup_button; in addAbortAndResetButton() local
857 return addSecondaryButton(layout, listener, buttonType, buttonLabel); in addAbortAndResetButton()
862 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton() argument
865 .setText(buttonLabel) in addSecondaryButton()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/selectionbar/
DSelectionBarFeatureTest.kt323 val buttonLabel = in testSelectionBarPrimaryAction() constant
331 .onNode(hasText(buttonLabel)) in testSelectionBarPrimaryAction()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewFeatureTest.kt564 val buttonLabel = in testPreviewEmitsMediaSelectionConfirmedEvent() constant
571 .onNode(hasText(buttonLabel)) in testPreviewEmitsMediaSelectionConfirmedEvent()