Searched refs:CONTENT_PROTECTION_SUPPORT (Results 1 – 1 of 1) sorted by relevance
77 private static final int CONTENT_PROTECTION_SUPPORT = 1 << 8; field in WifiP2pWfdInfo159 return (mDeviceInfo & CONTENT_PROTECTION_SUPPORT) != 0; in isContentProtectionSupported()169 mDeviceInfo |= CONTENT_PROTECTION_SUPPORT; in setContentProtectionSupported()171 mDeviceInfo &= ~CONTENT_PROTECTION_SUPPORT; in setContentProtectionSupported()