Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java207 private static long getOptionBitValue(int ikeOption) { in getOptionBitValue() method in IkeSessionParams
296 return (mIkeOptions & getOptionBitValue(ikeOption)) != 0; in hasIkeOption()
905 mIkeOptions |= getOptionBitValue(ikeOption); in addIkeOption()
918 mIkeOptions &= ~getOptionBitValue(ikeOption); in removeIkeOption()
946 if ((mIkeOptions & getOptionBitValue(IKE_OPTION_EAP_ONLY_AUTH)) != 0) { in build()