Searched refs:entryAdded (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ForegroundServiceControllerTest.java | 174 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testNeedsDisclosureAfterRemovingUnrelatedNotification() 178 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testNeedsDisclosureAfterRemovingUnrelatedNotification() 198 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testSimpleAddRemove() 201 entryAdded(makeMockDisclosure(USERID_ONE, null), in testSimpleAddRemove() 246 entryAdded(makeMockDisclosure(USERID_ONE, new String[]{PKG1}), in testDisclosureBasic() 279 entryAdded(sbn_user1_app1, NotificationManager.IMPORTANCE_DEFAULT); in testDisclosureBasic() 296 entryAdded(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_MIN); in testDisclosureBasic() 304 entryAdded(makeMockDisclosure(USERID_ONE, null), in testDisclosureBasic() 326 entryAdded(customLayoutNotif, NotificationManager.IMPORTANCE_MIN); in testCustomLayouts_systemAlertWarningRequired() 342 entryAdded(customLayoutNotif, NotificationManager.IMPORTANCE_MIN); in testStandardLayoutExists_noSystemAlertWarningRequired() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceTracing.cpp | 214 bool entryAdded = traceWhenNotified(&entry); in loop() local 215 if (entryAdded) { in loop()
|