Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java90 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview()
112 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut()
149 mTargetContext.sendBroadcast(RequestPinItemActivity.getCommandIntent( in runTest()
158 mTargetContext.sendBroadcast(RequestPinItemActivity.getCommandIntent( in runTest()
DAddConfigWidgetTest.java142 WidgetConfigActivity.getCommandIntent(WidgetConfigActivity.class, in setResult()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DBaseTestingActivity.java124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent() method in BaseTestingActivity