Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuNotificationFactoryTest.java44 Notification notification = mMenuNotificationFactory.createHiddenNotification(); in createHiddenNotification_hasUndoAndDeleteAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuNotificationFactory.java40 public Notification createHiddenNotification() { in createHiddenNotification() method in MenuNotificationFactory
DMenuViewLayer.java606 mNotificationFactory.createHiddenNotification()); in showNotification()