Home
last modified time | relevance | path

Searched defs:actionButton (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppDisableButtonTest.kt105 val actionButton = setDisableButton(app) in getActionButton_signedWithPlatformKey_cannotDisable() constant
116 val actionButton = setDisableButton(app) in getActionButton_isResourceOverlay_cannotDisable() constant
126 val actionButton = setDisableButton(app) in getActionButton_isKeepEnabledPackages_cannotDisable() constant
138 val actionButton = setDisableButton(app) in getActionButton_isEssentialPackage_cannotDisable() constant
149 val actionButton = setDisableButton(app) in getActionButton_isProfileOrDeviceOwner_cannotDisable() constant
158 val actionButton = setDisableButton(app) in getActionButton_regularEnabledSystemApp_canDisable() constant
164 lateinit var actionButton: ActionButton in setDisableButton() variable
DAppArchiveButtonTest.kt80 val actionButton = setContent(app) in appArchiveButton_whenIsArchived_isDisabled() constant
93 val actionButton = setContent(app) in appArchiveButton_whenIsNotAppArchivable_isDisabled() constant
120 val actionButton = setContent(app) in appArchiveButton_whenPackageIsNotFound_isDisabled() constant
133 val actionButton = setContent(app) in appArchiveButton_displaysRightTextAndIcon() constant
147 val actionButton = setContent(app) in appArchiveButton_clicked() constant
157 lateinit var actionButton: ActionButton in setContent() variable
DAppRestoreButtonTest.kt74 val actionButton = setContent(app) in appRestoreButton_whenIsNotArchived_isDisabled() constant
86 val actionButton = setContent(app) in appRestoreButton_whenIsArchived_isEnabled() constant
98 val actionButton = setContent(app) in appRestoreButton_displaysRightTextAndIcon() constant
112 val actionButton = setContent(app) in appRestoreButton_clicked() constant
122 lateinit var actionButton: ActionButton in setContent() variable
DAppForceStopButtonTest.kt142 val actionButton = appForceStopButton.getActionButton(app) in setForceStopButton() constant
/packages/apps/Multiuser/Widget/src/tests/ui/
DDialogViewTest.kt63 … val actionButton = context.getString(R.string.widget_switch_disabled_dialog_open_settings_button) in testSwitchFailedDialog() constant
90 …val actionButton: String = context.getString(R.string.widget_switch_disabled_dialog_open_settings_… in testSwitchDisabledByUser() constant
122 …val actionButton: String = context.getString(R.string.widget_switch_disabled_dialog_open_settings_… in testSwitchDisabledByWorkPolicy() constant
150 …val actionButton: String = context.getString(R.string.widget_switch_disabled_dialog_open_settings_… in testSwitchDisabledNotAllowedOnCall() constant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorCurves.java64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditor.java94 public void setUpEditorUI(View actionButton, View editControl, in setUpEditorUI()
111 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorColorBorder.java188 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorDraw.java244 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DEditorCrop.java148 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
DParametricEditor.java167 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI()
/packages/apps/Multiuser/Widget/src/tests/unit/
DDialogUseCaseTest.kt84 …val actionButton: String = context.getString(R.string.widget_switch_disabled_dialog_open_settings_… in testSwitchDisabledByUser() constant