Home
last modified time | relevance | path

Searched refs:isNcm (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java186 public final boolean isNcm; field in Tethering.TetherState
188 TetherState(IpServer ipServer, boolean isNcm) { in TetherState() argument
193 this.isNcm = isNcm; in TetherState()
577 } else if (cfg.isNcm(iface)) { in ifaceNameToType()
1256 boolean isNcm) { in enableIpServing() argument
1257 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);
DTetheringConfiguration.java269 public boolean isNcm(String iface) { in isNcm() method in TetheringConfiguration