Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java59 private boolean mIsNonBlockable; field in PartialConversationInfo
101 mIsNonBlockable = isNonBlockable; in bindNotification()
110 turnOffButton.setVisibility(turnOffButton.hasOnClickListeners() && !mIsNonBlockable in bindNotification()