Home
last modified time | relevance | path

Searched refs:fromSystem (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt72 val fromSystem: Boolean
73 ) : NotifEvent(if (fromSystem) "onEntryUpdated" else "onEntryUpdated fromSystem=true") {
75 listener.onEntryUpdated(entry, fromSystem)
H A DNotifCollectionListener.java65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt97 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) {
100 " fromSystem=$fromSystem)")
102 if (fromSystem) {
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java748 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()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java1219 boolean fromSystem = false; in parseSettingsLocked()
1221 fromSystem = parser.getAttributeBoolean(null, ATTR_DEFAULT_SYS_SET, false); in parseSettingsLocked()
1225 fromSystem, id, isPreservedInRestore)); in parseSettingsLocked()
1337 String packageName, String tag, boolean fromSystem, String id) { in Setting() argument
1338 this(name, value, defaultValue, packageName, tag, fromSystem, id, in Setting()
1343 String packageName, String tag, boolean fromSystem, String id, in Setting() argument
1349 init(name, value, tag, defaultValue, packageName, fromSystem, id, in Setting()
1354 String packageName, boolean fromSystem, String id, in init() argument
1362 this.defaultFromSystem = fromSystem; in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java386 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in setupNotifPipeline()
387 BubblesManager.this.onEntryUpdated(entry, fromSystem); in setupNotifPipeline()
424 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument
425 mBubbles.onEntryUpdated(notifToBubbleEntry(entry), shouldBubbleUp(entry), fromSystem); in onEntryUpdated() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java209 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() argument
H A DBubbleController.java1472 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() argument
1473 if (!fromSystem) { in onEntryUpdated()
2367 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() argument
2369 BubbleController.this.onEntryUpdated(entry, shouldBubbleUp, fromSystem); in onEntryUpdated()
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java1038 private void wakeUp(boolean fromSystem) { in wakeUp() argument
1040 Slog.v(mTag, "wakeUp(): fromSystem=" + fromSystem + ", mWaking=" + mWaking in wakeUp()
1065 if (!fromSystem && !mFinished) { in wakeUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java227 public void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in registerNewPipelineListener()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument