Skip to content
Snippets Groups Projects
  1. Jan 18, 2022
    • Remi NGUYEN VAN's avatar
      Do not verify field count in tests used in CTS · 8bc36966
      Remi NGUYEN VAN authored
      Tests in tests/common and tests/cts are run as part of CtsNetTestCases.
      Many used assertFieldCountEquals in parceling/unparceling tests to
      ensure that unexpected fields were not added, or that they were not
      missed when testing parceling/unparceling.
      
      However with many of the classes updatable through module updates, the
      field count may change in the future, breaking CTS tests.
      
      Stop checking for the field count, as it would break on module releases,
      and its value is lower than the maintenance cost.
      
      Bug: 205901761
      Test: atest CtsNetTestCases
      Change-Id: I79854741f7e834574d4825bb737ef507785310fe
      8bc36966
  2. Jan 06, 2022
  3. Jan 05, 2022
  4. Jan 04, 2022
  5. Jan 03, 2022
  6. Dec 30, 2021
  7. Dec 29, 2021
  8. Dec 28, 2021
  9. Dec 27, 2021
  10. Dec 23, 2021
  11. Dec 22, 2021
  12. Dec 21, 2021
    • Jack Yu's avatar
      Added a new network capability MMTEL · 04bbc5b9
      Jack Yu authored
      Added NET_CAPABILITY_MMTEL to indicate a network
      support MMTEL (Multimedia telephony). This is for
      IMS service to request an IMS network that supports
      voice or PS (VoPS for 4G, VoNR for 5G).
      
      This was previously submitted as aosp/1927841, but
      which got reverted due to breaking the mainline
      build, which uses the pre-built module.
      
      Bug: 210774375
      Test: atest ConnectivityServiceTest
      Change-Id: If8b691ff4999a4dbf54e7567d9ca74d743dc5ded
      04bbc5b9
    • lifr's avatar
      [DU02]Remove DevicePolicyManagerInternal from NetworkStatsAccess · 5f66ddac
      lifr authored
      NetworkStatsAccess is using DevicePolicyManagerInternal APIs, which
      cannot be accessed after moving into the mainline module. So, replace
      and remove those hidden API usages.
      
      Bug: 207100745
      Test: atest NetworkStatsAccessTest
      Change-Id: I0430ed2c47e5a695206cb660e3971ddab6c467dd
      5f66ddac
    • Treehugger Robot's avatar
Loading