Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java83 protected SmartSuggestionsHelper mSmartSuggestionsHelper; field in Assistant
100 mSmartSuggestionsHelper = new SmartSuggestionsHelper(this, mSettings); in onCreate()
174 suggestions = mSmartSuggestionsHelper.onNotificationEnqueued(sbn); in onNotificationEnqueued()
289 () -> mSmartSuggestionsHelper.onNotificationExpansionChanged( in onNotificationExpansionChanged()
298 () -> mSmartSuggestionsHelper.onNotificationDirectReplied(key)); in onNotificationDirectReplied()
309 () -> mSmartSuggestionsHelper.onSuggestedReplySent(key, reply, source)); in onSuggestedReplySent()
321 () -> mSmartSuggestionsHelper.onActionClicked(key, action, source)); in onActionInvoked()
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DAssistantTest.kt96 assistant.mSmartSuggestionsHelper = mockSuggestions in <lambda>()
117 verify(assistant.mSmartSuggestionsHelper, times(1)).onNotificationEnqueued(eq(sbn)) in <lambda>()
168 verify(assistant.mSmartSuggestionsHelper, times(1)).onNotificationEnqueued(eq(sbn)) in <lambda>()
184 verify(assistant.mSmartSuggestionsHelper, times(1)).onNotificationEnqueued(eq(sbn)) in <lambda>()