- Apr 29, 2022
- Apr 25, 2022
- Apr 22, 2022
-
-
Lucas Lin authored
* changes: Modify javadoc for some extra values of VpnManager event Add toString() for VpnProfileState Move mSessionKey into Ikev2VpnRunner and make it to be a final var
-
Treehugger Robot authored
-
lucaslin authored
The underlying network, NetworkCapabilities and LinkProperties are not necessary to send to VPN app since the purpose of CATEGORY_EVENT_DEACTIVATED_BY_USER and CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED are to notify VPN app that VPN is deactivated by the user or VPN always-on status is changed. Bug: 191413541 Test: Javadoc only changes. Change-Id: I7fd4b6dad1a4363336f03c217e635fc45bcd0ab6
-
lucaslin authored
Sample log: {State: DISCONNECTED, SessionId: null, Always-on: false, Lockdown: false} {State: CONNECTED, SessionId: d7913298-c07f-49de-b84e-304b5e26da89, Always-on: true, Lockdown: false} Bug: 225010642 Test: Add a log in Vpn.java and print it. Change-Id: Ia36d794446114c0c2c27e725cba6a4dc1240ae38
-
lucaslin authored
mSessionKey is initialized in the constructor of Ikev2VpnRunner, move it into Ikev2VpnRunner and make it to be a final var can make sure that mSessionKey is initialized before someone access it. Test: atest FrameworksNetTests:VpnTest Change-Id: If7eb7e0ec8ab42b17a5636aeced65385e7849b6a
-
- Apr 21, 2022
-
-
Mitch Phillips authored
-
Benedict Wong authored
-
Treehugger Robot authored
-
Seth Moore authored
-
Treehugger Robot authored
-
Steven Moreland authored
Trying to manually delete the result of this function as a local ref is problematic. Bug: 227719836 Test: N/A Change-Id: Iea4509e08f935f268ee502825dab47caef8508a5
-
Lucas Dupin authored
-
Miguel Aranda authored
-
Miguel authored
Test: atest {testName} Bug: 210606618 Change-Id: I6ccb8870f5b1a2ec71570119b7b29b8ea38a14ab
-
Benedict Wong authored
This change ensures that carrier configs are saved as part of the snapshot, allowing all entities in the VCN to query telephony subscription information from the same source. Test: atest FrameworksVcnTests Change-Id: I31447d84fe98d6bd2cc78ead41746198728c400b
-
Treehugger Robot authored
-
- Apr 20, 2022
-
-
Jon Eckenrode authored
Merge "Revised the API documentation for overloaded methods getRawX, getRawY, getX, and getY of MotionEvent."
-
Lucas Dupin authored
Change-Id: I7cbfd1173c2e28db41928fd49ca25c97ab5d127e
-
Max Bires authored
This change adds some integers to the AIDL interface in order to convey status back to the caller of generateKey(). This will inform the caller as to whether or not the errors that may occur during provisioning are permanent, and if not, what to do with the transient error. Bug: 227306369 Test: RemoteProvisionerUnitTests Change-Id: I9202358a102b0fb0a104525632a005acb7355840
-
Hans Boehm authored
-
Makoto Onuki authored
-
Hans Boehm authored
-
easoncylee authored
This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Bug: 145574049 Test: TreeHugger atest ManagedProvisioningTests Merged-In: I8234cc5cadae2ed2162cb09ec8695c7262fcdb2e Change-Id: I268448e682b7c45741a62fa3bc1157986f3827d1
-
- Apr 19, 2022
-
-
Yushin Cho authored
Average QP is rounded to the nearest integer value. Test: cts Bug: 229778486 Change-Id: I16fca81dcab26462b9493784368d29c6b7748fd5
-
Hans Boehm authored
Since we made it significantly larger, populating it will often waste a bit of space. Belated follow-up to aosp/2009575 . Test: Build and boot AOSP. Bug: 219763513 Change-Id: I5fdbd379942e92df52c079e52e35ebbee0429577
-
Hans Boehm authored
We tried to access the first entry of Build.SUPPORTED_32_BIT_ABIS even when there where none, causing an out of bounds array access. The resulting exception was handled correctly, so this only speeds things up a little and avoids log spam. Bug: 228390898 Test: Build and boot master, Treehugger Change-Id: I5827c6991065dd50d3f6e797930a9e6b7616de6e
-
Dan Shi authored
Bug: 229142513 Test: none Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
-
Junyu Lai authored
-
Jing Ji authored
-
Jing Ji authored
-
Steven Moreland authored
* changes: Implement getInterfaceHash/Version (omapi) Implement getInterfaceHash/Version (health)
-
- Apr 18, 2022
-
-
Sudheer Shanka authored
-
Yan Yan authored
-
Sooraj Sasindran authored
-
Junyu Lai authored
From current design, NetworkPolicyManagerService should only creates metered carrier/mobile templates. However, if someone calls the hidden API interface or the template was created before NetworkTemplate#Builder is published. The caller may create a non-metered carrier template and persist into the storage. This CL elimates this possibility and mark non-metered carrier template non-persistable, so devices could auto-recover from this symptom after reboot. Fix: 222382637 Test: TH Change-Id: Ia7ba3d92a84b8b246a4f11080f6fec0957865650
-
- Apr 17, 2022
-
-
Sudheer Shanka authored
Test: n/a Change-Id: I5c5853cfb88c69e5cf39456fbc163af522410331
-