summaryrefslogtreecommitdiff
path: root/lowpan/tests/src
AgeCommit message (Collapse)Author
2022-08-15Remove lowpan internal API ThiƩbaud Weksteen
This API is not used: marked as @hide with a commented out @SystemApi; the AIDL server is not implemented in AOSP nor internally. There is one extra client from the SEPolicy: wpantund; but there is no build rule for this binary, and no reference for it in AOSP. This API appears be an artifact from the initial import of Android Things back in 2017. I confirmed with the previous owners that there is no intention to use this API in the future (see bug). This changes reduces the size of framework.jar by 77kb on bramble-userdebug. Bug: 235018188 Test: TH Change-Id: Id66f5ed23ed26c7185f36454f168e34997be3f8f
2018-12-17Migrate frameworks/base/lowpan/tests to androidx.test KOUSHIK PANUGANTI
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I3794177be37b3ad1b5b893c9b0bfbbb25ece4afd
2017-07-18Revert "lowpan: Introduce new unit tests for data classes" Robert Quattlebaum
This reverts commit 93ea3ce9b8bd53f97df2171b3e3fbc70fa1b096d. Reason for revert: Build failure in build 4190632 on branch `git_wear-master`. Not all branches based on master include platform/frameworks/opt/net/lowpan. Change-Id: I70fe6be8d71424e11a537daaa69c3f6cfae8e49d
2017-07-18lowpan: Introduce new unit tests for data classes Robert Quattlebaum
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
2017-07-10android.net.lowpan: Added basic unit tests. Robert Quattlebaum
This change has all of the bits for supporting LoWPAN unit tests. Additional tests are being written to improve code coverage, but this seems like a good start. Bug: b/33073713 Test: Successfully ran enclosed unit tests Change-Id: Ib3750be5052bf1a90bf871756e9121b047d3871f