Searched refs:ownerUids (Results 1 – 6 of 6) sorted by relevance
26 void onOwnershipChanged(in int[] ownerUids); in onOwnershipChanged() argument
8050 default void onOwnershipChanged(@NonNull int[] ownerUids) {} in onOwnershipChanged() argument8094 public void onOwnershipChanged(@NonNull int[] ownerUids) { in onOwnershipChanged() argument8096 mExecutor.execute(() -> mListener.onOwnershipChanged(ownerUids)); in onOwnershipChanged()
476 public static void destroyLiveTcpSocketsByOwnerUids(Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() argument480 (diagMsg) -> ownerUids.contains(diagMsg.inetDiagMsg.idiag_uid) in destroyLiveTcpSocketsByOwnerUids()484 Log.d(TAG, "Destroyed live tcp sockets for uids=" + ownerUids + " in " + durationMs + "ms"); in destroyLiveTcpSocketsByOwnerUids()
270 open fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) {} in destroyLiveTcpSocketsByOwnerUids()379 override fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) { in getCallingUid()381 destroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(ownerUids) in getCallingUid()
1740 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() argument1742 InetDiagMessage.destroyLiveTcpSocketsByOwnerUids(ownerUids); in destroyLiveTcpSocketsByOwnerUids()
2345 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids){} in destroyLiveTcpSocketsByOwnerUids() argument2356 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) { in destroyLiveTcpSocketsByOwnerUids() argument2360 mDestroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(new ArraySet<>(ownerUids)); in destroyLiveTcpSocketsByOwnerUids()