Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java94 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()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java91 private SmartActionsHelper mSmartActionsHelper;
121 mSmartActionsHelper = new SmartActionsHelper(getContext(), mSettings); in onCreate()
236 SmartActionsHelper.SmartSuggestions suggestions = mSmartActionsHelper.suggest(entry); in onNotificationEnqueued()
DSmartActionsHelper.java61 public class SmartActionsHelper { class
84 SmartActionsHelper(Context context, AssistantSettings settings) { in SmartActionsHelper() method in SmartActionsHelper