Searched refs:mSupportedElementKeys (Results 1 – 1 of 1) sorted by relevance
50 private final Set<String> mSupportedElementKeys; field in CredentialDescription75 mSupportedElementKeys = Objects.requireNonNull(supportedElementKeys); in CredentialDescription()92 mSupportedElementKeys = new HashSet<>(descriptions); in CredentialDescription()94 mSupportedElementKeys); in CredentialDescription()129 dest.writeStringList(mSupportedElementKeys.stream().toList()); in writeToParcel()146 return new HashSet<>(mSupportedElementKeys); in getSupportedElementKeys()164 return Objects.hash(mType, mSupportedElementKeys); in hashCode()177 && mSupportedElementKeys.equals(other.mSupportedElementKeys); in equals()