Searched refs:twtCapabilities (Results 1 – 1 of 1) sorted by relevance
7190 AtomicReference<Bundle> twtCapabilities = new AtomicReference<>(); in testTwt() local7195 twtCapabilities.set(capabilities); in testTwt()7215 while (twtCapabilities.get() == null && now < deadline) { in testTwt()7220 assertNotNull("getTwtCapabilities() timed out !", twtCapabilities.get()); in testTwt()7222 assumeTrue(twtCapabilities.get().getBoolean( in testTwt()7224 assertTrue(twtCapabilities.get().getInt( in testTwt()7226 assertTrue(twtCapabilities.get().getInt( in testTwt()7228 assertTrue(twtCapabilities.get().getLong( in testTwt()7230 assertTrue(twtCapabilities.get().getLong( in testTwt()7252 int minWakeDuration = twtCapabilities.get().getInt( in testTwt()[all …]