Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java241 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, "com.example.app1", in testDisclosurePredicate() local
248 assertFalse(mFsc.isDisclosureNotification(sbn_user1_app1)); in testDisclosurePredicate()
255 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, PKG1, in testNeedsDisclosureAfterRemovingUnrelatedNotification() local
260 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNeedsDisclosureAfterRemovingUnrelatedNotification()
271 entryRemoved(sbn_user1_app1); in testNeedsDisclosureAfterRemovingUnrelatedNotification()
282 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, PKG1, in testSimpleAddRemove() local
284 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testSimpleAddRemove()
327 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, PKG1, in testDisclosureBasic() local
331 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); // not fg in testDisclosureBasic()
341 entryRemoved(sbn_user1_app1); in testDisclosureBasic()
[all …]