Searched refs:getCommandIntent (Results 1 – 3 of 3) sorted by relevance
90 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()
142 WidgetConfigActivity.getCommandIntent(WidgetConfigActivity.class, in setResult()
124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent() method in BaseTestingActivity