Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DNetworkCapabilitiesTest.java172 assertNotEquals("", nc1.describeImmutableDifferences(nc2)); in testDescribeImmutableDifferences()
173 assertEquals("", nc1.describeImmutableDifferences(nc1)); in testDescribeImmutableDifferences()
178 assertEquals("", nc1.describeImmutableDifferences(nc2)); in testDescribeImmutableDifferences()
179 assertEquals("", nc1.describeImmutableDifferences(nc1)); in testDescribeImmutableDifferences()
186 assertEquals("", nc1.describeImmutableDifferences(nc2)); in testDescribeImmutableDifferences()
187 assertEquals("", nc1.describeImmutableDifferences(nc1)); in testDescribeImmutableDifferences()
194 assertNotEquals("", nc1.describeImmutableDifferences(nc2)); in testDescribeImmutableDifferences()
195 assertEquals("", nc1.describeImmutableDifferences(nc1)); in testDescribeImmutableDifferences()
202 assertNotEquals("", nc1.describeImmutableDifferences(nc2)); in testDescribeImmutableDifferences()
203 assertEquals("", nc1.describeImmutableDifferences(nc1)); in testDescribeImmutableDifferences()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkCapabilities.java1819 public String describeImmutableDifferences(@Nullable NetworkCapabilities that) { in describeImmutableDifferences() method in NetworkCapabilities
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java539 assertEquals("", caps.describeImmutableDifferences( in testGetAllNetworkStateSnapshots()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt595 Landroid/net/NetworkCapabilities;->describeImmutableDifferences(Landroid/net/NetworkCapabilities;)L…
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java7332 String diff = nai.networkCapabilities.describeImmutableDifferences(nc); in mixInCapabilities()