Searched refs:SmartActionsHelper (Results 1 – 3 of 3) sorted by relevance
96 private SmartActionsHelper mSmartActionsHelper;116 mSmartActionsHelper = new SmartActionsHelper(mContext, mSettings); in setup()431 entitiesExtras.putString(SmartActionsHelper.KEY_TEXT, "12345"); in testCopyAction()432 extras.putParcelable(SmartActionsHelper.ENTITIES_EXTRAS, entitiesExtras); in testCopyAction()444 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