Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java257 StatusBarNotification sbn_user1_app1_fg = makeMockFgSBN(USERID_ONE, PKG1); in testNeedsDisclosureAfterRemovingUnrelatedNotification()
329 StatusBarNotification sbn_user1_app1_fg = makeMockFgSBN(USERID_ONE, PKG1); in testDisclosureBasic()
347 StatusBarNotification sbn_user1_app1_fg_sneaky = makeMockFgSBN(USERID_ONE, PKG1); in testDisclosureBasic()
515 private StatusBarNotification makeMockFgSBN(int uid, String pkg, int id, in makeMockFgSBN() method in ForegroundServiceControllerTest
529 private StatusBarNotification makeMockFgSBN(int uid, String pkg) { in makeMockFgSBN() method in ForegroundServiceControllerTest
555 .setSbn(makeMockFgSBN(0, TEST_PACKAGE_NAME, 1000, true)) in createFgEntry()