Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/
H A DAllowBindAppWidgetActivity.java127 final String widgetLabel = getWidgetLabel(); in onCreate() local
131 widgetLabel); in onCreate()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
H A DWidgetsListTableViewHolderBinderTest.java154 TextView widgetLabel = (TextView) view.findViewById(R.id.widget_name); in assertWidgetCellWithLabel() local
155 assertThat(widgetLabel.getText()).isEqualTo(label); in assertWidgetCellWithLabel()