Home
last modified time | relevance | path

Searched refs:TEST_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DProtocolPortTupleTest.java36 private static final int TEST_PROTOCOL = 1; field in ProtocolPortTupleTest
90 ByteBuffer buffer = getTestBuffer(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()
91 ProtocolPortTuple expected = new ProtocolPortTuple(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactsUtilsTests.java39 private static final String TEST_PROTOCOL = "prot%col"; field in ContactsUtilsTests
85 values.put(Im.CUSTOM_PROTOCOL, TEST_PROTOCOL); in testImIntentCustom()
96 assertEquals(TEST_PROTOCOL, data.getAuthority()); in testImIntentCustom()