Home
last modified time | relevance | path

Searched defs:fromSystem (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()
DNotifEvent.kt72 val fromSystem: Boolean constant in com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java424 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()
425 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated() local
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java748 private void updateVisibility(boolean fromSystem) { in updateVisibility()
766 public void doShow(boolean fromSystem) { in doShow()
826 public void doHide(boolean fromSystem) { in doHide()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java209 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated()
DBubbleController.java1472 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated()
2367 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java1337 String packageName, String tag, boolean fromSystem, String id) { in Setting()
1343 String packageName, String tag, boolean fromSystem, String id, in Setting()
1354 String packageName, boolean fromSystem, String id, in init()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java1038 private void wakeUp(boolean fromSystem) { in wakeUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()