Searched refs:SmartActionsHelper (Results 1 – 3 of 3) sorted by relevance
94 private SmartActionsHelper mSmartActionsHelper;114 mSmartActionsHelper = new SmartActionsHelper(mContext, mSettings); in setup()429 entitiesExtras.putString(SmartActionsHelper.KEY_TEXT, "12345"); in testCopyAction()430 extras.putParcelable(SmartActionsHelper.ENTITIES_EXTRAS, entitiesExtras); in testCopyAction()442 SmartActionsHelper.SmartSuggestions suggestions = in testCopyAction()
91 private SmartActionsHelper mSmartActionsHelper;121 mSmartActionsHelper = new SmartActionsHelper(getContext(), mSettings); in onCreate()236 SmartActionsHelper.SmartSuggestions suggestions = mSmartActionsHelper.suggest(entry); in onNotificationEnqueued()
61 public class SmartActionsHelper { class84 SmartActionsHelper(Context context, AssistantSettings settings) { in SmartActionsHelper() method in SmartActionsHelper