Searched refs:INTERFACE_INDEX_UNSPECIFIED (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.server.connectivity.mdns.MdnsSocket.INTERFACE_INDEX_UNSPECIFIED;58 INTERFACE_INDEX_UNSPECIFIED); in constructor_createWithOnlyTextStrings_correctAttributes()78 INTERFACE_INDEX_UNSPECIFIED); in constructor_createWithOnlyTextEntries_correctAttributes()99 INTERFACE_INDEX_UNSPECIFIED); in constructor_createWithBothTextStringsAndTextEntries_acceptsOnlyTextEntries()120 INTERFACE_INDEX_UNSPECIFIED); in constructor_createWithDuplicateKeys_acceptsTheFirstOne()139 INTERFACE_INDEX_UNSPECIFIED); in constructor_createWithUppercaseKeys_correctAttributes()160 INTERFACE_INDEX_UNSPECIFIED); in getInterfaceIndex_constructorWithDefaultValues_returnsMinusOne()162 assertEquals(info.getInterfaceIndex(), INTERFACE_INDEX_UNSPECIFIED); in getInterfaceIndex_constructorWithDefaultValues_returnsMinusOne() local
648 MdnsSocket.INTERFACE_INDEX_UNSPECIFIED, mock(Network.class)).first); in decode()
40 static final int INTERFACE_INDEX_UNSPECIFIED = -1; field in MdnsSocket
19 import static com.android.server.connectivity.mdns.MdnsSocket.INTERFACE_INDEX_UNSPECIFIED;
450 ? MdnsSocket.INTERFACE_INDEX_UNSPECIFIED in receiveThreadMain()