Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DViewInflationDuringSwipeUp.java55 import com.android.launcher3.testcomponent.ListViewService;
56 import com.android.launcher3.testcomponent.ListViewService.SimpleViewsFactory;
165 new Intent(getContext(), ListViewService.class)); in testSwipeUp_with_list_widgets()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DListViewService.java23 public class ListViewService extends RemoteViewsService { class
H A DTestCommandProvider.java109 ListViewService.sBinderForTest = extras.getBinder(EXTRA_VALUE); in call()