Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinderTest.java79 verify(mLogger).startBindingHun(eq(mEntry)); in testLoggingForStandardFlow()
89 verify(mLogger).startBindingHun(eq(mEntry)); in testLoggingForStandardFlow()
120 verify(mLogger).startBindingHun(eq(mEntry)); in testLoggingForAbortFlow()
144 verify(mLogger).startBindingHun(eq(mEntry)); in testLoggingForEarlyUnbindFlow()
171 verify(mLogger).startBindingHun(eq(mEntry)); in testLoggingForLateUnbindFlow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinderLogger.kt11 fun startBindingHun(entry: NotificationEntry) { in startBindingHun() method
DHeadsUpViewBinder.java96 mLogger.startBindingHun(entry); in bindHeadsUpView()