Home
last modified time | relevance | path

Searched refs:TEST_TX_RETRIES (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiInfoTest.java50 private static final long TEST_TX_RETRIES = 2; field in WifiInfoTest
70 info.txRetries = TEST_TX_RETRIES; in makeWifiInfoForNoRedactions()
97 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertNoRedaction()
164 info.txRetries = TEST_TX_RETRIES; in makeWifiInfoForLocationSensitiveRedaction()
191 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertLocationSensitiveRedaction()
413 writeWifiInfo.txRetries = TEST_TX_RETRIES; in testWifiInfoCopyConstructor()
433 assertEquals(TEST_TX_RETRIES, readWifiInfo.txRetries); in testWifiInfoCopyConstructor()