/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifEvent.kt | 72 val fromSystem: Boolean constant in com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent 73 ) : NotifEvent(if (fromSystem) "onEntryUpdated" else "onEntryUpdated fromSystem=true") { 75 listener.onEntryUpdated(entry, fromSystem) in dispatchToListener()
|
D | NotifCollectionListener.java | 65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinator.kt | 109 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) { in onEntryUpdated() 112 " fromSystem=$fromSystem)") in onEntryUpdated() 114 if (fromSystem) { in onEntryUpdated()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 748 private void updateVisibility(boolean fromSystem) { in updateVisibility() argument 756 doShow(fromSystem); in updateVisibility() 761 doHide(fromSystem); in updateVisibility() 766 public void doShow(boolean fromSystem) { in doShow() argument 773 || fromSystem)) { in doShow() 776 if (fromSystem) { in doShow() 826 public void doHide(boolean fromSystem) { in doHide() argument 832 || fromSystem)) { in doHide() 837 if (fromSystem) { in doHide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 446 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in setupNotifPipeline() 447 BubblesManager.this.onEntryUpdated(entry, fromSystem); in setupNotifPipeline() 484 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument 485 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 1726 boolean fromSystem = false; 1728 fromSystem = parser.getAttributeBoolean(null, ATTR_DEFAULT_SYS_SET, false); 1770 fromSystem, id, isPreservedInRestore)); 1892 String packageName, String tag, boolean fromSystem, String id) { 1893 this(name, value, defaultValue, packageName, tag, fromSystem, id, 1898 String packageName, String tag, boolean fromSystem, String id, 1904 init(name, value, tag, defaultValue, packageName, fromSystem, id, 1909 String packageName, boolean fromSystem, String id, 1917 this.defaultFromSystem = fromSystem;
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 1296 private void wakeUp(boolean fromSystem) { in wakeUp() argument 1298 Slog.v(mTag, "wakeUp(): fromSystem=" + fromSystem + ", mWaking=" + mWaking in wakeUp() 1302 if (!fromSystem && getRedirectWake()) { in wakeUp() 1335 if (!fromSystem && !mFinished) { in wakeUp()
|
/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() argument
|
D | BubbleController.java | 1710 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() argument 1711 if (!fromSystem) { in onEntryUpdated() 2692 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() argument 2694 BubbleController.this.onEntryUpdated(entry, shouldBubbleUp, fromSystem); in onEntryUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 237 public void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in registerNewPipelineListener()
|
/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() argument
|