Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinderTest.java84 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForStandardFlow()
94 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForStandardFlow()
176 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForLateUnbindFlow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinderLogger.kt27 fun entryBoundSuccessfully(entry: NotificationEntry) { in entryBoundSuccessfully() method in com.android.systemui.statusbar.notification.interruption.HeadsUpViewBinderLogger
DHeadsUpViewBinder.java85 mLogger.entryBoundSuccessfully(entry); in bindHeadsUpView()