Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java95 private String mIface; field in Nat464Xlat
190 mIface = CLAT_PREFIX + baseIface; in enterStartingState()
224 mIface = null; in leaveStartedState()
278 String iface = mIface; in stop()
417 if (lp.getAllInterfaceNames().contains(mIface)) { in fixupLinkProperties()
421 Slog.d(TAG, "clatd running, updating NAI for " + mIface); in fixupLinkProperties()
423 if (Objects.equals(mIface, stacked.getInterfaceName())) { in fixupLinkProperties()
432 stacked.setInterfaceName(mIface); in makeLinkProperties()
442 clatAddress.getAddress(), mIface); in makeLinkProperties()
476 if (!isStarting() || !up || !Objects.equals(mIface, iface)) { in handleInterfaceLinkStateChanged()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackTest.java59 private String mIface = "test_p2p0"; field in SupplicantP2pIfaceCallbackTest
85 mDut = new SupplicantP2pIfaceCallbackSpy(mIface, mMonitor); in setUp()
104 assertEquals(iface, mIface); in testOnDeviceFound_success()
157 verify(mMonitor).broadcastP2pDeviceFound(eq(mIface), deviceCaptor.capture()); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
249 assertEquals(iface, mIface); in testOnDeviceLost_success()
291 assertEquals(iface, mIface); in testOnGoNegotiationRequest_success()
354 assertEquals(iface, mIface); in testOnGroupStarted_success()
543 verify(mMonitor).broadcastP2pFindStopped(eq(mIface)); in testOnFindStopped()
552 verify(mMonitor).broadcastP2pGoNegotiationSuccess(eq(mIface)); in testOnGoNegotiationCompletedSuccess()
562 eq(mIface), eq(P2pStatus.INFORMATION_IS_CURRENTLY_UNAVAILABLE)); in testOnGoNegotiationCompletedFailureUnavailable()
[all …]
/frameworks/base/packages/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java261 private final String mIface; field in EthernetTetheringTest.MyTetheringEventCallback
269 mIface = iface; in MyTetheringEventCallback()
283 if (!mInterfaceWasTethered && (mIface == null || interfaces.contains(mIface))) { in onTetheredInterfacesChanged()
288 } else if (mInterfaceWasTethered && !interfaces.contains(mIface)) { in onTetheredInterfacesChanged()
306 assertTrue(mIface + " not untethered after " + TIMEOUT_MS + "ms", in awaitInterfaceUntethered()