Home
last modified time | relevance | path

Searched defs:mNotificationLogger (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java84 private final NotificationLogger mNotificationLogger = Dependency.get(NotificationLogger.class); field in NotificationRowBinderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java183 private NotificationLogger mNotificationLogger; field in StatusBarTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java268 @Inject Lazy<NotificationLogger> mNotificationLogger; field in Dependency
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java414 protected NotificationLogger mNotificationLogger; field in StatusBar