Home
last modified time | relevance | path

Searched defs:logFullScreenIntentDecision (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionLogger.kt66 fun logFullScreenIntentDecision( in logFullScreenIntentDecision() method
DVisualInterruptionDecisionProvider.kt173 fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) method
DNotificationInterruptStateProvider.java181 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision() method
DNotificationInterruptStateProviderWrapper.kt104 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper
DNotificationInterruptStateProviderImpl.java378 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() method in NotificationInterruptStateProviderImpl
DVisualInterruptionDecisionProviderImpl.kt294 override fun logFullScreenIntentDecision(decision: FullScreenIntentDecision) = in logFullScreenIntentDecision() method