Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DRequestPinItemTest.java40 import com.android.launcher3.testcomponent.RequestPinItemActivity;
90 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview()
91 RequestPinItemActivity.class, "setRemoteViewColor").putExtra( in testPinWidgetNoConfig_customPreview()
92 RequestPinItemActivity.EXTRA_PARAM + "0", Color.RED); in testPinWidgetNoConfig_customPreview()
112 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut()
113 RequestPinItemActivity.class, "setShortcutId").putExtra( in testPinShortcut()
114 RequestPinItemActivity.EXTRA_PARAM + "0", mShortcutId); in testPinShortcut()
133 RequestPinItemActivity.class.getName()); in runTest()
145 RequestPinItemActivity.class, "setCallback").putExtra( in runTest()
146 RequestPinItemActivity.EXTRA_PARAM + "0", callback)); in runTest()
[all …]
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DRequestPinItemActivity.java37 public class RequestPinItemActivity extends BaseTestingActivity { class