Searched refs:getOptionBitValue (Results 1 – 1 of 1) sorted by relevance
207 private static long getOptionBitValue(int ikeOption) { in getOptionBitValue() method in IkeSessionParams296 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()