- Apr 04, 2022
-
-
Jack Yu authored
-
Yunfan Chen authored
-
- Apr 01, 2022
-
-
Songchun Fan authored
-
Benedict Wong authored
-
Treehugger Robot authored
-
Ling Ma authored
-
Ling Ma authored
* changes: Truncate operator name to fit into SystemProp size Add truncateStringForUtf8Storage()
-
Songchun Fan authored
Address comments from API review BUG: 227781337 Test: N/A Change-Id: I3042be0671728d06bf1c7ae09baee538bb82fbe7 Merged-In: I3042be0671728d06bf1c7ae09baee538bb82fbe7
-
Treehugger Robot authored
-
Sarah Chin authored
-
Eric Biggers authored
-
Jack Yu authored
Provide the temporary command line tool to check whether new data stack is enabled or not. Bug: 196597630 Test: adb shell cmd phone get-data-mode Change-Id: I9f95e7424e6e74af12a0f6780a58fb5732df7300 Merged-In: I9f95e7424e6e74af12a0f6780a58fb5732df7300
-
Jack Yu authored
Updated the owners to the latest telephony and telecomm team members. Test: Build Bug: None Change-Id: I3a456b168ec24199413e42c5fa615ecf285af79b
-
Ling Ma authored
Test: build Bug: 217375910 Merged-In: I5bd0351925d27bb2178d4cd0cc93197f463236cd Change-Id: I5bd0351925d27bb2178d4cd0cc93197f463236cd
-
Bob Badour authored
Would have been very useful to avoid http://b/227682097 Bug: 227682097 Test: m apexer apexer_test deapexer debugfs_static; atest --host apexer_test Change-Id: I24234d053a06868493831d40f94f7e46956391a1
-
mrenouf authored
-
Yi-yo Chiang authored
-
Yunfan Chen authored
Caption is covering the app region and will take gesture and tap events when the user interact with the caption. This change will make sure the app can receive the caption as a part of the tappable element insets and gesture insets to avoid the caption overlaps with interactive elements inside the window. Bug: 219987804 Bug: 209717743 Test: atest, see the bugs Change-Id: I6e48f8df6eb8f73a2f62f34109f4d80d09021929
-
Ling Ma authored
Test: manual Bug: 210502588 Change-Id: I59a87fa256a9be54755199034e138a63d89f0885
-
Ling Ma authored
Test: manual Bug: 210502588 Change-Id: I5d4ded0cb30151bc567cfedcdb1bbbdb9abdca9b
-
- Mar 31, 2022
-
-
Jared Duke authored
-
Eric Biggers authored
-
Jernej Virag authored
-
Treehugger Robot authored
-
Lucas Lin authored
-
Jernej Virag authored
This should prevent long review times because test ownership doesn't match code ownership. Test: n/a Change-Id: I59812d77db671ee39906df009a918f2881259eab
-
Neil Fuller authored
-
Yi-Yo Chiang authored
Log a specialized error message if installation task failed due to insufficient storage space. This helps the user to disgnose the source of error. Bug: 200002443 Test: start DSU task and check logcat Change-Id: Iabb3e0325ae99c343978ca6c35ab8378f20e0527
-
Eric Biggers authored
Generate the new seed by hashing the old seed together with some bytes from /dev/urandom, rather than just using the bytes from /dev/urandom alone. This ensures that the new seed doesn't contain less entropy than the old one, and follows the latest recommended best practices. While doing this, also clean up various other things: - Start using AtomicFile to update the seed file so that it won't be corrupted if the system crashes while it is being updated. - Eliminate the RandomBlock class, as it isn't very useful. - Send all the device-specific information to /dev/urandom in one write. - Improve comments, variable names, and method names. - Improve log messages, e.g. don't log a warning on every first boot. - Improve the unit test. - Use @VisibleForTesting rather than an ad-hoc comment. Bug: 226608458 Test: atest EntropyMixerTest Test: checked for expected log messages Change-Id: Ief9485536cff50c07d4d920fa32e21dbde6dd245
-
Treehugger Robot authored
-
Ken Chen authored
-
Treehugger Robot authored
-
Pinyao Ting authored
Change-Id: I95eb54d4eb35b35628105ce0227e0c163d0a3466
-
- Mar 30, 2022
-
-
Jared Duke authored
Exclude the static library `android.hardware.contexthub-V1.0-java` from system_server, as it's already included in the framework. This avoids a collision between SYSTEMSERVERCLASSPATH and BOOTCLASSPATH. Bug: 215530220 Bug: 222468116 Change-Id: I7b23bfaba58676702b78e74e95911e03e88eb456 Test: m + atest StrictJavaPackagesTest
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Tim Murray authored
-
Tim Murray authored
Change-Id: I7b4f972f09695c68110ed09e3a75e35e40a61387
-
Tim Murray authored
-