Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java176 ArrayList<Notification.Action> systemGeneratedSmartActions = in testCreateNotificationDataEntry_RankingUpdate() local
185 .setSmartActions(systemGeneratedSmartActions) in testCreateNotificationDataEntry_RankingUpdate()
194 assertEquals(systemGeneratedSmartActions, entry.getSmartActions()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1242 ArrayList<Notification.Action> systemGeneratedSmartActions) { in setSystemGeneratedSmartActions() argument
1243 mSystemGeneratedSmartActions = systemGeneratedSmartActions; in setSystemGeneratedSmartActions()