Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionConfigurationTest.java124 assertEquals(REMOTE_APP_VERSION, config.getRemoteApplicationVersion()); in testBuildWithConfigPayload()
148 assertEquals(REMOTE_APP_VERSION, config.getRemoteApplicationVersion()); in testBuildWithBuilder()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSessionConfigurationTest.java124 assertEquals(REMOTE_APP_VERSION, config.getRemoteApplicationVersion()); in testIkeSessionConfiguration()
148 assertEquals(REMOTE_APP_VERSION_NONE, config.getRemoteApplicationVersion()); in testIkeSessionConfigurationClearMethods()
DIkeSessionTestBase.java566 assertEquals(EXPECTED_REMOTE_APP_VERSION_EMPTY, ikeConfig.getRemoteApplicationVersion());
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConfiguration.java162 public String getRemoteApplicationVersion() { in getRemoteApplicationVersion() method in IkeSessionConfiguration
/packages/modules/IPsec/api/
Dcurrent.txt196 method @NonNull public String getRemoteApplicationVersion();
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java3093 "" /*expected application version*/, sessionConfig.getRemoteApplicationVersion()); in verifyAuthenticationCommonAndGetIkeMessage()