- Jul 11, 2022
-
-
Nicolas Geoffray authored
In that file, we can list methods which we want to compile but that our boot image profiling implementation did not cover. Test: m Bug: 235557326 Change-Id: Id5241dac826b5d4f581573d8b9b556bde2dabdeb
-
- Jul 06, 2022
-
-
Miguel Aranda authored
-
- Jul 05, 2022
-
-
Hani Kazmi authored
-
Miguel authored
This test has been timing out due to it's long runtime and causing other tests to fail. Since it is already the simplest it can be we should just delete it. Bug: 237633188 Test: atest ExpensiveObjectsPerfTest Change-Id: Id334fc9bd650206d0433433ff27abd6fab695d0a
-
- Jul 04, 2022
-
-
Treehugger Robot authored
-
- Jul 01, 2022
-
-
Takeshi Kishimoto authored
-
- Jun 30, 2022
-
-
Treehugger Robot authored
-
Hyunyoung Song authored
Test: not needed as modifying OWNERS file Change-Id: Id4d57d2067828bee102ee5d5335b15790e454e9f
-
Treehugger Robot authored
-
brycelee authored
-
Hani Kazmi authored
Upon deserialization, various APIs would check that the passed in class was assignable from the creator's enclosing class - which was assumed to always be the Parcelable type. This assumption is not always true, so updating the check to explicitely store the parcelable type Fix: 232589966 Test: m && atest ParcelTest && atest BundleTest Change-Id: I59b650a854944e9020615a65798c5e54f5540aaa
-
Chris Li authored
-
Chiachang Wang authored
-
- Jun 29, 2022
-
-
Treehugger Robot authored
-
brycelee authored
Test: manual Change-Id: I754495bda53184f6f95f4b88ff4e1149a7c37cd1
-
Treehugger Robot authored
-
Venkatarama Avadhani authored
Do not allow oneTouchPlay and getDisplayStatus methods to be called with null callback as an argument. Bug: 236687418 Test: None Change-Id: I9f1b3ec5c1a44fd588068881febd35d34930f031
-
Nicu Corj authored
- Add new api in ActivityOptions for a caller to be able to specify launch TaskDisplayArea in ActivityOptions. - Add option to specify launch TaskDisplayArea featureId in ActivityManagerShellCommand. Bug: 234349363 Test: atest TaskLaunchParamsModifierTests Change-Id: I092787ede5245d15774e01054c408533fe632b57
-
- Jun 28, 2022
-
-
Jooyung Han authored
This was done via the hard-coded list in build/soong. Bug: 158059172 Test: m Merged-In: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da Change-Id: Ie6dc1f59b459ec01605d796a4d81be04bc1d07da
-
Treehugger Robot authored
-
William Escande authored
-
Alastair Breeze authored
Bahrain adding 85999 for use case with Android Emergency Location Service in Bahrain. Bug: 237320943 Bug: 235138474 Test: manual tests conducted as per instructions in go/premiumsms Change-Id: I90424bee99968b4111d02f1e8a7a7a6fa166a8ab
-
Alastair Breeze authored
-
chiachangwang authored
This commit passes through package added/removed broadcasts, triggering the VPN to update the allowed/excluded UIDs. This is required because the VPN app exclusion list is stored in the keystore. The UID range for the VPN network agent should be updated when the package status is updated. As an example, consider the following sequence: - Package A is installed, and in the exclusion list. - A is uninstalled - VPN starts, A is not installed, so no UID A to exclude - A is re-installed after VPN is started - The VPN would include the app A, potentially breaking it. Bug: 231373589 Test: atest FrameworksNetTests Change-Id: I7ee32103ffdfc97e4c95007f35671cefeb9b22d7
-
Alastair Breeze authored
Colombia adding 85517 for use case with Android Emergency Location Service in Colombia. Mexico adding 91101 for use case with Android Emergency Location Service in Mexico. Bug:235139281 Bug:235138474 Test: manual tests conducted as per instructions in go/premiumsms Change-Id: I889a3250d8d54fa000719dab9e0fc1c33111aee3
-
SongFerng Wang authored
-
SongFerngWang authored
After onGroupIdChanged, the CsipDeviceManager assigns the first device with the same groupId as main device. It is not correct since the main device shouble be the active device. This issue causes the summary can't shows 'Active' at the Settings. Bug: 232892046 Test: Build pass Change-Id: I00e5471b9315c896b8c16723ad37d66a922c27e4 Merged-In: I00e5471b9315c896b8c16723ad37d66a922c27e4
-
Eric Biggers authored
-
Eric Biggers authored
-
- Jun 27, 2022
-
-
Roopa Sattiraju authored
Bug: 216731966 Test: Compile and Test Cherry-picked from tm-dev Merged-In: Ic8e9c2db0743738b2b6649451c79a559c3b8edc5 Change-Id: Ic8e9c2db0743738b2b6649451c79a559c3b8edc5
-
Tyler Freeman authored
Test: N/A Change-Id: Ia292ff9ff867d387c7ec7910e51ac730501d00af
-
Treehugger Robot authored
-
Eric Biggers authored
scryptN, scryptR, and scryptP are really the log base 2 of the scrypt parameters N, R, and P -- not N, R, and P themselves as their names suggest. Rename them accordingly. No change in behavior; this is just a cleanup. Test: atest SyntheticPasswordTests Change-Id: I2b3bfe73e623ebf6f0f9d4de11f6e7d00d825522
-
Eric Biggers authored
Remove the in-class implementation of hex encoding and just use HexEncoding, which was already being used in one place. No change in behavior since the encoding remains the same. In particular, upper case A-F is still used instead of lower case a-f. Test: atest SyntheticPasswordTests Change-Id: I493e4b894f76670bcb9cba8a8a774f3f5832e769
-
Eric Biggers authored
-
Bin Wang authored
If an app declares too much hosts for App Link, Statementservice will crash since it uses Data class of WorkManager to save verify result for all hosts while Data throws IllegalStateException if it occupies more than 10240 bytes when serialized. This fix uses SharedPreferences to save verify results instead of Data class of WorkManager. Test:Disable GMS core and reboot device, then install Google Map; Statementservice does not crash and framework receives host verify results from Statementservice Signed-off-by:
Bin Wang <bin.wang@oppo.corp-partner.google.com> Change-Id: I6d1b19fd8ed3158a621a2fb0089d92430482fd61
-
- Jun 24, 2022
-
-
Steven Moreland authored
-
Steven Moreland authored
Detect recycle called twice always (and when DEBUG_RECYCLE is on, we detect recycle called twice or called zero times, and we show a stack). Bug: 231799394 Test: manual (calling recycle twice) Change-Id: I1dd9f392ee916edd9c598085a1c19dbdd3ce957f Merged-In: I1dd9f392ee916edd9c598085a1c19dbdd3ce957f
-
Eric Biggers authored
The output of derivePassword() is a key (byte array, not hex encoded), not a password. Therefore, rename it to deriveSubkey(). No change in behavior; this is just a cleanup. Test: atest SyntheticPasswordTests Change-Id: Ie3d74a579963bcbe63fc93c1b4c436c2aba8c342
-
Rafael Higuera Silva authored
Bug: 231523547 Test: make Change-Id: I2b2fb7b4728d9bd4af981fe853eaa69a6b51d33e
-