Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java42 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()
136 RequestPinItemActivity.class.getName()); in runTest()
147 mTargetContext.sendBroadcast(RequestPinItemActivity.getCommandIntent( in runTest()
148 RequestPinItemActivity.class, "setCallback").putExtra( in runTest()
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DRequestPinItemActivity.java37 public class RequestPinItemActivity extends BaseTestingActivity { class