Home
last modified time | relevance | path

Searched refs:PROTO_STATUS_OPEN (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DProtocolPortTuple.java43 public static final int PROTO_STATUS_OPEN = 1; field in ProtocolPortTuple
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DHSConnectionCapabilityElementTest.java40 new ProtocolPortTuple(3, 4, ProtocolPortTuple.PROTO_STATUS_OPEN);
DANQPParserTest.java474 int status = ProtocolPortTuple.PROTO_STATUS_OPEN; in parseHSConnectionCapabilityElement()