Home
last modified time | relevance | path

Searched refs:getWifiManager (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java76 mWifiManager = TestAppSystemServiceFactory.getWifiManager(mContext, in setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DWifiLockdownTestActivity.java64 WifiManager wifiManager = TestAppSystemServiceFactory.getWifiManager(this, in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMeteredDataRestrictionTest.java80 mWm = TestAppSystemServiceFactory.getWifiManager(mContext, BasicAdminReceiver.class); in setUp()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DTestAppSystemServiceFactory.java89 public static WifiManager getWifiManager(Context context, in getWifiManager() method in TestAppSystemServiceFactory