Home
last modified time | relevance | path

Searched refs:getSystemGeneratedSmartActions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
DNotificationRecordTest.java816 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()
823 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1158 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
DNotificationManagerService.java6439 systemSmartActionsBefore.add(r.getSystemGeneratedSmartActions());
6459 r.getSystemGeneratedSmartActions())
7517 record.getSystemGeneratedSmartActions(),