Searched refs:mAttestationProfileId (Results 1 – 1 of 1) sorted by relevance
58 private final int mAttestationProfileId; field in AttestationProfile83 mAttestationProfileId = attestationProfileId; in AttestationProfile()133 if (mAttestationProfileId == PROFILE_APP_DEFINED) { in toString()137 switch (mAttestationProfileId) { in toString()145 return "AttestationProfile(" + humanReadableProfileId + "/" + mAttestationProfileId in toString()174 return mAttestationProfileId; in getAttestationProfileId()212 && mAttestationProfileId == that.mAttestationProfileId in equals()224 _hash = 31 * _hash + mAttestationProfileId; in hashCode()240 dest.writeInt(mAttestationProfileId); in writeToParcel()261 this.mAttestationProfileId = attestationProfileId; in AttestationProfile()[all …]