Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordExtractorDataTest.java54 r.getSystemGeneratedSmartActions(), in testHasDiffs_noDiffs()
82 r.getSystemGeneratedSmartActions(), in testHasDiffs_proposedImportanceChange()
116 r.getSystemGeneratedSmartActions(), in testHasDiffs_autoBundled()
151 r.getSystemGeneratedSmartActions(), in testHasDiffs_sensitiveContentChange()
DNotificationAdjustmentExtractorTest.java75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
DNotificationRecordTest.java1099 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()
1106 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java92 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForRankingLocked()
114 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForLoggingLocked()
DNotificationRecord.java742 getSystemGeneratedSmartActions().toString()); in applyAdjustments()
1400 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
DNotificationManagerService.java8057 if (r.getSystemGeneratedSmartActions() != null) {
8058 for (Notification.Action action : r.getSystemGeneratedSmartActions()) {
9413 r.getSystemGeneratedSmartActions(),
10622 ArrayList<Notification.Action> smartActions = record.getSystemGeneratedSmartActions();
/frameworks/base/services/
Dart-wear-profile16275 PLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util/A…