Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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()
H A DNotificationAdjustmentExtractorTest.java75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
H A DNotificationRecordTest.java933 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()
940 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java92 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForRankingLocked()
114 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForLoggingLocked()
H A DNotificationRecord.java725 getSystemGeneratedSmartActions().toString()); in applyAdjustments()
1345 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
H A DNotificationManagerService.java7357 if (r.getSystemGeneratedSmartActions() != null) {
7358 for (Notification.Action action : r.getSystemGeneratedSmartActions()) {
9019 r.getSystemGeneratedSmartActions(),
10287 record.getSystemGeneratedSmartActions(),
/aosp14/frameworks/base/services/
H A Dart-profile5267 HSPLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util…