Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt31 …r.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl.FSI_USER_SETUP_INCOMPLETE
105 FSI_USER_SETUP_INCOMPLETE(true, "user setup incomplete"),
195 return FSI_USER_SETUP_INCOMPLETE in makeDecisionWithoutDnd()
DNotificationInterruptStateProvider.java111 FSI_USER_SETUP_INCOMPLETE(true); enumConstant
DNotificationInterruptStateProviderImpl.java367 return getDecisionGivenSuppression(FullScreenIntentDecision.FSI_USER_SETUP_INCOMPLETE, in getFullScreenIntentDecision()