Searched refs:ROLE_SERVER (Results 1 – 4 of 4) sorted by relevance
29 import android.net.EthernetManager.ROLE_SERVER in <lambda>()222 ROLE_SERVER -> "ROLE_SERVER" in <lambda>()648 listener.eventuallyExpect(iface, STATE_LINK_UP, ROLE_SERVER) in <lambda>()655 listener.eventuallyExpect(iface, STATE_LINK_UP, ROLE_SERVER) in <lambda>()846 listener.eventuallyExpect(iface, STATE_LINK_UP, ROLE_SERVER) in <lambda>()
125 public static final int ROLE_SERVER = 2; field in EthernetManager128 @IntDef(prefix = "ROLE_", value = {ROLE_NONE, ROLE_CLIENT, ROLE_SERVER})
568 return EthernetManager.ROLE_SERVER; in getInterfaceRole()656 if (getInterfaceRole(iface) == EthernetManager.ROLE_SERVER) { in setInterfaceAdministrativeState()
56 field public static final int ROLE_SERVER = 2; // 0x2