Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java51 private int mNetId = -1; field in WifiTest
62 if (mNetId != -1) { in tearDown()
63 mWm.removeNetwork(mNetId); in tearDown()
97 mNetId = mWm.addNetwork(config); in testAddNetworkWithKeychainKey_granted()
99 assertNotEquals(-1, mNetId); in testAddNetworkWithKeychainKey_granted()
106 mNetId = mWm.addNetwork(config); in testAddNetworkWithKeychainKey_notGranted()
108 assertEquals(-1, mNetId); in testAddNetworkWithKeychainKey_notGranted()