/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/ |
D | BluetoothPanShimImpl.java | 57 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/ |
D | EthernetManagerTest.kt | 463 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/ |
D | BluetoothPanShim.java | 50 TetheredInterfaceRequestShim requestTetheredInterface(@NonNull Executor executor, in requestTetheredInterface() method
|
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
D | BluetoothPanShimImpl.java | 49 public TetheredInterfaceRequestShim requestTetheredInterface(@NonNull final Executor executor, in requestTetheredInterface() method in BluetoothPanShimImpl
|
/packages/modules/Bluetooth/framework/api/ |
D | module-lib-current.txt | 11 …}) public android.net.TetheringManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull …
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IEthernetManager.aidl | 42 void requestTetheredInterface(in ITetheredInterfaceCallback callback); in requestTetheredInterface() method
|
D | EthernetManager.java | 437 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/ |
D | EthernetServiceImpl.java | 174 public void requestTetheredInterface(ITetheredInterfaceCallback callback) { in requestTetheredInterface() method in EthernetServiceImpl 178 mTracker.requestTetheredInterface(callback); in requestTetheredInterface()
|
D | EthernetTracker.java | 491 public void requestTetheredInterface(ITetheredInterfaceCallback callback) { in requestTetheredInterface() method in EthernetTracker
|
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/ |
D | EthernetTetheringTestBase.java | 311 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/ |
D | BluetoothPan.java | 538 public TetheredInterfaceRequest requestTetheredInterface( in requestTetheredInterface() method in BluetoothPan
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 545 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/ |
D | EthernetTetheringTest.java | 226 CompletableFuture<String> futureIface = requestTetheredInterface(); in testVirtualEthernet()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 879 mBluetoothIfaceRequest = panShim.requestTetheredInterface(mExecutor, in changeBluetoothTetheringSettings() 935 mEthernetIfaceRequest = em.requestTetheredInterface(mExecutor, mEthernetCallback); in setEthernetTethering()
|
/packages/modules/Connectivity/framework-t/api/ |
D | system-current.txt | 256 …K}) public android.net.EthernetManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull …
|