Searched refs:testTwtSessionCallback (Results 1 – 1 of 1) sorted by relevance
7205 TestTwtSessionCallback testTwtSessionCallback = new TestTwtSessionCallback(); in testTwt() local7273 sWifiManager.setupTwtSession(twtRequest, mExecutor, testTwtSessionCallback); in testTwt()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()7317 while (testTwtSessionCallback.mTwtTeardownReasonCode.get() == -1 in testTwt()[all …]