Searched refs:isNcm (Results 1 – 2 of 2) sorted by relevance
186 public final boolean isNcm; field in Tethering.TetherState188 TetherState(IpServer ipServer, boolean isNcm) { in TetherState() argument193 this.isNcm = isNcm; in TetherState()577 } else if (cfg.isNcm(iface)) { in ifaceNameToType()1256 boolean isNcm) { in enableIpServing() argument1257 ensureIpServerStarted(ifname, tetheringType, isNcm); in enableIpServing()1372 if (state.isNcm == forNcmFunction) { in disableUsbIpServing()2572 private void ensureIpServerStarted(final String iface, int interfaceType, boolean isNcm) {2584 mDeps.getIpServerDependencies()), isNcm);
269 public boolean isNcm(String iface) { in isNcm() method in TetheringConfiguration