Searched defs:fromSystem (Results 1 – 9 of 9) 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 | 70 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 | 419 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() 422 shouldBubble, 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 | 181 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated()
|
D | BubbleController.java | 1170 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() 1864 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 1269 String packageName, String tag, boolean fromSystem, String id) { in Setting() 1275 String packageName, String tag, boolean fromSystem, String id, in Setting() 1286 String packageName, boolean fromSystem, String id, in init()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 1042 private void wakeUp(boolean fromSystem) { in wakeUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 1768 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated()
|