Searched refs:getSystemGeneratedSmartActions (Results 1 – 7 of 7) sorted by relevance
54 r.getSystemGeneratedSmartActions(), in testHasDiffs_noDiffs()82 r.getSystemGeneratedSmartActions(), in testHasDiffs_proposedImportanceChange()116 r.getSystemGeneratedSmartActions(), in testHasDiffs_autoBundled()151 r.getSystemGeneratedSmartActions(), in testHasDiffs_sensitiveContentChange()
75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
1099 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()1106 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
92 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForRankingLocked()114 || !Objects.equals(mSystemSmartActions, r.getSystemGeneratedSmartActions()) in hasDiffForLoggingLocked()
742 getSystemGeneratedSmartActions().toString()); in applyAdjustments()1400 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
8057 if (r.getSystemGeneratedSmartActions() != null) {8058 for (Notification.Action action : r.getSystemGeneratedSmartActions()) {9413 r.getSystemGeneratedSmartActions(),10622 ArrayList<Notification.Action> smartActions = record.getSystemGeneratedSmartActions();
16275 PLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util/A…