Searched refs:PKG1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 253 final String PKG1 = "com.example.app100"; in testNeedsDisclosureAfterRemovingUnrelatedNotification() local 255 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, PKG1, in testNeedsDisclosureAfterRemovingUnrelatedNotification() 257 StatusBarNotification sbn_user1_app1_fg = makeMockFgSBN(USERID_ONE, PKG1); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 264 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testNeedsDisclosureAfterRemovingUnrelatedNotification() 279 final String PKG1 = "com.example.app1"; in testSimpleAddRemove() local 282 StatusBarNotification sbn_user1_app1 = makeMockSBN(USERID_ONE, PKG1, in testSimpleAddRemove() 293 entryUpdated(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testSimpleAddRemove() 304 entryUpdated(makeMockDisclosure(USERID_TWO, new String[]{PKG1}), in testSimpleAddRemove() 309 entryUpdated(makeMockDisclosure(USERID_ONE, new String[]{PKG2, PKG1}), in testSimpleAddRemove() 325 final String PKG1 = "com.example.app0"; in testDisclosureBasic() local [all …]
|