Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java187 private int mNumberOfSmartActionsAdded; field in NotificationRecord
1219 mNumberOfSmartActionsAdded = noActions; in setNumSmartActionsAdded()
1223 return mNumberOfSmartActionsAdded; in getNumSmartActionsAdded()