Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManager.kt46 fun addSwipedOutNotification(key: String) in addHeadsUpPhoneListener() method
272 override fun addSwipedOutNotification(key: String) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.notification.headsup.HeadsUpManagerEmptyImpl
DHeadsUpManagerImpl.java811 public void addSwipedOutNotification(@NonNull String key) { in addSwipedOutNotification() method in HeadsUpManagerImpl