Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java9969 private TestTransportInfo getTestTransportInfo(NetworkCapabilities nc) { in getTestTransportInfo() method
9973 private TestTransportInfo getTestTransportInfo(TestNetworkAgentWrapper n) { in getTestTransportInfo() method
9976 return getTestTransportInfo(nc); in getTestTransportInfo()
10039 assertTrue(getTestTransportInfo(mWiFiNetworkAgent).settingsRedacted); in testTransportInfoRedactionInSynchronousCalls()
10043 assertTrue(getTestTransportInfo(mWiFiNetworkAgent).settingsRedacted); in testTransportInfoRedactionInSynchronousCalls()
10054 assertTrue(getTestTransportInfo(mWiFiNetworkAgent).locationRedacted); in testTransportInfoRedactionInSynchronousCalls()
10057 assertTrue(getTestTransportInfo(mWiFiNetworkAgent).locationRedacted); in testTransportInfoRedactionInSynchronousCalls()
10059 assertTrue(getTestTransportInfo(mWiFiNetworkAgent).locationRedacted); in testTransportInfoRedactionInSynchronousCalls()
10471 && getTestTransportInfo(nc).locationRedacted in areConnDiagCapsRedacted()
10472 && getTestTransportInfo(nc).localMacAddressRedacted in areConnDiagCapsRedacted()
[all …]