Home
last modified time | relevance | path

Searched refs:mSmartActionsHelper (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java96 private SmartActionsHelper mSmartActionsHelper; field in SmartActionsHelperTest
116 mSmartActionsHelper = new SmartActionsHelper(mContext, mSettings); in setup()
129 mSmartActionsHelper.suggest(createNotificationEntry()); in testSuggest_notMessageNotification()
161 mSmartActionsHelper.suggest(createNotificationEntry()); in testSuggest_settingsOff()
295 mSmartActionsHelper.suggest(createNotificationEntry()); in testSuggest_lastMessageLocalUser()
314 mSmartActionsHelper.suggest(createNotificationEntry()); in testSuggest_messageStyle_noPerson()
325 mSmartActionsHelper.suggest(createNotificationEntry()); in testOnSuggestedReplySent()
326 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent()
345 mSmartActionsHelper.suggest(createNotificationEntry()); in testOnSuggestedReplySent_anotherNotification()
346 mSmartActionsHelper.onSuggestedReplySent( in testOnSuggestedReplySent_anotherNotification()
[all …]
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java91 private SmartActionsHelper mSmartActionsHelper; field in Assistant
121 mSmartActionsHelper = new SmartActionsHelper(getContext(), mSettings); in onCreate()
236 SmartActionsHelper.SmartSuggestions suggestions = mSmartActionsHelper.suggest(entry); in onNotificationEnqueued()
380 () -> mSmartActionsHelper.onNotificationExpansionChanged(entry, isExpanded)); in onNotificationExpansionChanged()
387 mSingleThreadExecutor.submit(() -> mSmartActionsHelper.onNotificationDirectReplied(key)); in onNotificationDirectReplied()
398 () -> mSmartActionsHelper.onSuggestedReplySent(key, reply, source)); in onSuggestedReplySent()
410 () -> mSmartActionsHelper.onActionClicked(key, action, source)); in onActionInvoked()