Searched refs:tlvIt10 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | TlvBufferUtilsTest.java | 273 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, 0, testTlv); in testTlvItInvalidSizeT1L0() local 281 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(-3, 2, testTlv); in testTlvItInvalidSizeTm3L2() local 289 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, -2, testTlv); in testTlvItInvalidSizeT1Lm2() local 297 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, 3, testTlv); in testTlvItInvalidSizeT1L3() local 305 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(3, 1, testTlv); in testTlvItInvalidSizeT3L1() local
|