Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java969 performRemoveNotification(n, false /* removeView */); in bindVetoButtonClickListener()
976 protected void performRemoveNotification(StatusBarNotification n, boolean removeView) { in performRemoveNotification() method in BaseStatusBar
1979 performRemoveNotification(parentToCancelFinal,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1594 protected void performRemoveNotification(StatusBarNotification n, boolean removeView) { in performRemoveNotification() method in PhoneStatusBar
1599 super.performRemoveNotification(n, removeView); in performRemoveNotification()