- Feb 03, 2021
-
-
Qi Wu authored
Bug: b/174140443 Test: atest CtsKeystoreTestCases The new CTS tests for this feature is introduced in aosp/1556464 Change-Id: I9620c4a3e5d2c10ed8a50d494e63eb2fb19dabef Merged-In: I9620c4a3e5d2c10ed8a50d494e63eb2fb19dabef
-
- Feb 02, 2021
-
-
Qi Wu authored
Add feature flags to indicate whether KeyMint only enforce this feature in hardware with count == 1 or enforce with any number of the count (>=1). Test: compile Change-Id: Id9c13ee91b779164bd07ff20ae2b4c0e158fdb33 Merged-In: Id9c13ee91b779164bd07ff20ae2b4c0e158fdb33
-
Donald Chai authored
-
James Lin authored
-
Treehugger Robot authored
-
Donald Chai authored
Change-Id: Ie35db2cfef32543e573bf701d2d523f5f1502161 Tested: N/A
-
Lucas Lin authored
-
- Feb 01, 2021
-
-
Jeff Sharkey authored
-
Dmitri Plotnikov authored
Change-Id: Iffb8ded9ff5edc899ab38c74ffe3ad98793ca67c
-
Mitch Phillips authored
-
Serik Beketayev authored
-
Daniel Bright authored
-
Lorenzo Colitti authored
-
James.cf Lin authored
Bug: 178239287 Test: atest -c CtsTelephonyTestCases:android.telephony.ims.cts.RcsUceAdapterTest Change-Id: I1bd2d0e0dc88dcd72e7c2682483c8039f4aa8927
-
Mikhail Naganov authored
-
Janis Danisevskis authored
-
Benedict Wong authored
-
Grace Jia authored
Merge "Add relative APIs for InCallService that can support self-managed connections that want to expose itself."
-
Lorenzo Colitti authored
-
Grace Jia authored
connections that want to expose itself. Add PhoneAccount#EXTRA_ADD_SELF_MANAGED_CALLS_TO_INCALLSERVICE and Connection#onInCallServiceTrackingChanged. Bug: 161144815 Test: CtsTelecomTestCases Change-Id: I0a42ea79a1cd46aa9df3399c4fa2e9396321778a Merged-In: I0a42ea79a1cd46aa9df3399c4fa2e9396321778a
-
Anton Hansson authored
* changes: Suppress [CallbackInterface] metalava rule for mainline modules. Limit build visibility of modules in apex/...
-
Lorenzo Colitti authored
* changes: Remove getFilteredNetworkState and add @NonNull in NetworkState. Add test coverage for get*NetworkInfo on metered networks.
-
Nicolas Geoffray authored
-
Lorenzo Colitti authored
This reverts commit c92a798e. Reason for revert: not necessary, since VCN already has access to system APIs Bug: 174606949 Test: revert with no conflicts Change-Id: Ife2d0fc08c540265d52cdf930d0b6df005990ac8
-
Remi NGUYEN VAN authored
As connectivity services are planned to move to a separate module, move the manager classes registration from SystemServiceRegistry to ConnectivityServicesRegistrar, using the registerContextAwareService APIs. This follows patterns and naming in WifiFrameworkInitializer. Bug: 171540887 Test: device boots, connectivity working Change-Id: I62ced1275750c73f209bac8ec3a3204b95695b83
-
Lorenzo Colitti authored
getFilteredNetworkState is only used in two places, both of which use only small parts of the NetworkState that is returned to them. Remove the method and replace it with inline code in the two callers. NetworkState is a fairly expensive object, and this removes the need to perform lots of defensive copies of data that the caller does not need. Also remove the only call to the NetworkState constructor in ConnectivityService. That leaves only one caller to the NetworkState constructor, the one in NetworkAgentInfo. This constructor is called with defensive copies of NetworkInfo, LinkProperties, and NetworkCapabilities, so mark these three parameters as @NonNull. It's also called with a non-null Network, because NetworkAgentInfo is only constructed with non-null Networks, so mark the network parameter @NonNull as well. In order to make the arguments in the NetworkState constructor @NonNull, introduce a new constructor that sets everything to null and make NetworkState.EMPTY call it. Test: atest FrameworksNetTests Change-Id: Idcc9e32c53533b0cf61494517e62d4c184fa7610
-
Lorenzo Colitti authored
Test: test-only change Change-Id: I58769bb768978d0acff1da6d32c2f6942c43508b
-
Remi NGUYEN VAN authored
-
Janis Danisevskis authored
* The Keystore SPI needs to return null if getKeyEntry is called on a pure certificate entry. * Also checked the wrong purpose. Test: Keystore CTS tests. Change-Id: Ib668447a9ff56fc4cea550f547c6cbfea3590cb3
-
Chalard Jean authored
-
Remi NGUYEN VAN authored
Files that are planned to be part of the connectivity module are grouped in packages/Connectivity, so they can be built separately and moved in one operation with their history into packages/modules/Connectivity. This places the files in the existing framework-connectivity-sources filegroup instead of the current framework-core-sources filegroup. Both are used the same way in framework-non-updatable-sources. Bug: 171540887 Test: m Change-Id: I62d9d91574ace6f5c4624035d190260c3126b91e
-
Calvin Pan authored
-
Alex Buynytskyy authored
-
- Jan 31, 2021
-
-
Lorenzo Colitti authored
Follows up on review comment on https://r.android.com/1559090. Bug: 172793258 Test: new unit test passes Change-Id: I363db6f0a9c60be4eca3bcfeb888dd5c0fc4840a
-
Lorenzo Colitti authored
-
- Jan 30, 2021
-
-
Jakub Pawlowski authored
* changes: docs: fix typo HDP->HFP in BluetoothHeadset docs: Use correct profile for intent
-
Treehugger Robot authored
-
Mikhail Naganov authored
This version is deprecated, not supported in Android S. Bug: 171260360 Test: m Change-Id: If45ec13a11fe6ee15cb1042595a32b3002bf0031
-
Tomasz Wasilczyk authored
-
Kevin Han authored
-