Searched refs:mPmkId (Results 1 – 1 of 1) sorted by relevance
42 private final byte[] mPmkId; field in WifiAwareDataPathSecurityConfig67 mPmkId = pmkId; in WifiAwareDataPathSecurityConfig()73 mPmkId = in.createByteArray(); in WifiAwareDataPathSecurityConfig()99 dest.writeByteArray(mPmkId); in writeToParcel()116 && Arrays.equals(mPmkId, lhs.mPmkId); in equals()121 return Objects.hash(Arrays.hashCode(mPmk), mPassphrase, Arrays.hashCode(mPmkId), in hashCode()134 .append((mPmkId == null) ? "<null>" : "<non-null>") in toString()154 if (mPmkId != null) { in isValid()163 if (!WifiAwareUtils.validatePmk(mPmk) || !WifiAwareUtils.validatePmkId(mPmkId)) { in isValid()196 return mPmkId; in getPmkId()[all …]