Searched refs:mTwtSession (Results 1 – 1 of 1) sorted by relevance
7139 final AtomicReference<TwtSession> mTwtSession = new AtomicReference<>(); field in WifiManagerTest.TestTwtSessionCallback7162 mTwtSession.set(twtSession); in onCreate()7277 while (testTwtSessionCallback.mTwtSession.get() == null && now < deadline) { in testTwt()7283 testTwtSessionCallback.mTwtSession.get()); in testTwt()7284 assertTrue(testTwtSessionCallback.mTwtSession.get().getWakeDurationMicros() > 0); in testTwt()7285 assertTrue(testTwtSessionCallback.mTwtSession.get().getWakeIntervalMicros() > 0); in testTwt()7286 assertTrue(testTwtSessionCallback.mTwtSession.get().getMloLinkId() == linkId); in testTwt()7289 testTwtSessionCallback.mTwtSession.get().getStats(mExecutor, twtStatsCallback); in testTwt()7313 testTwtSessionCallback.mTwtSession.get().teardown(); in testTwt()