Searched refs:entryBoundSuccessfully (Results 1 – 3 of 3) sorted by relevance
84 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForStandardFlow()94 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForStandardFlow()176 verify(mLogger).entryBoundSuccessfully(eq(mEntry)); in testLoggingForLateUnbindFlow()
27 fun entryBoundSuccessfully(entry: NotificationEntry) { in entryBoundSuccessfully() method in com.android.systemui.statusbar.notification.interruption.HeadsUpViewBinderLogger
85 mLogger.entryBoundSuccessfully(entry); in bindHeadsUpView()