- Nov 13, 2023
-
-
Vladimir Komsiyski authored
-
Xin Guan authored
-
Jeff Sharkey authored
* changes: Initial Process and Binder support, with CTS. Start using Ravenwood annotations in source tree.
-
Anton Potapov authored
-
Ben Murdoch authored
-
Ajay Gopi authored
-
Lee Shombert authored
-
Dmitri Plotnikov authored
-
Roshan Pius authored
[automerger skipped] Merge "core: Move FastXmlSerializer to module utils" into udc-dev-plus-aosp am: 525720bf am: 33dfca57 -s ours am skip reason: Merged-In Ifabc201418c54c2f910ff4b95b5240a58a683001 with SHA-1 7c67bf85 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/25315861 Change-Id: I6c1a4587a8bf20a16c7bf8095131f49147de00e8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Lee Shombert authored
Android API rules state that APIs should not include a 'throws X' clause if X is a RuntimeException. SQLiteException is a RuntimeException, so it not be part of the API signature. This removes the 'throws' clauses, updates the API tables, and removes the corresponding lint exceptions. Test: atest * FrameworksCoreTests:android.database.sqlite * CtsDatabaseTestCases Bug: 310004191 Change-Id: I6a725609f3cb05eb88a0cb66281001e289929b38
-
Makoto Onuki authored
-
Roshan Pius authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/25315861 Change-Id: I862ed2fea93f7f2dce97da19f5e4e55703fc1fab Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jeff Sharkey authored
The Ravenwood environment doesn't support IPC, but much of the code that developers intend to test (such as AIDL stubs) still relies on baseline same-process behavior to be intact. This change adds UID and PID support to Process and Binder, but we carefully communicate that it's only available when the test author has configured it via a RavenwoodRule. This ensures that tests don't accidentally rely on unexpected defaults, as some tests will want AID_SYSTEM, and others want a normal app UID. Also bring along SystemClock, PatternMatcher, and ParcelUuid along with relevant tests. Finally, now that we have an IgnoreUnderRavenwood annotation, we can pivot back our default failure to be a RuntimeException instead of an AssumptionViolatedException. Bug: 292141694 Test: atest-dev CtsOsTestCasesRavenwood CtsOsTestCases Change-Id: I5f54c3179b2d305b9ab9144c43fd063c6b756e44
-
Iavor-Valentin Iftime authored
-
Roshan Pius authored
-
Mike Schneider authored
-
John Reck authored
-
Beth Thibodeau authored
-
Ben Murdoch authored
Bug: 286538767 Bug: 306511238 Test: Manual inspection of shortcut helper. Flag: NA Change-Id: I71355ab930298fdcbd28421add1f460e0c02ba30
-
Anton Potapov authored
ViewModel Test: atest QSTileConfigProviderTest Flag: LEGACY QS_PIPELINE_NEW_TILES DISABLED Fixes: 301055700 Change-Id: I32060e12eaadb673b5491538d118b48b2bb799f4
-
Matt Pietal authored
-
Iavor-Valentin Iftime authored
-
Matt Pietal authored
NSSL has a listener that will be invoked when a notification changes, and can be used to recalculate the number of notifications to show on lockscreen. Use this signal to emit an event for the view model to use. Fixes: 296606746 Test: atest SharedNotificationContainerViewModelTest Test: use Notify apk to add delayed notifications, ensure it stays to the bounds Flag: LEGACY MIGRATE_NSSL DISABLED Change-Id: I7b59b56d167d2dec12761bda80fbea27f74bf239
-
Mike Schneider authored
Revert submission 25338737-settingslib_main_switch Reason for revert: breaks packages/modules/AdServices/adservices/apk/tests/settingsgaota/src/com/android/adservices/ui/settingsga/SettingsGaUiAutomatorTest.java (https://android-build.corp.google.com/test_investigate/?invocationId=I66100010216561043&testResultId=TR33729044105357424) Reverted changes: /q/submissionid:25338737-settingslib_main_switch Change-Id: Ie01aa481d545eced5dc08ae90f6723adb471f339
-
Michael Mikhail authored
-
Valentin Iftime authored
Prevent DoS attack that causes boot-looping by serializing a huge amount of snoozed notifications: - Check snooze limits for persisted notifications - Remove persisted group summary notification when in-memory counterpart is removed - Prevent unpriviledged API calls that allow 3P apps to snooze notifications with context/criterion Test: atest SnoozeHelperTest Test: atest NotificationManagerServiceTest Bug: 307948424 Change-Id: I3571fa9207b778def652130d3ca840183a9a8414
-
Matías Hernández authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: I87599809ec9d3499e5149381893fb97800ab16af Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: I760cfa0736c93a9954b533a02c1c665f7a7e5553 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: Iada1bc59b17b7eea098a6140170a9753ec705c7e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: I99b37ae65fbc97de5ced879a881d2cbe2f33e511 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jordan Demeulenaere authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: Ic46f76118c1834c21c5e349a8ea924414b4e097e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2826352 Change-Id: Id8dd4c66a494c9bfc88a8693630e2aa23325a98e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Marvin Ramin authored
Bug: 310547345 Change-Id: I64cc5ff6659dfa6875baa225227951d1d5f86eb4 Test: N/A
-
Chaohui Wang authored
-
Martijn Coenen authored
-
Eric Laurent authored
-
Hansen Kurli authored
Merge changes from topics "RemoveFindIPv4", "RemoveLegacyVpnRunner" into main am: 7c18dd5b am: 30d6776e am: 505f670c Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2825770 Change-Id: I9b60a2bae48cdd756634ae9b3278b06c7db96b78 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-