Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DNetworkCapabilitiesTest.java352 .setTransportInfo(new TestTransportInfo()) in createNetworkCapabilitiesWithTransportInfo()
364 TestTransportInfo testTransportInfo = in testNetworkCapabilitiesCopyWithNoRedactions()
365 (TestTransportInfo) netCapWithNoRedactions.getTransportInfo(); in testNetworkCapabilitiesCopyWithNoRedactions()
378 TestTransportInfo testTransportInfo = in testNetworkCapabilitiesCopyWithoutLocationSensitiveFields()
735 .setTransportInfo(new TestTransportInfo()); in testSetTransportInfoOnMultiTransportNc()
746 nc1.setTransportInfo(new TestTransportInfo()); in testCombineTransportInfo()
751 nc2.setTransportInfo(new TestTransportInfo()); in testCombineTransportInfo()
1058 private static class TestTransportInfo implements TransportInfo { class in NetworkCapabilitiesTest
1063 TestTransportInfo() { in TestTransportInfo() method in NetworkCapabilitiesTest.TestTransportInfo
1069 TestTransportInfo(boolean locationRedacted, in TestTransportInfo() method in NetworkCapabilitiesTest.TestTransportInfo
[all …]
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java9913 private static class TestTransportInfo implements TransportInfo { class
9918 TestTransportInfo() { in TestTransportInfo() method in TestTransportInfo
9934 return new TestTransportInfo( in makeCopy()
9949 if (!(other instanceof TestTransportInfo)) return false; in equals()
9950 TestTransportInfo that = (TestTransportInfo) other; in equals()
9970 return (TestTransportInfo) nc.getTransportInfo(); in getTestTransportInfo()
10014 final TransportInfo transportInfo = new TestTransportInfo(); in testVerifyLocationDataIsNotIncludedWhenInclFlagNotSet()
10017 final TransportInfo sanitizedTransportInfo = new TestTransportInfo( in testVerifyLocationDataIsNotIncludedWhenInclFlagNotSet()
10032 .setTransportInfo(new TestTransportInfo()); in testTransportInfoRedactionInSynchronousCalls()
10458 .setTransportInfo(new TestTransportInfo()); in setUpConnectivityDiagnosticsCallback()
[all …]