Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java23 import android.net.TetheringManager.TetheredInterfaceRequest;
60 TetheredInterfaceRequest request = mPan.requestTetheredInterface(executor, in requestTetheredInterface()
/packages/modules/Connectivity/framework-t/src/android/net/
DEthernetManager.java385 public static class TetheredInterfaceRequest { class in EthernetManager
389 private TetheredInterfaceRequest(@NonNull IEthernetManager service, in TetheredInterfaceRequest() method in EthernetManager.TetheredInterfaceRequest
437 public TetheredInterfaceRequest requestTetheredInterface(@NonNull final Executor executor, in requestTetheredInterface()
458 return new TetheredInterfaceRequest(mService, cbInternal); in requestTetheredInterface()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java35 import android.net.TetheringManager.TetheredInterfaceRequest;
180 public class BluetoothTetheredInterfaceRequest implements TetheredInterfaceRequest {
538 public TetheredInterfaceRequest requestTetheredInterface( in requestTetheredInterface()
/packages/modules/Bluetooth/framework/api/
Dmodule-lib-current.txt11 …mission.TETHER_PRIVILEGED}) public android.net.TetheringManager.TetheredInterfaceRequest requestTe…
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dmodule-lib-current.txt35 public static interface TetheringManager.TetheredInterfaceRequest {
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java54 import android.net.EthernetManager.TetheredInterfaceRequest;
605 private TetheredInterfaceRequest mRequest;
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DEthernetManagerTest.kt34 import android.net.EthernetManager.TetheredInterfaceRequest in <lambda>()
146 private var tetheredInterfaceRequest: TetheredInterfaceRequest? = null in <lambda>()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java130 import android.net.EthernetManager.TetheredInterfaceRequest;
2431 final TetheredInterfaceRequest mockRequest = mock(TetheredInterfaceRequest.class); in testNoDuplicatedEthernetRequest()
2953 final TetheredInterfaceRequest mockRequest = mock(TetheredInterfaceRequest.class); in testNoAddressAvailable()
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt256 …ION_MAINLINE_NETWORK_STACK}) public android.net.EthernetManager.TetheredInterfaceRequest requestTe…
265 public static class EthernetManager.TetheredInterfaceRequest {
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java477 public interface TetheredInterfaceRequest { interface in TetheringManager
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java277 private EthernetManager.TetheredInterfaceRequest mEthernetIfaceRequest;