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