Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLogger.java62 protected final OnChildLocationsChangedListener mNotificationLocationsChangedListener = field in NotificationLogger
163 mListContainer.setChildLocationsChangedListener(mNotificationLocationsChangedListener); in startNotificationLogging()
170 mNotificationLocationsChangedListener.onChildLocationsChanged(); in startNotificationLogging()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLoggerTest.java158 return mNotificationLocationsChangedListener; in getChildLocationsChangedListenerForTest()