Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
    • paulhu's avatar
      Build framework-connectivity-tiramisu library · 802ab976
      paulhu authored
      - Move nsd APIs and build framework-connectivity-tiramisu library
      - Add nsd associated hidden apis
      - Build service-connectivity-tiramisu-pre-jarjar library for
        T+ services.
      - Move ConnectivityServiceInitialiizer to service-t directory
        to create S+ service instances which can avoid dependency on
        lower sdk library.
      
      Bug: 206893064
      Test: atest FrameworksNetTests CtsNetTestCases
      CTS-Coverage-Bug: 207804007
      Merged-In: I9628716f5c38047ff4ea2346b27589077259c436
      Change-Id: I9628716f5c38047ff4ea2346b27589077259c436
      802ab976
  2. Dec 14, 2021
  3. Dec 13, 2021
  4. Dec 10, 2021
  5. Dec 09, 2021
    • Junyu Lai's avatar
      [MS07.2] Move NetworkStatsCollection/IdentitySet into frameworks · e9710f09
      Junyu Lai authored
      These files are needed for the data migration util system Api
      interfaces. Thus, they need to be moved into frameworks folder.
      
      This change also set the @IgnoreUpTo annotation to S, since
      these tests are testing purely platform code on S- devices which
      is not really necessary for MTS. Also the tests are still covered
      by the unit tests, since they are always verifying HEAD.
      
      Test: TH
      Bug: 197717846
      Change-Id: I93c19b4860864c724be9f9f889ee2173f4605198
      e9710f09
  6. Dec 08, 2021
  7. Dec 07, 2021
  8. Dec 06, 2021
  9. Dec 03, 2021
  10. Dec 02, 2021
  11. Dec 01, 2021
  12. Nov 30, 2021
  13. Nov 29, 2021
  14. Nov 26, 2021
  15. Nov 25, 2021
    • Davor Majdandzic's avatar
      Competing network interfaces · 2cdbbc1a
      Davor Majdandzic authored
      
      NetworkRequest is expecting transport type Ethernet or test. This
      causes the test 'testApiCallbacks' to fail for devices that have a
      non-test Ethernet network since that network is being chosen instead of
      the expected test Ethernet network.
      
      Remove network capability TRANSPORT_ETHERNET from CaptivePortalApiTest.
      
      Bug: 204329523
      Test: atest android.net.cts.CaptivePortalApiTest#testApiCallbacks
      
      Signed-off-by: default avatarDavor Majdandzic <davor.majdandzic@aptiv.com>
      Change-Id: Ie7b4d00c08f1497044e63462f1d899d1f3dea2df
      2cdbbc1a
    • Maciej Żenczykowski's avatar
      better compatibility for unusual Qualcomm/Mediatek cellular ARPHRD_* values · 23ff703f
      Maciej Żenczykowski authored
      
      see kernel/private/wembley/+/refs/heads/tm-4.19/include/uapi/linux/if_arp.h
      which has #define ARPHRD_PUREIP 520 (and is a Mediatek based device)
      
      or Qualcomm based Pixel 3 and older kernels (<=4.9) which #define ARPHRD_RAWIP 530
      (unlike Pixel 4/5 which are 4.14/4.19 and use the upstream ARPHRD_RAWIP of 519)
      
      We stop supporting 520/530 starting with 5.11+ since those as GKI 2.0 only kernels
      cannot be using non-upstream-ed constants (btw. this is probably true for 5.10-S
      as well, but let's play it safe).  For pre-5.11 we're lucky because even now
      (with 5.15 released) upstream has yet to define an ARPHRD_* for either one of
      520 or 530, so there's no harm in 'squatting' on this unused space.
      
      This approach also means there's absolutely no change in behaviour on
      pre-launch-T devices, since they all are at most running 5.10 kernels.
      
      We'll be able to get rid of this code in the far future once we stop shipping
      mainline tethering updates to pre-5.10 Mediatek or pre-4.14 Qualcomm devices.
      This will likely be many years.
      
      Test: TreeHugger
      Bug: 207057951
      Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
      Change-Id: I767b5fc56bc826e088507aea8ae7a30aa8aa424a
      23ff703f
  16. Nov 24, 2021
  17. Nov 23, 2021
    • Aaron Huang's avatar
      Remove TODO that was already done · 2f8e0319
      Aaron Huang authored
      The TODO is used to track to remove dependencies from
      ConnectivityService. Remove it since that was already done.
      
      Test: remove comment only
      Change-Id: Ida8c1124e110f64262a693dcddfbc7a9549510da
      2f8e0319
Loading