Home
last modified time | relevance | path

Searched defs:setUserActionMayIndirectlyRemove (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.kt158 fun setUserActionMayIndirectlyRemove(entry: NotificationEntry) in addHeadsUpPhoneListener() method
236 override fun setUserActionMayIndirectlyRemove(entry: NotificationEntry) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.policy.HeadsUpManagerEmptyImpl
DBaseHeadsUpManager.java669 public void setUserActionMayIndirectlyRemove(@NonNull NotificationEntry entry) { in setUserActionMayIndirectlyRemove() method in BaseHeadsUpManager