Searched refs:isNcm (Results 1 – 2 of 2) sorted by relevance
196 public final boolean isNcm; field in Tethering.TetherState198 TetherState(IpServer ipServer, boolean isNcm) { in TetherState() argument203 this.isNcm = isNcm; in TetherState()646 } else if (cfg.isNcm(iface)) { in ifaceNameToType()1430 boolean isNcm) { in enableIpServing() argument1431 ensureIpServerStarted(ifname, tetheringType, isNcm); in enableIpServing()1568 if (state.isNcm == forNcmFunction) { in disableUsbIpServing()2807 private void ensureIpServerStarted(final String iface, int interfaceType, boolean isNcm) { in ensureIpServerStarted() argument2819 mDeps.makeIpServerDependencies()), isNcm); in ensureIpServerStarted()
359 public boolean isNcm(String iface) { in isNcm() method in TetheringConfiguration