- Oct 13, 2023
-
-
Fabián Kozynski authored
This will only be added for the new connectivity pipeline. Test: atest CastTileTest Fixes: 233230825 Change-Id: Ifead904b301a0f83e4103ff9099076d5e9402e23
-
- Oct 10, 2023
-
-
Aaron Li authored
Context: This bug mainly occurs in multi page auth scenarios such as: Page/Screen 1: username field Page/Screen 2: password + confirm password field For the above: On completion of page 1, the session is committed and a new session is kicked off. However, the new session (for page 2) will now contain the username field from the prev session (merged) along with the two new fields (pw + confirm pw). As a result, a fill req + fill response (triggered by generate strong pw) will now contain (username, pw, confirm pw) in the returned dataset. However, this will fail as (username) is in the returned dataset but it is not part of the current screen. Fix: The fix here is to ignore any fields (in the fillresponse) that don't belong to the current session. The previously submitted gms fix will be reverted (separately) as well to not conflict with this change Test + confirmed that w/ flag (fill_fields_from_current_session_only=True) enabled the issue is no longer observed. Flag: fill_fields_from_current_session_only Bug: 270722825 Bug: 289585475 Test: atest CtsAutoFillServiceTestCases Change-Id: I05b5d841ea99d7738b306ba4acfb577827da71a8
-
Coco Duan authored
-
Faye Yan authored
-
Amith Yamasani authored
-
Nikhil Kumar authored
-
Alexander Roederer authored
* changes: Removes SmartActions from Rankings before marshal Moves test utils from NLSTest to RankingTest
-
Chris Göllner authored
-
Jacqueline Bronger authored
-
Coco Duan authored
Define get() for isCommunalEnabled so it calls through to FeatureFlags based on best practices in go/sysui-flags#best-practices Bug: b/301269121 Test: on device Change-Id: I7a7fd82cb270488268dce24e54ec5079bdaa6aad
-
Jeff DeCew authored
-
Jared Duke authored
-
Nikhil Kumar authored
All users on a device share the same global device policies. The existing implementation saves them in each user's individual XML file This leads to unnecessary duplication and it also doesn't update the global settings in stopped user's XML which could lead to outdated global settings if we change the way we read the XML files in the future. Similar to that the guest restrictions which is also not attached to a single user is saved in userlist.xml which is intended to store the list of the users. Since the SYSTEM user is always present on the device, we refactored the device policy global restrictions and guest restrictions writing to save them only in the SYSTEM user's XML file. Bug: 299475754 Test: atest UserManagerServiceUserInfoTest#testWriteReadDevicePolicyUserRestrictions -c Change-Id: I1f8f0e9c624903798eb51899620fa99ab45de3ee
-
Piotr Wilczyński authored
-
Faye Yan authored
Bug: 289087269 Bug: 287084170 Change-Id: If2df0eba7d8d9d93e890a95695b34c229935d62d Test: presubmit
-
Alexander Roederer authored
To allow us to put RankingMap in ashmem when NotificationRankingUpdates are sent to NotificationListeners, we move the SmartActions that may be contained in each Ranking object into a separate list, Parcel them and send them across binder normally, and store the rest of the RankingMap in ashmem. Then, when we unparcel the NotificationRankingUpdate, we re-merge the Actions into the RankingMap. Bug: 249848655 Test: Unit tests, CTS test (see bug); manual flash + repro script Change-Id: I62a1de307168612d30b55d94765b2a329914b7f4
-
Alexander Roederer authored
Moves some test utilities for checking NotificationRanking equality, and copies some utilities for generating NotificationRankings, from NotificationListenerServiceTest to NotificationRankingUpdateTest. Also moves some tests focused on Rankings to NotificationRankingUpdateTest. These will be deduplicated in the next cl. Test: Modification of tests only; ran atest on both Bug: 249848655 Change-Id: I3872396da815368750b5784bc28b6c972d90190c
-
Jeff DeCew authored
-
Treehugger Robot authored
-
Nikhil Kumar authored
-
Jeff DeCew authored
Bug: 302149604 Test: n/a Change-Id: I6446866545874796ba90398bdd0f502036430c05
-
Ioana Alexandru authored
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: f8ad006d -s ours am: 04dff0e0 -s ours am: 6df1a824 -s ours am: e8f81a72 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: I9a93feab34e8c5e729b3b6b20b6e1c2a814e9aeb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: bdccc2ed -s ours am: c71f6331 -s ours am: 0067dcdc -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Iee59b62a840713b66c142450bc5f613fd2150155 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: f8ad006d -s ours am: 04dff0e0 -s ours am: 6df1a824 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: I823954554a38daec85bd25ce1117a1b99637b2cd Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: bdccc2ed -s ours am: c71f6331 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: If1fd0e2139c42ca4eb5d270a76dd8129a7d60cd4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: f8ad006d -s ours am: 04dff0e0 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Ife15cfdfc243d0d911f81e282800d95286d3c2bf Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: bdccc2ed -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: I6e0d60568d624fccd5f1ba1f639cfdb183dd20c5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am: f8ad006d -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: I61426976a854b2b2aa2fbf484434ad2f482ad3bb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Nikhil Kumar authored
Bug: 299475754 Test: m all_aconfig_declarations Change-Id: If7db3e3360ead0c410ffdc42c66de4fd2aca936b
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Iefa9ac85c362be35a2f1f58f0f0465b65e64a187 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am: d2b61088 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Ice3c5599e748950df3bbb53bb2dbfe66e380a2e7 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Vania Januar authored
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am: 42ccd640 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Ia59b0611ae7d88127211931675f1b4be1b021fe1 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am: 230e00c8 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Iecdecd4e4b36a70026a5253dc2dec910b4a10a1f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am: 9565105b -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: I97cabc6a3c65141caeac2c3ed464ecaa965156d4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Santiago Seifert authored
Change-Id: I702c8fbc24755f792cb41159b849bbb703e8d85f Test: N/A. Whitespace removal. Bug: 205124386
-
Santiago Seifert authored
-
Tetiana Meronyk authored
[automerger skipped] Merge "Truncate user data to a limit of 500 characters" into rvc-dev am: a4ddc2b3 am: 09f8c234 -s ours am skip reason: skipped by user tetianameronyk Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656668 Change-Id: Ice89c1ea892776ca847a4b6b9ac71ca981143321 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Alexandra-Mara Smau authored
-