- May 16, 2022
-
-
Jean-Luc Brouillet authored
For one of the many variants of Blend, a cut&paste error made that the options were not passed. This was not caught because no test exercised this. I've added the test (in a related CL) and fixed the bug. Bug: 178718752 Test: Ran the RS Java tests Change-Id: Ide2fef96137ffd89e4431cf15be5df398036d909 Merged-In: Ide2fef96137ffd89e4431cf15be5df398036d909 (cherry picked from commit a2c6eb2f)
-
Yan Yan authored
-
Lorenzo Colitti authored
-
Treehugger Robot authored
-
Lucas Lin authored
* changes: Address leftover comments of ag/18112116 Rename vars of Ikev2VpnRunner
-
Treehugger Robot authored
-
Robert Shih authored
Bug: 231468328 Test: atest WidevineFailureTests Change-Id: I1ee13a2e91d925082261880bfe48d58f2b8b3109 Merged-In: I1ee13a2e91d925082261880bfe48d58f2b8b3109
-
Chienyuan authored
The value is saved in SharedPreferences. However, it will return ACCESS_UNKNOWN in several cases. We shouldn't set it as rejected automatically. We should ask user when PBAP connect. Bug: 230712201 Test: manual Change-Id: Ia3f373b9799cf02c47dc782688430fb234491f61
-
- May 15, 2022
-
-
Ling Ma authored
-
Taras Antoshchuk authored
All codepaths in socket_read_all that return a negative value have already thrown an exception. socket_read should not throw again. This causes debuggagle apps to crash with a JNI failure if LocalSocket#read gets an error. Test: atest CtsNetTestCases Bug: 229813087 Change-Id: I2a04a799d3748c221f8555fa7afc40d73f0f392c
-
Ling Ma authored
Bug: 231357778 Test: manual + atest frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/NetworkRegistrationInfoTest.java Merged-In: Ibf74839f688df587d1f791795924a8152c52e3dc Change-Id: Ibf74839f688df587d1f791795924a8152c52e3dc
-
- May 14, 2022
-
-
Wonsik Kim authored
-
Wonsik Kim authored
Bug: 189889230 Test: manual & presubmit Change-Id: I4caca59d6854416cedb6758fe66aefaacb69beb7
-
- May 13, 2022
-
-
Lucas Dupin authored
Merge "[Bugfix][BootAnimation] Fix the issue of the transparent background image shows transparent background unexpectedly in BootAnimation on some MTK platforms."
-
Yan Yan authored
This commit updates VPN to use an integer token to identify an IKE Session. This is a preparation commit to enable IKE mobility where an IKE Session will be able to migrate to a different network and thus network can no longer identify an IKE Session. Bug: 192077544 Test: atest IkeV2VpnTest Test: atest com.android.server.connectivity.VpnTest Change-Id: I18d9a049587d7dfc05e2143320431014d053abbc
-
Sam Delmerico authored
-
Treehugger Robot authored
-
Eran Messeri authored
-
xi yu authored
[Bugfix][BootAnimation] Fix the issue of the transparent background image shows transparent background unexpectedly in BootAnimation on some MTK platforms. Test: manual Change-Id: I2074a48c6d3fc11f393bfa4fbcbcd8d0df5c780f
-
Miguel Aranda authored
-
Miguel authored
Test: atest ZipFilePerfTest Bug: 231407205 Change-Id: Ie37da23b9e8468588893a3d4673b6a6350631408
-
Miguel Aranda authored
Merge "Separate timeNumberFormatTrivialFormatLong into its own file and delete HostnameVerifierTest."
-
Martijn Coenen authored
-
Treehugger Robot authored
-
Martijn Coenen authored
ConnectivityServiceTest builds against the latest Vpn framework code, but when run on an older base image (eg 'S'), said framework code might run into runtime errors calling new APIs. Until the test is decoupled, do the SDK level check here. Bug: 230548427 Bug: 232420362 Test: Build Change-Id: If453e16e680f46cf2b9eb769e5607fb5513b32ac
-
lucaslin authored
Bug: 225010642 Test: atest FrameworksNetTests:VpnTest Change-Id: I0b129ec322159f608c447f608a4e11bed1971b55
-
lucaslin authored
There is already a var which is named mNetworkCapabilities in Vpn class. In order to simply distinguish Vpn#mNetworkCapabilities and Ikev2VpnRunner#mNetworkCapabilities, rename the one in Ikev2VpnRunner to mUnderlyingNetworkCapabilities, also change Ikev2VpnRunner#mLinkProperties to mUnderlyingLinkProperties. Bug: 191413541 Test: atest FrameworksNetTest#VpnTest Change-Id: I49a5aee159baa1d1583abb94d73da9fbc03ffe07
-
- May 12, 2022
-
-
Ovidiu Pana authored
-
Eran Messeri authored
Implement support for the X25519 key agreement functionality. Similar to Ed25519, two new classes are added: * AndroidKeyStoreXDHPrivateKey * AndroidKeyStoreXDHPublicKey The private key class is simply a handle to the KeyMint key. The public key class implements XECPublicKey, the interface needed for using this key in a platform-backed key agreement. Because of Conscrypt API boundaries, the functionality of Conscrypt's OpenSSLX25519PublicKey is duplicated here - namely, matching the prefix of the encoded key. Bug: 194359292 Test: atest android.keystore.cts.Curve25519Test Change-Id: Ifc12be528ab544fd6909bb0dd6224a0a4dd400c6 Merged-In: Ifc12be528ab544fd6909bb0dd6224a0a4dd400c6
-
Treehugger Robot authored
-
Roman Kiryanov authored
-
Roman Kiryanov authored
-
Hui Wang authored
Bug: 206437821 Test: make Test: atest CtsTelephonyTestCases FrameworksTelephonyTests Change-Id: I511afb5afc52b859a37f8ae27ab671c2b8037527 Merged-In: I511afb5afc52b859a37f8ae27ab671c2b8037527
-
Tom Taylor authored
Test: manual - sent/received mms Bug: 185275986 Change-Id: I190345240482437289d26101857d805cf06e0341 Merged-In: I190345240482437289d26101857d805cf06e0341
-
Treehugger Robot authored
* changes: Cleanup in EmulatorClipboardMonitor (2) Cleanup in EmulatorClipboardMonitor (1)
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Miguel authored
HostnameVerifierTest. The timeNumberFormatTrivialFormatLong test has been occasionally failing since ICU has a lot of caching and interactions with Gc, which makes it unstable. Separating it into it's own file should reduce noise levels. In addition HostnameVerifierTest fails when presubmit devices lack internet collections, and is not a very consistent benchmark due to DNS internals, so we will delete it. Test: atest {TestName} Bug: 232196040 Bug: 232196536 Change-Id: I70e3950f7914f7d32cab2d81713ac109d6fe641c
-
Treehugger Robot authored
-