Skip to content
  1. Apr 29, 2022
  2. Apr 25, 2022
  3. Apr 22, 2022
    • Lucas Lin's avatar
      Merge changes I7fd4b6da,Ia36d7944,If7eb7e0e · 54a348cf
      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
      54a348cf
    • Treehugger Robot's avatar
    • lucaslin's avatar
      Modify javadoc for some extra values of VpnManager event · 4b6b7987
      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
      4b6b7987
    • lucaslin's avatar
      Add toString() for VpnProfileState · 6a75e5a3
      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
      6a75e5a3
    • lucaslin's avatar
      Move mSessionKey into Ikev2VpnRunner and make it to be a final var · 1cb9f618
      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
      1cb9f618
  4. Apr 21, 2022
  5. Apr 20, 2022
  6. Apr 19, 2022
  7. Apr 18, 2022
  8. Apr 17, 2022
Loading