Searched defs:connectionInfo (Results 1 – 5 of 5) sorted by relevance
1194 WifiInfo connectionInfo = mWifiServiceImpl.getConnectionInfo(TEST_PACKAGE); in testConnectedIdsAreHiddenFromAppWithoutPermission() local1212 WifiInfo connectionInfo = mWifiServiceImpl.getConnectionInfo(TEST_PACKAGE); in testConnectedIdsAreHiddenOnSecurityException() local1227 WifiInfo connectionInfo = mWifiServiceImpl.getConnectionInfo(TEST_PACKAGE); in testConnectedIdsAreVisibleFromPermittedApp() local
2150 WifiInfo connectionInfo = mCmi.syncRequestConnectionInfo(); in testConnectedIdsAreVisibleFromSystemServer() local
214 int getConnectionOwnerUid(in ConnectionInfo connectionInfo); in getConnectionOwnerUid()
4497 ConnectionInfo connectionInfo = new ConnectionInfo(protocol, local, remote); in getConnectionOwnerUid() local
7113 public int getConnectionOwnerUid(ConnectionInfo connectionInfo) { in getConnectionOwnerUid()