Searched refs:mFingerPrint (Results 1 – 2 of 2) sorted by relevance
34 private final byte[] mFingerPrint; field in Credential61 mFingerPrint = null; in Credential()74 mFingerPrint = fingerPrint; in Credential()96 mFingerPrint = null; in Credential()119 mFingerPrint = other.mFingerPrint; in Credential()162 return mFingerPrint; in getFingerPrint()187 if (!Arrays.equals(mFingerPrint, that.mFingerPrint)) return false; in equals()228 result = 31 * result + (mFingerPrint != null ? Arrays.hashCode(mFingerPrint) : 0); in hashCode()248 ", mFingerPrint=" + Utils.toHexString(mFingerPrint) + in toString()
43 private final byte[] mFingerPrint; field in Credential70 mFingerPrint = null; in Credential()83 mFingerPrint = fingerPrint; in Credential()105 mFingerPrint = null; in Credential()128 mFingerPrint = other.mFingerPrint; in Credential()177 mFingerPrint = fingerPrint; in Credential()266 return mFingerPrint;291 if (!Arrays.equals(mFingerPrint, that.mFingerPrint)) return false;333 result = 31 * result + (mFingerPrint != null ? Arrays.hashCode(mFingerPrint) : 0);353 ", mFingerPrint=" + Utils.toHexString(mFingerPrint) + in toString()