Searched refs:onNotificationDirectReplied (Results 1 – 3 of 3) sorted by relevance
385 public void onNotificationDirectReplied(@NonNull String key) { in onNotificationDirectReplied() method in Assistant387 mSingleThreadExecutor.submit(() -> mSmartActionsHelper.onNotificationDirectReplied(key)); in onNotificationDirectReplied()
314 void onNotificationDirectReplied(String key) { in onNotificationDirectReplied() method in SmartActionsHelper
371 mSmartActionsHelper.onNotificationDirectReplied(mStatusBarNotification.getKey()); in testOnNotificationDirectReply()