Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java387 mSmartActionsHelper.onNotificationExpansionChanged(createNotificationEntry(), true); in testOnNotificationExpansionChanged()
403 mSmartActionsHelper.onNotificationExpansionChanged(createNotificationEntry(), false); in testOnNotificationsSeen_notExpanded()
415 mSmartActionsHelper.onNotificationExpansionChanged(createNotificationEntry(), true); in testOnNotifications_expanded()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java369 public void onNotificationExpansionChanged(@NonNull String key, boolean isUserAction, in onNotificationExpansionChanged() method in Assistant
380 () -> mSmartActionsHelper.onNotificationExpansionChanged(entry, isExpanded)); in onNotificationExpansionChanged()
DSmartActionsHelper.java293 void onNotificationExpansionChanged(NotificationEntry entry, boolean isExpanded) { in onNotificationExpansionChanged() method in SmartActionsHelper