Searched refs:entryUpdated (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 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() 349 entryUpdated(sbn_user1_app1_fg_sneaky, in testDisclosureBasic() 356 entryUpdated(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT); in testDisclosureBasic() 369 entryUpdated(sbn_user1_app1, in testDisclosureBasic() 386 entryUpdated(sbn_user1_app1_fg, in testDisclosureBasic() 474 entryUpdated(updatedToCustomLayoutNotif, NotificationManager.IMPORTANCE_MIN); in testStandardLayoutUpdatedToCustomLayout_systemAlertWarningRequired() 578 private void entryUpdated(StatusBarNotification notification, int importance) { in entryUpdated() method in ForegroundServiceControllerTest
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 424 boolean entryUpdated = true; in getEntryForPackageLocked() 459 entryUpdated = false; in getEntryForPackageLocked() 464 if (entryUpdated) { in getEntryForPackageLocked()
|