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.java304 private static long getOptionBitValue(int ikeOption) { in getOptionBitValue() method in IkeSessionParams
573 return (ikeOptionsRecord & getOptionBitValue(ikeOption)) != 0; in hasIkeOption()
1788 mIkeOptions |= getOptionBitValue(ikeOption); in addIkeOption()
1804 mIkeOptions &= ~getOptionBitValue(ikeOption); in removeIkeOption()
1840 if ((mIkeOptions & getOptionBitValue(IKE_OPTION_EAP_ONLY_AUTH)) != 0) { in build()