Searched refs:getSystemGeneratedSmartActions (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordExtractorDataTest.java | 54 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 D | NotificationAdjustmentExtractorTest.java | 75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
|
H A D | NotificationRecordTest.java | 933 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions() 940 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordExtractorData.java | 92 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForRankingLocked() 114 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForLoggingLocked()
|
H A D | NotificationRecord.java | 725 getSystemGeneratedSmartActions().toString()); in applyAdjustments() 1345 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
|
H A D | NotificationManagerService.java | 7357 if (r.getSystemGeneratedSmartActions() != null) { 7358 for (Notification.Action action : r.getSystemGeneratedSmartActions()) { 9019 r.getSystemGeneratedSmartActions(), 10287 record.getSystemGeneratedSmartActions(),
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5267 HSPLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util…
|