Searched refs:testTransportInfo (Results 1 – 1 of 1) sorted by relevance
429 TestTransportInfo testTransportInfo = in testNetworkCapabilitiesCopyWithNoRedactions() local431 assertFalse(testTransportInfo.locationRedacted); in testNetworkCapabilitiesCopyWithNoRedactions()432 assertFalse(testTransportInfo.localMacAddressRedacted); in testNetworkCapabilitiesCopyWithNoRedactions()433 assertFalse(testTransportInfo.settingsRedacted); in testNetworkCapabilitiesCopyWithNoRedactions()443 TestTransportInfo testTransportInfo = in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields() local445 assertTrue(testTransportInfo.locationRedacted); in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields()446 assertFalse(testTransportInfo.localMacAddressRedacted); in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields()447 assertFalse(testTransportInfo.settingsRedacted); in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields()