Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DTetheringModuleTest.java35 import android.net.cts.util.CtsTetheringUtils;
36 import android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;
58 private CtsTetheringUtils mCtsTetheringUtils;
64 mCtsTetheringUtils = new CtsTetheringUtils(mContext); in setUp()
/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
DTetheringManagerTest.java31 import static android.net.cts.util.CtsTetheringUtils.isAnyIfaceMatch;
60 import android.net.cts.util.CtsTetheringUtils;
61 import android.net.cts.util.CtsTetheringUtils.StartTetheringCallback;
62 import android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;
101 private CtsTetheringUtils mCtsTetheringUtils;
113 mCtsTetheringUtils = new CtsTetheringUtils(mContext); in setUp()
/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DConnectivityMultiDevicesSnippet.kt28 import android.net.cts.util.CtsTetheringUtils
57 private val ctsTetheringUtils = CtsTetheringUtils(context)
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsTetheringUtils.java64 public final class CtsTetheringUtils { class
71 public CtsTetheringUtils(Context ctx) { in CtsTetheringUtils() method in CtsTetheringUtils
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java97 import static android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;
171 import android.net.cts.util.CtsTetheringUtils;
2662 final CtsTetheringUtils tetherUtils = new CtsTetheringUtils(mContext);