Searched refs:twtStats (Results 1 – 1 of 1) sorted by relevance
7191 AtomicReference<Bundle> twtStats = new AtomicReference<>(); in testTwt() local7201 twtStats.set(stats); in testTwt()7293 while (twtStats.get() == null && now < deadline) { in testTwt()7298 assertNotNull("TwtSession#getStats() timed out !", twtStats.get()); in testTwt()7299 assertTrue(twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_COUNT) in testTwt()7301 assertTrue(twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_COUNT) in testTwt()7303 assertTrue(twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_TX_PACKET_SIZE) in testTwt()7305 assertTrue(twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_RX_PACKET_SIZE) in testTwt()7308 twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_AVERAGE_EOSP_DURATION_MICROS) in testTwt()7310 assertTrue(twtStats.get().getInt(TwtSession.TWT_STATS_KEY_INT_EOSP_COUNT) >= 0); in testTwt()