Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinderLogger.kt27 fun entryBoundSuccessfully(entry: NotificationEntry) { regex
H A DHeadsUpViewBinder.java85 mLogger.entryBoundSuccessfully(entry); in bindHeadsUpView()