Searched refs:supportedCipherSuites (Results 1 – 4 of 4) sorted by relevance
40 public int supportedCipherSuites; field in Capabilities67 + ", supportedCipherSuites=" + supportedCipherSuites in toString()
919 capabilities.supportedCipherSuites); in initiateDataPath()925 capabilities.supportedCipherSuites); in initiateDataPath()993 capabilities.supportedCipherSuites); in respondToDataPathRequest()999 capabilities.supportedCipherSuites); in respondToDataPathRequest()1098 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() argument1099 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_256_MASK) != 0) { in getStrongestCipherSuiteType()1102 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_128_MASK) != 0) { in getStrongestCipherSuiteType()
172 frameworkCapabilities.supportedCipherSuites = capabilities.supportedCipherSuites; in notifyCapabilitiesResponse()
315 j.put("supportedCipherSuites", mCapabilities.supportedCipherSuites); in onCommand()