Home
last modified time | relevance | path

Searched defs:interfaceType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUI.java44 public <T> T getComponent(Class<T> interfaceType) { in getComponent()
48 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { in putComponent()
DSystemUIApplication.java193 public <T> T getComponent(Class<T> interfaceType) { in getComponent()
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
DTetherInterfaceStateMachineTest.java66 private void initStateMachine(int interfaceType) throws Exception { in initStateMachine()
77 … private void initTetheredStateMachine(int interfaceType, String upstreamIface) throws Exception { in initTetheredStateMachine()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetherInterfaceStateMachine.java95 public TetherInterfaceStateMachine(String ifaceName, Looper looper, int interfaceType, in TetherInterfaceStateMachine()
117 public int interfaceType() { in interfaceType() method in TetherInterfaceStateMachine
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java267 int interfaceType = ifaceNameToType(iface); in interfaceStatusChanged() local
340 int interfaceType = ifaceNameToType(iface); in interfaceAdded() local
841 private void tetherMatchingInterfaces(boolean enable, int interfaceType) { in tetherMatchingInterfaces()
1583 int interfaceType = ifaceNameToType(iface); in onReceive() local
1934 private void trackNewTetherableInterface(String iface, int interfaceType) { in trackNewTetherableInterface()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationClass.java97 private DeclaredType findInterface(TypeMirror interfaceType) { in findInterface()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DResourceBundle.java796 public void setInterfaceType(String interfaceType) { in setInterfaceType()