Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java327 @Mock private TetheredInterfaceRequestShim mTetheredInterfaceRequestShim; field in TetheringTest
597 any(), any())).thenReturn(mTetheredInterfaceRequestShim); in makeBluetoothPanShim()
4235 verify(mTetheredInterfaceRequestShim).release(); in verifySetBluetoothTethering()