Searched refs:entryUnbound (Results 1 – 3 of 3) sorted by relevance
35 fun entryUnbound(entry: NotificationEntry) { in entryUnbound() method in com.android.systemui.statusbar.notification.interruption.HeadsUpViewBinderLogger
130 mStage.requestRebind(entry, e -> mLogger.entryUnbound(e)); in unbindHeadsUpView()
106 verify(mLogger).entryUnbound(eq(mEntry)); in testLoggingForStandardFlow()157 verify(mLogger).entryUnbound(eq(mEntry)); in testLoggingForEarlyUnbindFlow()