Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAlertTimeCoordinatorTest.kt82 val rowController = mock<NotifRowController>() in testSetLastAudiblyAlerted() constant
83 afterRenderEntryListener.onAfterRenderEntry(it, rowController) in testSetLastAudiblyAlerted()
85 verify(rowController).setLastAudibleMs(capture()) in testSetLastAudiblyAlerted()
86 verifyNoMoreInteractions(rowController) in testSetLastAudiblyAlerted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java160 ExpandableNotificationRowController rowController = in inflateViews()
162 rowController.init(entry); in inflateViews()
163 entry.setRowController(rowController); in inflateViews()