Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt994 val clickActionLabel = stringResource(R.string.accessibility_action_label_select_widget) in WidgetContent() constant
1015 onClick(label = clickActionLabel, action = null) in WidgetContent()
1023 CustomAccessibilityAction(clickActionLabel) { in WidgetContent()