Searched defs:interfaceType (Results 1 – 10 of 10) sorted by relevance
24 <T> T getComponent(Class<T> interfaceType); in getComponent()26 public static <T> T getComponent(Context context, Class<T> interfaceType) { in getComponent()
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()
261 public <T> T getComponent(Class<T> interfaceType) { in getComponent()
35 public <T> T getComponent(Class<T> interfaceType) { in getComponent()39 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { in putComponent()
72 private void initStateMachine(int interfaceType) throws Exception { in initStateMachine()84 … private void initTetheredStateMachine(int interfaceType, String upstreamIface) throws Exception { in initTetheredStateMachine()
99 String ifaceName, Looper looper, int interfaceType, SharedLog log, in TetherInterfaceStateMachine()126 public int interfaceType() { return mInterfaceType; } in interfaceType() method in TetherInterfaceStateMachine
864 private void tetherMatchingInterfaces(int requestedState, int interfaceType) { in tetherMatchingInterfaces()1458 int interfaceType = ifaceNameToType(iface); in onReceive() local1875 final int interfaceType = ifaceNameToType(iface); in maybeTrackNewInterfaceLocked() local1883 private void maybeTrackNewInterfaceLocked(final String iface, int interfaceType) { in maybeTrackNewInterfaceLocked()
97 private DeclaredType findInterface(TypeMirror interfaceType) { in findInterface()
796 public void setInterfaceType(String interfaceType) { in setInterfaceType()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...