Home
last modified time | relevance | path

Searched refs:TYPE_BROADCAST (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DMacAddressTest.java19 import static android.net.MacAddress.TYPE_BROADCAST;
66 case TYPE_BROADCAST: in typeToString()
82 new TestCase("ff:ff:ff:ff:ff:ff", "ff:ff:ff", TYPE_BROADCAST, LOCALLY_ASSIGNED), in testMacAddress()
/packages/modules/Connectivity/framework/src/android/net/
DMacAddress.java71 TYPE_BROADCAST,
82 public static final int TYPE_BROADCAST = 3; field in MacAddress
112 return TYPE_BROADCAST; in getAddressType()
/packages/modules/Connectivity/tests/unit/java/android/net/
DMacAddressTest.java65 AddrTypeTestCase.of(MacAddress.TYPE_BROADCAST, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff), in testMacAddrTypes()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt286 field public static final int TYPE_BROADCAST = 3; // 0x3