Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java228 ArrayList<Notification.Action> systemGeneratedSmartActions = in testCreateNotificationDataEntry_RankingUpdate() local
237 .setSmartActions(systemGeneratedSmartActions) in testCreateNotificationDataEntry_RankingUpdate()
246 assertEquals(systemGeneratedSmartActions, entry.getSmartActions()); in testCreateNotificationDataEntry_RankingUpdate()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1341 ArrayList<Notification.Action> systemGeneratedSmartActions) { in setSystemGeneratedSmartActions() argument
1342 mSystemGeneratedSmartActions = systemGeneratedSmartActions; in setSystemGeneratedSmartActions()