Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt81 left.hasPhishingAction != right.hasPhishingAction -> false in areSuggestionsSimilar()
238 val hasPhishingAction = smartActions?.actions?.any { in inflateSmartReplyState() constant
243 if (hasPhishingAction) { in inflateSmartReplyState()
252 hasPhishingAction) in inflateSmartReplyState()
DInflatedSmartReplyState.kt29 val hasPhishingAction: Boolean constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState