Skip to content
Snippets Groups Projects
  1. Jul 18, 2017
    • Robert Quattlebaum's avatar
      lowpan: Introduce new unit tests for data classes · 93ea3ce9
      Robert Quattlebaum authored
      This change introduces new unit tests which confirm that
      various data classes are being property marshalled
      between their Java and C++ implementations.
      
      Bug: b/63707448 b/63708348
      Change-Id: I41d590b1e77dc41873c4b9e9bf1b7f1bf859f74e
      Test: These tests both compile and pass
      93ea3ce9
    • Robert Quattlebaum's avatar
      lowpan: Make various data classes Parcelable · 80aca1e3
      Robert Quattlebaum authored
      This change updates several of the data classes in
      `android.net.lowpan` to be parcelable. This allows them to be used
      directly for inter-process communication.
      
      Bug: b/63707448 b/63708348
      Change-Id: Ib5e8cad153534948ff4b43a2fda82f3db250839e
      Test: Confirmed with unit tests from change id
            I41d590b1e77dc41873c4b9e9bf1b7f1bf859f74e
      80aca1e3
    • Robert Quattlebaum's avatar
      lowpan: Remove libandroid_net_lowpan from platform/frameworks/base · ccd0a151
      Robert Quattlebaum authored
      This change removes the Android.mk file that created the target
      libandroid_net_lowpan from platform/frameworks/base.
      
      This native library has moved to frameworks/opt/net/lowpan via the
      following change id:
      
          I3dc7b9ca3b33b2ee5f92c8f76c28710997fb931d
      
      Bug: b/63707448 b/63708348
      Test: Confirmed with unit tests from change id
            I41d590b1e77dc41873c4b9e9bf1b7f1bf859f74e
      Change-Id: Ifbfe75dbfbfc0ac2c02124dcac151a9caf6b342a
      ccd0a151
  2. Jul 15, 2017
  3. Jul 14, 2017
Loading