Searched refs:makeMockDisclosure (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 264 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testNeedsDisclosureAfterRemovingUnrelatedNotification() 287 entryAdded(makeMockDisclosure(USERID_ONE, null), in testSimpleAddRemove() 293 entryUpdated(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testSimpleAddRemove() 299 entryUpdated(makeMockDisclosure(USERID_ONE, new String[]{PKG2}), in testSimpleAddRemove() 304 entryUpdated(makeMockDisclosure(USERID_TWO, new String[]{PKG1}), in testSimpleAddRemove() 309 entryUpdated(makeMockDisclosure(USERID_ONE, new String[]{PKG2, PKG1}), in testSimpleAddRemove() 314 entryRemoved(makeMockDisclosure(USERID_ONE, null /*unused*/)); in testSimpleAddRemove() 318 entryRemoved(makeMockDisclosure(USERID_TWO, null /*unused*/)); in testSimpleAddRemove() 332 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testDisclosureBasic() 390 entryAdded(makeMockDisclosure(USERID_ONE, null), in testDisclosureBasic() [all …]
|