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/
DTaplRequestPinItemTest.java43 import com.android.launcher3.testcomponent.RequestPinItemActivity;
93 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview()
94 RequestPinItemActivity.class, "setRemoteViewColor").putExtra( in testPinWidgetNoConfig_customPreview()
95 RequestPinItemActivity.EXTRA_PARAM + "0", Color.RED); in testPinWidgetNoConfig_customPreview()
115 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut()
116 RequestPinItemActivity.class, "setShortcutId").putExtra( in testPinShortcut()
117 RequestPinItemActivity.EXTRA_PARAM + "0", mShortcutId); in testPinShortcut()
135 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