Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DEthernetManagerTest.kt28 import android.net.EthernetManager.ROLE_NONE in <lambda>()
220 ROLE_NONE -> "ROLE_NONE" in <lambda>()
364 ifaceListener.eventuallyExpect(iface, STATE_ABSENT, ROLE_NONE) in <lambda>()
442 ifaceListener.eventuallyExpect(iface, STATE_ABSENT, ROLE_NONE) in <lambda>()
588 listener.expectCallback(iface, STATE_ABSENT, ROLE_NONE) in <lambda>()
594 listener.expectCallback(iface2, STATE_ABSENT, ROLE_NONE) in <lambda>()
612 listener.expectCallback(iface, STATE_ABSENT, ROLE_NONE) in <lambda>()
852 listener.expectCallback(iface, STATE_ABSENT, ROLE_NONE) in <lambda>()
/packages/modules/Connectivity/framework-t/src/android/net/
DEthernetManager.java111 public static final int ROLE_NONE = 0; field in EthernetManager
128 @IntDef(prefix = "ROLE_", value = {ROLE_NONE, ROLE_CLIENT, ROLE_SERVER})
/packages/modules/Connectivity/framework-t/api/
Dmodule-lib-current.txt55 field public static final int ROLE_NONE = 0; // 0x0
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetTracker.java570 return EthernetManager.ROLE_NONE; in getInterfaceRole()