Searched refs:mTwtTeardownReasonCode (Results 1 – 1 of 1) sorted by relevance
7140 final AtomicInteger mTwtTeardownReasonCode = new AtomicInteger(-1); field in WifiManagerTest.TestTwtSessionCallback7154 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()