History log of /frameworks/base/wifi/tests/src/android/net/wifi/aware/TlvBufferUtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
caf9b531f7a78353be575dcaa8bb7fe83c9988ad 23-Jan-2018 Etan Cohen <etancohen@google.com> Update SmallTest library

android.test.suitebuilder.annotation.SmallTest is deprecated and
replaced by android.support.test.filters.SmallTest.

Update all test files. No other change.

Bug: 72324160
Test: all unit tests pass
Change-Id: I02ec8419a3eac698077d46b0b95f1f695b0f1b9b
/frameworks/base/wifi/tests/src/android/net/wifi/aware/TlvBufferUtilsTest.java
1857b982c320311e10e109064c204e7894aa0730 23-Nov-2016 Etan Cohen <etancohen@google.com> AWARE: Abstract structure of match filters

Replace byte[] representation with a List<byte[]> representation
which abstracts the LV (TLV without a type field) structure of
the match filters.

Tlv utilities: remove tag indicating that will be made public API.
That is no longer expected (will be an internal utility) since the
match filter structure is now parsed when exposed to API.

Lv utilities: removed. Was a simple wrapper around Tlv utilities -
no longer needed since will not be exposed as API.

(cherry-pick of commit c9870d0d431471bf1362e46fc4f2f1bc6722896a)

Bug: 32840891
Test: unit-tests and integration (sl4a) tests passing
Change-Id: I6d792c4d7584ce002f6c11692e83e7654ef3e764
/frameworks/base/wifi/tests/src/android/net/wifi/aware/TlvBufferUtilsTest.java
b77b69545ea32f336a90ac9403ceb826d8798f1b 17-Nov-2016 Etan Cohen <etancohen@google.com> [AWARE] Move manager tests from service to manager directory

Move operation - no functional tests. Only editorial changes:
- Remove (no longer) necessary import statements
- Removed reference to a constant sitting on the service side.
Replaced with locally defined constant.

(cherry pick of commit 7ba5ad3c53dac62e56cd12dbe2054ce8374b6b92)

Bug: 32954930
Test: unit-tests pass
Change-Id: Ibe463fa73c27fc67996460eb91ea0222437927a6
/frameworks/base/wifi/tests/src/android/net/wifi/aware/TlvBufferUtilsTest.java