Searched refs:CtsTetheringUtils (Results 1 – 6 of 6) sorted by relevance
30 import android.net.cts.util.CtsTetheringUtils;31 import android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;44 private CtsTetheringUtils mCtsTetheringUtils;51 mCtsTetheringUtils = new CtsTetheringUtils(targetContext); in setUp()
40 import static android.net.cts.util.CtsTetheringUtils.isAnyIfaceMatch;72 import android.net.cts.util.CtsTetheringUtils;73 import android.net.cts.util.CtsTetheringUtils.StartTetheringCallback;74 import android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;122 private CtsTetheringUtils mCtsTetheringUtils;134 mCtsTetheringUtils = new CtsTetheringUtils(mContext); in setUp()812 CtsTetheringUtils.StopTetheringCallback in testCarrierPrivilegedStopTetheringNonWifiFails()813 callback = new CtsTetheringUtils.StopTetheringCallback(); in testCarrierPrivilegedStopTetheringNonWifiFails()835 CtsTetheringUtils.StopTetheringCallback in testCarrierPrivilegedStopTetheringWifiWithoutConfigFails()836 callback = new CtsTetheringUtils.StopTetheringCallback(); in testCarrierPrivilegedStopTetheringWifiWithoutConfigFails()[all …]
35 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()
29 import android.net.cts.util.CtsTetheringUtils60 private val ctsTetheringUtils = CtsTetheringUtils(context)
66 public final class CtsTetheringUtils { class73 public CtsTetheringUtils(Context ctx) { in CtsTetheringUtils() method in CtsTetheringUtils
96 import static android.net.cts.util.CtsTetheringUtils.TestTetheringEventCallback;174 import android.net.cts.util.CtsTetheringUtils;2765 final CtsTetheringUtils tetherUtils = new CtsTetheringUtils(mContext);