Searched defs:interfaceType (Results 1 – 7 of 7) sorted by relevance
44 public <T> T getComponent(Class<T> interfaceType) { in getComponent()48 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { in putComponent()
193 public <T> T getComponent(Class<T> interfaceType) { in getComponent()
66 private void initStateMachine(int interfaceType) throws Exception { in initStateMachine()77 … private void initTetheredStateMachine(int interfaceType, String upstreamIface) throws Exception { in initTetheredStateMachine()
95 public TetherInterfaceStateMachine(String ifaceName, Looper looper, int interfaceType, in TetherInterfaceStateMachine()117 public int interfaceType() { in interfaceType() method in TetherInterfaceStateMachine
267 int interfaceType = ifaceNameToType(iface); in interfaceStatusChanged() local340 int interfaceType = ifaceNameToType(iface); in interfaceAdded() local841 private void tetherMatchingInterfaces(boolean enable, int interfaceType) { in tetherMatchingInterfaces()1583 int interfaceType = ifaceNameToType(iface); in onReceive() local1934 private void trackNewTetherableInterface(String iface, int interfaceType) { in trackNewTetherableInterface()
97 private DeclaredType findInterface(TypeMirror interfaceType) { in findInterface()
796 public void setInterfaceType(String interfaceType) { in setInterfaceType()