Searched refs:TestTransportInfo (Results 1 – 2 of 2) sorted by relevance
352 .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 NetworkCapabilitiesTest1063 TestTransportInfo() { in TestTransportInfo() method in NetworkCapabilitiesTest.TestTransportInfo1069 TestTransportInfo(boolean locationRedacted, in TestTransportInfo() method in NetworkCapabilitiesTest.TestTransportInfo[all …]
9913 private static class TestTransportInfo implements TransportInfo { class9918 TestTransportInfo() { in TestTransportInfo() method in TestTransportInfo9934 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 …]