Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTestViewHelpers.java28 import com.android.launcher3.testcomponent.AppWidgetWithConfig;
51 hasConfigureScreen ? AppWidgetWithConfig.class in findWidgetProvider()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DAppWidgetWithConfig.java21 public class AppWidgetWithConfig extends AppWidgetNoConfig { class
H A DRequestPinItemActivity.java89 requestWidget(new ComponentName(this, AppWidgetWithConfig.class)); in pinWidgetWithConfig()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DRequestPinItemTest.java39 import com.android.launcher3.testcomponent.AppWidgetWithConfig;
106 .equals(AppWidgetWithConfig.class.getName())); in testPinWidgetWithConfig()