- Feb 27, 2024
-
-
Harshit Mahajan authored
Need to use the BackgroundThread from modules-utils-backgroundthread only after we move to the CrashRecovery module. But till the time we ramp up the flag, we cannot use it directly. Copying BackgroundThread to local utils for now. Added a TODO to move it later. Bug: b/289203818 Test: atest PackageWatchdogTest:com.android.server.PackageWatchdogTest (cherry picked from https://android-review.googlesource.com/q/commit:160cb21a429400a0a3d3dff8f879e2fa8a608763) Merged-In: I40b919bbe7a410eab48d099e30e5c54095731cac Change-Id: I40b919bbe7a410eab48d099e30e5c54095731cac
-
Carmen Jackson authored
-
Sherry Zhou authored
-
Reema Bajwa authored
-
Simon Wingrove authored
-
Sergei Makarov authored
-
Rambo Wang authored
-
Ted Bauer authored
-
Paul Duffin authored
[automerger skipped] Suppress HiddenAbstractMethod on Notification.Style.areNotificationsVisiblyDifferent am: 52878196 -s ours am skip reason: Merged-In I3b72ef4f0afff35771ee6f37130d1084071e2de1 with SHA-1 7db8b595 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26382897 Change-Id: Ia9a09ef6912cd07761332ef977372c223b86acb6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Makoto Onuki authored
-
Prabir Pradhan authored
-
Prabir Pradhan authored
-
Sorin Basca authored
-
Paul Duffin authored
[automerger skipped] Suppress HiddenAbstractMethod on Notification.Style.areNotificationsVisiblyDifferent am: 7db8b595 -s ours am skip reason: Merged-In I3b72ef4f0afff35771ee6f37130d1084071e2de1 with SHA-1 57f1c4e1 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/26379910 Change-Id: I7da18d61495df2e90a17777bea669d0b5ccd6f2b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Paul Duffin authored
The `Notification.Style` class is an abstract class with a publicly visible constructor and so the assumption is it is expected to be extended by Apps. As such it cannot have any hidden abstract methods as that would prevent an App from extending the class. Unfortunately, `areNotificationsVisiblyDifferent(Style)` is both hidden and abstract. The issue was not previously detected due to a bug in Metalava but that has been fixed and so now this is an issue. This change is temporarily suppressing the error in the code to unblock Metalava changes being merged into AOSP but it should be fixed properly ASAP. A proper fix would either require marking the public constructor as `@removed` or unhiding the method or giving it a concrete implementation. Bug: 324468829 Test: m checkapi android-non-updatable-doc-stubs (cherry picked from https://android-review.googlesource.com/q/commit:ddc69d098f03fce1bed20144f92b8743eddb1767) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:57f1c4e1e85a4593ec596af264cd644e2130a6cb) Merged-In: I3b72ef4f0afff35771ee6f37130d1084071e2de1 Change-Id: I3b72ef4f0afff35771ee6f37130d1084071e2de1
-
Paul Duffin authored
Merge "Suppress HiddenAbstractMethod on Notification.Style.areNotificationsVisiblyDifferent" into main
-
Siarhei Vishniakou authored
-
Paul Duffin authored
The `Notification.Style` class is an abstract class with a publicly visible constructor and so the assumption is it is expected to be extended by Apps. As such it cannot have any hidden abstract methods as that would prevent an App from extending the class. Unfortunately, `areNotificationsVisiblyDifferent(Style)` is both hidden and abstract. The issue was not previously detected due to a bug in Metalava but that has been fixed and so now this is an issue. This change is temporarily suppressing the error in the code to unblock Metalava changes being merged into AOSP but it should be fixed properly ASAP. A proper fix would either require marking the public constructor as `@removed` or unhiding the method or giving it a concrete implementation. Bug: 324468829 Test: m checkapi android-non-updatable-doc-stubs (cherry picked from https://android-review.googlesource.com/q/commit:ddc69d098f03fce1bed20144f92b8743eddb1767) Merged-In: I3b72ef4f0afff35771ee6f37130d1084071e2de1 Change-Id: I3b72ef4f0afff35771ee6f37130d1084071e2de1
-
Paul Duffin authored
The `Notification.Style` class is an abstract class with a publicly visible constructor and so the assumption is it is expected to be extended by Apps. As such it cannot have any hidden abstract methods as that would prevent an App from extending the class. Unfortunately, `areNotificationsVisiblyDifferent(Style)` is both hidden and abstract. The issue was not previously detected due to a bug in Metalava but that has been fixed and so now this is an issue. This change is temporarily suppressing the error in the code to unblock Metalava changes being merged into AOSP but it should be fixed properly ASAP. A proper fix would either require marking the public constructor as `@removed` or unhiding the method or giving it a concrete implementation. Bug: 324468829 Test: m checkapi android-non-updatable-doc-stubs (cherry picked from https://android-review.googlesource.com/q/commit:ddc69d098f03fce1bed20144f92b8743eddb1767) Merged-In: I3b72ef4f0afff35771ee6f37130d1084071e2de1 Change-Id: I3b72ef4f0afff35771ee6f37130d1084071e2de1
-
Ted Bauer authored
Change-Id: Ic68cac8c9ad98af62e11472a79d0306e59b432a1 Test: m Bug: 326337585
-
Vinit Nayak authored
-
Anton Potapov authored
-
Jorge Betancourt authored
-
Simon Wingrove authored
The package verifier should be able to getAppMetadata to be able to verify the full package, including metadata. Test: Builds Bug: 325892296 Change-Id: Id24a46f23b7f8f070bdceb9a0ba03395b67d5218
-
Aurélien Pomini authored
-
Pablo Gamito authored
-
Omar Miatello authored
* changes: OverscrollSpec could be used from TransitionState.Idle state DSL to define the overscroll behavior of a scene (1/2)
-
Luca Zuccarini authored
-
Beverly Tai authored
-
Eghosa Ewansiha-Vlachavas authored
-
Anton Potapov authored
-
Chaohui Wang authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Matías Hernández authored
Merge "Tweak updateAZR so that supplying null ZenDeviceEffects behaves the same as null ZenPolicy" into main
-
Harry Cutts authored
Merge "Merge "INPUT_OWNERS: update, give "self-ownership"" into main am: 9ce68660 am: 4cac4b20" into main
-
Chris Göllner authored
-
Olivier Nshimiye authored
-
Jordan Demeulenaere authored
-
Pajace Chen authored
-