Searched defs:fromSystem (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()
|
D | NotifEvent.kt | 72 val fromSystem: Boolean constant in com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 484 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() 485 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 748 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/ |
D | Bubbles.java | 210 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated()
|
D | BubbleController.java | 1710 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() 2692 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 1296 private void wakeUp(boolean fromSystem) { in wakeUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()
|