Home
last modified time | relevance | path

Searched refs:getConnectionOwnerUid (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl224 int getConnectionOwnerUid(in ConnectionInfo connectionInfo); in getConnectionOwnerUid() method
DConnectivityManager.java4763 public int getConnectionOwnerUid( in getConnectionOwnerUid() method in ConnectivityManager
4767 return mService.getConnectionOwnerUid(connectionInfo); in getConnectionOwnerUid()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java6957 mService.getConnectionOwnerUid(getTestConnectionInfo()); in testGetConnectionOwnerUidPlatformVpn()
6969 mService.getConnectionOwnerUid(getTestConnectionInfo()); in testGetConnectionOwnerUidVpnServiceWrongUser()
6981 mService.getConnectionOwnerUid(getTestConnectionInfo()); in testGetConnectionOwnerUidVpnServiceDoesNotThrow()
6992 mService.getConnectionOwnerUid(getTestConnectionInfo()); in testGetConnectionOwnerUidVpnServiceNetworkStackDoesNotThrow()
7004 mService.getConnectionOwnerUid(getTestConnectionInfo()); in testGetConnectionOwnerUidVpnServiceMainlineNetworkStackDoesNotThrow()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java7716 public int getConnectionOwnerUid(ConnectionInfo connectionInfo) { in getConnectionOwnerUid() method in ConnectivityService
7729 final int uid = InetDiagMessage.getConnectionOwnerUid(connectionInfo.protocol, in getConnectionOwnerUid()
/frameworks/base/non-updatable-api/
Dcurrent.txt28638 …method public int getConnectionOwnerUid(int, @NonNull java.net.InetSocketAddress, @NonNull java.ne…
/frameworks/base/api/
Dcurrent.txt28768 …method public int getConnectionOwnerUid(int, @NonNull java.net.InetSocketAddress, @NonNull java.ne…