Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java89 private NotificationRowBinder mNotificationRowBinder; field in NotificationEntryManager
150 mNotificationRowBinder = notificationRowBinder; in setRowBinder()
546 if (mNotificationRowBinder == null) { in requireBinder()
550 return mNotificationRowBinder; in requireBinder()