Searched refs:TEST_TX_RETRIES (Results 1 – 1 of 1) sorted by relevance
50 private static final long TEST_TX_RETRIES = 2; field in WifiInfoTest70 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()