Searched refs:destroyLiveTcpSocketsByOwnerUids (Results 1 – 5 of 5) sorted by relevance
104 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()107 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()119 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()122 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()197 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in testReplaceFirewallChain()207 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in testReplaceFirewallChain()267 verify(destroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()279 verify(destroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()281 verify(destroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()
270 open fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) {} in destroyLiveTcpSocketsByOwnerUids() method in com.android.server.CSTest.DestroySocketsWrapper379 override fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) { in getCallingUid() method in com.android.server.CSTest381 destroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(ownerUids) in getCallingUid()
476 public static void destroyLiveTcpSocketsByOwnerUids(Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() method in InetDiagMessage
2345 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids){} in destroyLiveTcpSocketsByOwnerUids() method in DestroySocketsWrapper2356 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) { in destroyLiveTcpSocketsByOwnerUids() method2360 mDestroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(new ArraySet<>(ownerUids)); in destroyLiveTcpSocketsByOwnerUids()10592 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(uids);19050 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(Set.of(TEST_FROZEN_UID));19082 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());19084 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(19100 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(19103 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());19181 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());[all …]
1740 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() method1742 InetDiagMessage.destroyLiveTcpSocketsByOwnerUids(ownerUids); in destroyLiveTcpSocketsByOwnerUids()3549 mDeps.destroyLiveTcpSocketsByOwnerUids(uids);13974 mDeps.destroyLiveTcpSocketsByOwnerUids(uidsOnChain /* ownerUids */);