Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
    • Hall Liu's avatar
      Add telecom command to stop block suppression · efe7351c
      Hall Liu authored
      Add a Telecom command to stop the number blocking suppression that
      happens after an emergency call.
      
      Bug: 158798240
      Test: atest CtsTelecomTestCases
      Change-Id: I122de1962fb6aa48a3092c2aa323dcbdcbb8f42e
      efe7351c
  2. Jun 16, 2020
  3. Jun 15, 2020
  4. Jun 14, 2020
  5. Jun 13, 2020
  6. Jun 12, 2020
    • Hall Liu's avatar
      a179e9f6
    • Hall Liu's avatar
      6f68b4bf
    • Chiachang Wang's avatar
      Test extra info sent to NetworkMonitor · 2153861f
      Chiachang Wang authored
      Test extra info sent to NetworkMonitor correctly if network
      agent is created through new NetworkAgent constructor without
      legacy network info taken as parameter.
      
      Bug: 156173829
      Test: atest FrameworkNetTests
      Change-Id: I4f827664c528bea30cc957a0a617dd37693f4460
      2153861f
    • Jiyong Park's avatar
      Make LaunchPerformanceBase and UnitTestSuiteBuilder as APIs · edb968e2
      Jiyong Park authored
      Those two classes are used by many tests using android.test.runner.
      Making them as public APIs so that those tests can depend on the public
      stub of android.test.runner and stop depending on its implementation
      library.
      
      Bug: 157007292
      Test: m
      
      Change-Id: I33b458f34ffd4c73430f538a85aac308baa6e010
      edb968e2
    • Jiyong Park's avatar
      Build FrameworkTestRunnerTest with the implementation lib. · ea4dced0
      Jiyong Park authored
      FrameworkTestRunnerTests is the test for android.test.runner. The test
      accesses various private APIs from the sdk library. Previously, that was
      possible because depending on a java_sdk_library gave the implementation
      lib of the java_sdk_library for linking. That will be changed after
      I14cf217f21fd3534c920c3a6336cf2d14c02e60c where the stubs are by default
      provided for linking.
      
      Since this test actually uses some hidden APIs, work around the
      restriction by explicitly depending on the impl library.
      
      Bug: 157007292
      Test: m FrameworkTestRunnerTests
      Change-Id: I0792e9eb1c7c594a1609eb89b6694c1578c86e18
      ea4dced0
    • Malcolm Chen's avatar
      Fix bug that notifyDisplayInfoChanged is notified on wrong record · d2598d76
      Malcolm Chen authored
      In dual SIM mode, if a SIM is unplugged, there's a chance that
      notifyDisplayInfoChanged is notified to registered client incorrectly.
      
      Bug: 157039855
      Test: manual - in dual SIM mode, when data is on eSIM, pull off pSIM.
      Verify the rat icon of eSIM does NOT disappear.
      
      Change-Id: I305ff855f0d5595be13b6ee4e4480abd89ed258f
      Merged-In: I305ff855f0d5595be13b6ee4e4480abd89ed258f
      d2598d76
  7. Jun 11, 2020
  8. Jun 10, 2020
  9. Jun 09, 2020
    • Treehugger Robot's avatar
    • Zhomart Mukhamejanov's avatar
      Move car bugreport app perms to framework. · 678cc7d3
      Zhomart Mukhamejanov authored
      Change-Id: I5e541138c35cdf67d18ce5475221baeb3e7faef4
      Test: emulator
      Bug: 158151004
      678cc7d3
    • Chi Zhang's avatar
      Merge "Telephony statsd atoms." · b7254735
      Chi Zhang authored
      b7254735
    • Treehugger Robot's avatar
      794e6ba2
    • Yu-Han Yang's avatar
      Call DeleteLocalRef in GNSS JNI · 4defe8b6
      Yu-Han Yang authored
      Bug: 157380700
      Test: manual
      Change-Id: Ia5e5a84e1b17887b440c2c83894f0a8cfc50faf4
      Merged-In: Ia5e5a84e1b17887b440c2c83894f0a8cfc50faf4
      4defe8b6
    • Adrian Roos's avatar
      API: Remove ViewDebug.ExportedProperty and CapturedViewProperty from current.txt · 0f06c99d
      Adrian Roos authored
      Bug: 144284873
      Test: make checkapi
      Change-Id: I99ed93e96f7465f1f7c9a32c3715a874055dc809
      Merged-In: I99ed93e96f7465f1f7c9a32c3715a874055dc809
      0f06c99d
    • Treehugger Robot's avatar
    • Hungming Chen's avatar
      [BOT.6] Make BpfCoordinator to support data limit · a4c95702
      Hungming Chen authored
      The BPF tethering coordinator listens to the forwarding rule
      changes for updating data limit which is applied in the following
      conditions.
      - After adding the first rule on a given upstream, add data limit.
      - After removing the last rule on a given upstream, clear data limit.
      - The service applies a new data limit on current upstream.
      
      The reason for relying on rule changes is because the Tethering and
      IpServer objects have multi-internal state machines. It is hard to
      synchronize all of their states.
      
      Note that the data limit cleanup for stopping or switching upstream
      relies on offload rules are all removed as well.
      
      Bug: 150736748
      Test: manual
      Change-Id: I829d36339973f9473fe6b616c48aa288f18d1c46
      a4c95702
    • Mark Chien's avatar
      Merge "Move TetheringTests to presubmit" · 4d7193f4
      Mark Chien authored
      4d7193f4
    • Remi NGUYEN VAN's avatar
      Remove IpClientCallbacks dependency on DhcpResults · ac0c8988
      Remi NGUYEN VAN authored
      DhcpResults should only be used inside the NetworkStack: modules are
      expected to use DhcpResultsParcelable instead.
      
      Add a compat utility so current users of DhcpResults can do the
      conversion (wifi in AOSP in particular). The utility can be removed when
      changes to stop depending on DhcpResults are merged in AOSP.
      
      Bug: 149403767
      Test: built, flashed, WiFi working
      Change-Id: I5b85c1a541ecdf9dd3e9403b9fb1c2b5aba98dd8
      ac0c8988
    • Stephen Hines's avatar
      Add back missing `tidy_checks`, since `tidy_checks_as_errors` isn't enough · 328a29cc
      Stephen Hines authored
      I unfortunately missed in the original testing that
      `tidy_checks_as_errors` isn't sufficient by itself. Instead we need to
      have both places with the same variables. A future change will make
      Soong expand `tidy_checks_as_errors` into both locations appropriately.
      
      Bug: 119328308
      Test: WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=*,-readability-*,-google-readability-*,-google-runtime-references,-cppcoreguidelines-*,-modernize-*,-llvm-*,-bugprone-narrowing-conversions,-misc-non-private-member-variables-in-classes,-misc-unused-parameters,-hicpp-*,-fuchsia-* mm
      Change-Id: If69f69bf7861ba3569756270381f3f737366f2f0
      Merged-In: If69f69bf7861ba3569756270381f3f737366f2f0
      (cherry picked from commit 56af5939)
      328a29cc
    • Stephen Hines's avatar
      Use `tidy_checks_as_errors` list instead of `-warnings-as-errors=*` · ab170654
      Stephen Hines authored
      This fixes a build break due to new code from
      http://ag/I96f970e82b5243be01b205ac2cb6ab249c6100bc that inadvertently
      triggers some false positives with other clang-tidy flags. Builds that
      use a wider set of tidy flags (as specified in the test below) will
      break since `-warnings-as-errors=*` turns all warnings into errors,
      rather than just the ones that were specified as part of this
      Android.bp. The preferred way of checking this is to use
      `tidy_checks_as_errors`
      
      Bug: 119328308
      Test: WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=*,-readability-*,-google-readability-*,-google-runtime-references,-cppcoreguidelines-*,-modernize-*,-llvm-*,-bugprone-narrowing-conversions,-misc-non-private-member-variables-in-classes,-misc-unused-parameters,-hicpp-*,-fuchsia-* mm
      Change-Id: I941b3c89402e2cfa290b3829e2ac8ff7ea67ca3d
      Merged-In: I941b3c89402e2cfa290b3829e2ac8ff7ea67ca3d
      (cherry picked from commit 0bc64543)
      ab170654
Loading