Searched refs:getSystemGeneratedSmartActions (Results 1 – 5 of 5) sorted by relevance
75 assertEquals(smartActions, r.getSystemGeneratedSmartActions()); in testExtractsAdjustment()
876 assertNull(record.getSystemGeneratedSmartActions()); in testSmartActions()883 assertEquals(smartActions, record.getSystemGeneratedSmartActions()); in testSmartActions()
690 getSystemGeneratedSmartActions().toString()); in applyAdjustments()1275 public ArrayList<Notification.Action> getSystemGeneratedSmartActions() { in getSystemGeneratedSmartActions() method in NotificationRecord
6522 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(),
27198 HPLcom/android/server/notification/NotificationRecord;->getSystemGeneratedSmartActions()Ljava/util/…