Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAdjustmentExtractorTest.java75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
H A DNotificationRecordTest.java876 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()
883 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java690 getSystemGeneratedSmartActions().toString()); in applyAdjustments()
1275 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
H A DNotificationManagerService.java6522 if (r.getSystemGeneratedSmartActions() != null) {
6523 for (Notification.Action action : r.getSystemGeneratedSmartActions()) {
8035 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions())
8055 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions())
8084 r.getSystemGeneratedSmartActions(),
9337 record.getSystemGeneratedSmartActions(),
/aosp12/frameworks/base/services/
H A Dart-profile27198 HPLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util/…