Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java57 public TetheredInterfaceRequestShim requestTetheredInterface(@NonNull final Executor executor, in requestTetheredInterface() method in BluetoothPanShimImpl
60 TetheredInterfaceRequest request = mPan.requestTetheredInterface(executor, in requestTetheredInterface()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DEthernetManagerTest.kt463 private fun requestTetheredInterface() = TetheredInterfaceListener().also { in <lambda>() method
465 em.requestTetheredInterface(handler::post, it) in <lambda>()
624 requestTetheredInterface().expectOnAvailable(NO_CALLBACK_TIMEOUT_MS) in <lambda>()
643 requestTetheredInterface().expectOnAvailable() in <lambda>()
653 requestTetheredInterface().expectOnAvailable() in <lambda>()
667 requestTetheredInterface().expectOnAvailable() in <lambda>()
843 val ifaceName = requestTetheredInterface().expectOnAvailable() in <lambda>()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DBluetoothPanShim.java50 TetheredInterfaceRequestShim requestTetheredInterface(@NonNull Executor executor, in requestTetheredInterface() method
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DBluetoothPanShimImpl.java49 public TetheredInterfaceRequestShim requestTetheredInterface(@NonNull final Executor executor, in requestTetheredInterface() method in BluetoothPanShimImpl
/packages/modules/Bluetooth/framework/api/
Dmodule-lib-current.txt11 …}) public android.net.TetheringManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull …
/packages/modules/Connectivity/framework-t/src/android/net/
DIEthernetManager.aidl42 void requestTetheredInterface(in ITetheredInterfaceCallback callback); in requestTetheredInterface() method
DEthernetManager.java437 public TetheredInterfaceRequest requestTetheredInterface(@NonNull final Executor executor, in requestTetheredInterface() method in EthernetManager
454 mService.requestTetheredInterface(cbInternal); in requestTetheredInterface()
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetServiceImpl.java174 public void requestTetheredInterface(ITetheredInterfaceCallback callback) { in requestTetheredInterface() method in EthernetServiceImpl
178 mTracker.requestTetheredInterface(callback); in requestTetheredInterface()
DEthernetTracker.java491 public void requestTetheredInterface(ITetheredInterfaceCallback callback) { in requestTetheredInterface() method in EthernetTracker
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java311 protected CompletableFuture<String> requestTetheredInterface() throws Exception { in requestTetheredInterface() method in EthernetTetheringTestBase
623 sEm.requestTetheredInterface(c -> c.run() /* executor */, this)); in requestInterface()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java538 public TetheredInterfaceRequest requestTetheredInterface( in requestTetheredInterface() method in BluetoothPan
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java545 when(mBluetoothPanShim.requestTetheredInterface( in makeBluetoothPanShim()
2432 when(mEm.requestTetheredInterface(any(), any())).thenReturn(mockRequest); in testNoDuplicatedEthernetRequest()
2436 verify(mEm, times(1)).requestTetheredInterface(any(), any()); in testNoDuplicatedEthernetRequest()
2954 when(mEm.requestTetheredInterface(any(), any())).thenReturn(mockRequest); in testNoAddressAvailable()
2960 verify(mEm).requestTetheredInterface(any(), callbackCaptor.capture()); in testNoAddressAvailable()
2984 verify(mEm).requestTetheredInterface(any(), callbackCaptor.capture()); in testNoAddressAvailable()
3416 verify(mBluetoothPanShim).requestTetheredInterface(any(), callbackCaptor.capture()); in verifySetBluetoothTethering()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java226 CompletableFuture<String> futureIface = requestTetheredInterface(); in testVirtualEthernet()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java879 mBluetoothIfaceRequest = panShim.requestTetheredInterface(mExecutor, in changeBluetoothTetheringSettings()
935 mEthernetIfaceRequest = em.requestTetheredInterface(mExecutor, mEthernetCallback); in setEthernetTethering()
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt256 …K}) public android.net.EthernetManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull …