Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConfiguration.java134 String remoteApplicationVersion, in IkeSessionConfiguration() argument
140 mRemoteApplicationVersion = remoteApplicationVersion; in IkeSessionConfiguration()
314 public Builder setRemoteApplicationVersion(@NonNull String remoteApplicationVersion) { in setRemoteApplicationVersion() argument
315 Objects.requireNonNull(remoteApplicationVersion, "remoteApplicationVersion was null"); in setRemoteApplicationVersion()
316 mRemoteApplicationVersion = remoteApplicationVersion; in setRemoteApplicationVersion()