Searched refs:mSmartSuggestionsHelper (Results 1 – 2 of 2) sorted by relevance
83 protected SmartSuggestionsHelper mSmartSuggestionsHelper; field in Assistant100 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()
96 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>()