Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConfiguration.java65 private final String mRemoteApplicationVersion; field in IkeSessionConfiguration
120 mRemoteApplicationVersion = appVersion; in IkeSessionConfiguration()
140 mRemoteApplicationVersion = remoteApplicationVersion; in IkeSessionConfiguration()
151 Objects.requireNonNull(mRemoteApplicationVersion, "remoteApplicationVersion" + errMsg); in validateOrThrow()
163 return mRemoteApplicationVersion; in getRemoteApplicationVersion()
241 private String mRemoteApplicationVersion = ""; field in IkeSessionConfiguration.Builder
316 mRemoteApplicationVersion = remoteApplicationVersion; in setRemoteApplicationVersion()
328 mRemoteApplicationVersion = ""; in clearRemoteApplicationVersion()
386 mRemoteApplicationVersion, in build()