Searched refs:getCommandIntent (Results 1 – 3 of 3) sorted by relevance
93 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview()115 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut()147 mTargetContext.sendBroadcast(RequestPinItemActivity.getCommandIntent( in runTest()156 mTargetContext.sendBroadcast(RequestPinItemActivity.getCommandIntent( in runTest()
117 WidgetConfigActivity.getCommandIntent(WidgetConfigActivity.class, in setResult()
124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent() method in BaseTestingActivity