Searched refs:TEST_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
36 private static final int TEST_PROTOCOL = 1; field in ProtocolPortTupleTest90 ByteBuffer buffer = getTestBuffer(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()91 ProtocolPortTuple expected = new ProtocolPortTuple(TEST_PROTOCOL, TEST_PORT, TEST_STATUS); in parseBufferWithTestData()
39 private static final String TEST_PROTOCOL = "prot%col"; field in ContactsUtilsTests85 values.put(Im.CUSTOM_PROTOCOL, TEST_PROTOCOL); in testImIntentCustom()96 assertEquals(TEST_PROTOCOL, data.getAuthority()); in testImIntentCustom()