Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java7140 final AtomicInteger mTwtTeardownReasonCode = new AtomicInteger(-1); field in WifiManagerTest.TestTwtSessionCallback
7154 mTwtTeardownReasonCode.set(reasonCode); in onTeardown()
7317 while (testTwtSessionCallback.mTwtTeardownReasonCode.get() == -1 in testTwt()
7324 testTwtSessionCallback.mTwtTeardownReasonCode.get()); in testTwt()
7325 assertTrue(testTwtSessionCallback.mTwtTeardownReasonCode.get() in testTwt()