Home
last modified time | relevance | path

Searched refs:newIface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DTetheringModuleTest.java110 final TetheringInterface newIface; in addressConflictTest() local
112 newIface = restartedIface; in addressConflictTest()
117 newIface = mCtsTetheringUtils.startWifiTethering(tetherEventCallback); in addressConflictTest()
120 nif = NetworkInterface.getByName(newIface.getInterface()); in addressConflictTest()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java9309 final String newIface = getVpnIsolationInterface(nai, nai.networkCapabilities, newLp);
9311 final boolean needsFiltering = requiresVpnAllowRule(nai, newLp, newIface);
9318 if (Objects.equals(oldIface, newIface) && (wasFiltering == needsFiltering)) {
9337 mPermissionMonitor.onVpnUidRangesAdded(newIface, ranges, vpnAppUid);
10040 final String newIface = getVpnIsolationInterface(nai, newNc, nai.linkProperties);
10042 final boolean shouldFilter = requiresVpnAllowRule(nai, nai.linkProperties, newIface);
10059 mPermissionMonitor.onVpnUidRangesAdded(newIface, newRanges, newNc.getOwnerUid());
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1182 private String handleIfaceCreationWhenVendorHalNotSupported(@NonNull Iface newIface) { in handleIfaceCreationWhenVendorHalNotSupported() argument
1184 Iface existingIface = mIfaceMgr.removeExistingIface(newIface.id); in handleIfaceCreationWhenVendorHalNotSupported()