Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java174 new Notification.Action[]{createContextualAction("appGeneratedAction")}; in testCreateNotificationDataEntry_RankingUpdate()
232 private Notification.Action createContextualAction(String title) { in createContextualAction() method in NotificationEntryTest