Searched refs:entryAdded (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 260 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 264 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testNeedsDisclosureAfterRemovingUnrelatedNotification() 268 entryAdded(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 284 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testSimpleAddRemove() 287 entryAdded(makeMockDisclosure(USERID_ONE, null), in testSimpleAddRemove() 331 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); // not fg in testDisclosureBasic() 332 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testDisclosureBasic() 335 entryAdded(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testDisclosureBasic() 365 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testDisclosureBasic() 382 entryAdded(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_MIN); in testDisclosureBasic() [all …]
|