Home
last modified time | relevance | path

Searched refs:isSameNetwork (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java961 assertTrue(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsTrueOnSameNetwork()
974 assertTrue(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID()
985 assertFalse(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsFalseOnDifferentSSID()
996 assertFalse(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsFalseOnDifferentSecurityType()
1009 assertFalse(WifiConfigurationUtil.isSameNetwork(network1, network2)); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
1022 assertFalse(WifiConfigurationUtil.isSameNetwork(network1, network2)); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
1038 assertTrue(WifiConfigurationUtil.isSameNetwork(network1, network2)); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()
1040 assertFalse(WifiConfigurationUtil.isSameNetwork(network1, network2)); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()
1058 assertTrue(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams()
1075 assertFalse(WifiConfigurationUtil.isSameNetwork(network, network1)); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java162 public void isSameNetwork(@NonNull final String l2Key1, @NonNull final String l2Key2, in isSameNetwork() method in IpMemoryStoreClient
166 () -> service.isSameNetwork(l2Key1, l2Key2, in isSameNetwork()
DIIpMemoryStore.aidl87 void isSameNetwork(String l2Key1, String l2Key2, IOnSameL3NetworkResponseListener listener); in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
DIIpMemoryStore.aidl6 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/
DIIpMemoryStore.aidl6 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/
DIIpMemoryStore.aidl6 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/
DIIpMemoryStore.aidl23 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl40 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
DIIpMemoryStore.aidl24 …oneway void isSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3Network… in isSameNetwork() method
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpMemoryStoreTest.java188 mStore.isSameNetwork(l2Key1, l2Key2, in testIsSameNetwork()
195 verify(mMockService, times(1)).isSameNetwork(eq(l2Key1), eq(l2Key2), any()); in testIsSameNetwork()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreServiceTest.java692 mService.isSameNetwork(key1, key2, onSameResponse((status, answer) -> {
729 mService.isSameNetwork(null, null, onSameResponse((status, answer) -> {
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java298 public void isSameNetwork(@Nullable final String l2Key1, @Nullable final String l2Key2, in isSameNetwork() method in IpMemoryStoreService
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java961 public static boolean isSameNetwork(WifiConfiguration config, WifiConfiguration config1) { in isSameNetwork() method in WifiConfigurationUtil
DSupplicantStaIfaceHalAidlImpl.java688 if (actualSsid == null && WifiConfigurationUtil.isSameNetwork(config, currentConfig)) { in connectToNetwork()
DSupplicantStaIfaceHalHidlImpl.java1022 if (actualSsid == null && WifiConfigurationUtil.isSameNetwork(config, currentConfig)) { in connectToNetwork()