Skip to content
Snippets Groups Projects
  1. Sep 11, 2018
  2. Sep 10, 2018
  3. Sep 09, 2018
    • Chienyuan's avatar
      Simplify logic for disconnect and getConnectionStatus in MapProfile · f5b1c1d0
      Chienyuan authored
      * disconnect: remove connected device check logic. BluetoothMapService
        will check it.
      * getConnectionStatus: remove connected device check logic.
        BluetoothMapService will check it.
      * Rewrite the annotation about this class.
      * Remove member variable V and related checks.
      * wrap if/else statement in curly brackets.
      
      Bug: 111812003
      Test: manual - disconnect MAP from Settings UI
      Change-Id: I2469821f0ae2e3f384844326b30c7d3c4c88ab63
      f5b1c1d0
  4. Sep 08, 2018
  5. Sep 07, 2018
  6. Sep 06, 2018
    • Philip P. Moltmann's avatar
      Fix usage of internal mockito API · 404b021b
      Philip P. Moltmann authored
      The StubberImpl now takes an argument. Set it to default.
      
      Test: m -j TtsTests
      Change-Id: Id1175bd40489c7dee2c8c0993a65836d86e38cb3
      404b021b
    • Ryan Prichard's avatar
      Merge changes from topic "b113052379-cp-from-pi-dev-p2" · c9fc995e
      Ryan Prichard authored
      * changes:
        Camera: Documentation update to remove physicalIds
        Camera: Documentation updates for calibration and distortion correction
      c9fc995e
    • Treehugger Robot's avatar
      f9fa9a63
    • Tobias Thierer's avatar
      0d2f465e
    • Tobias Thierer's avatar
      Fix compilation when targeting OpenJDK 9. · 8fb36157
      Tobias Thierer authored
      CL [1] added a new compilation target that uses internal API
      that is now in the jdk.compiler module and is not exported
      (it is subject to removal without notice in future versions of
      OpenJDK). The fact that these packages are not exported suggests
      that a replacement API is already available, but I don't know the
      details.
      
      For now, this CL uses javac command-line flags to export these
      packages, which fixes compilation. Since the commit message from
      CL [1] implies that the entire tool can be removed once bug 77284273
      is fixed, a longer-term solution should not be required.
      
      [1] https://android-review.googlesource.com/c/platform/frameworks/base/+/745655
          commit bad89e5e
      
      Test: The following breaks before but not after this CL:
        EXPERIMENTAL_USE_OPENJDK9=true make unsupportedappusage-annotation-processor
      Bug: 113853502
      
      Change-Id: I24b77af9262891428a01e2eccc18fa3a5c3b3bc9
      8fb36157
    • David Brazdil's avatar
      Move ApplicationInfo.usesNonSdkApi to private flags · fa5e8361
      David Brazdil authored
      No need to create an extra field for a boolean flag. Move the recently
      added ApplicationInfo.usesNonSdkApi to one bit in privateFlags.
      
      This also solves an issue where the field was not propagated during
      copying of the data structure.
      
      Bug: 113315999
      Test: phone boots
      Merged-In: I09f8f39454c013a84893ac304904a4412fc542bf
      Change-Id: I09f8f39454c013a84893ac304904a4412fc542bf
      (cherry picked from commit a5b4df2a)
      fa5e8361
    • David Brazdil's avatar
      Ignore comment lines in hidden api lists · ae88d4e2
      David Brazdil authored
      It is sometimes useful to add comments at the top of a source file. This
      patch changes hidden API list generation to ignore lines beginning with
      a hash.
      
      Note that due to the sorting constraints on hidden API lists, comments
      can be only at the top of the files.
      
      Test: m appcompat
      Change-Id: I1bc6fd44d1b1f10a5adc45093d7f7ed5a0c5a54f
      ae88d4e2
    • David Brazdil's avatar
      Mark hidden API lists .KATI_RESTAT · 081a589a
      David Brazdil authored
      Change hidden API list generation build rule so that it checks if
      outputs have changed and only commit them when changes have been made.
      .KATI_RESTAT instructs ninja to restat the outputs and remove reverse
      dependencies when rebuilding dependencies is not needed.
      
      Bug: 113278235
      Test: m appcompat
      Change-Id: Ic3ec82534a6d79b6a85f865a6e9eb5f0b3f12424
      081a589a
    • David Brazdil's avatar
      Check in P dark greylist, use it for hidden API list generation · 3cc74c71
      David Brazdil authored
      We want to preserve the same semantics as P wrt dark greylist. This will
      eventually become the "blacklist for target SDK >= P".
      
      Bug: 113881436
      Test: phone boots
      Change-Id: I3bb72102e1d054eb0f2cae089ab633a0bc2bb276
      3cc74c71
    • Treehugger Robot's avatar
    • Erik Kline's avatar
      Tighten up neighbor timers if IpReachabilityMonitor is in use · 5b43cea3
      Erik Kline authored
      Currently the kernel sends 3 probes, 1000ms apart when a neighbor is
      in NUD_PROBE state (either naturally or artificially moved to that
      state when, for example, confirming network configuration following
      an AP association/roam).
      
      With this change the device sends 5 probes at 750ms apart.  This
      gives the network infrastructure a chance to respond to any of
      5 probes instead of any of only 3, at a cost of increasing the total
      probe time from 3s to 3.75s.
      
      Future changes may read these values from settings (or from somewhere
      else) so that experiments may be conducted or values adjusted based on
      other information.
      
      Test: as follows
          - built, flashed, booted
          - runtest frameworks-net passes
          - examinaton of /proc settings on wifi shows updated values
          - connected to a test network, disconnected the backhaul, ran
            "adb shell dumpsys wifi ipclient confirm" while watching
            "adb shell tcpdump -n -i wlan0 -l -vv arp", and observed
            5 ARP who-has ("solicits") ~750ms apart.
      Bug: 62476366
      Bug: 62845299
      Change-Id: Ib805531b08624805bb63703a5b338b9ff48171d4
      5b43cea3
  7. Sep 05, 2018
Loading