Home
last modified time | relevance | path

Searched refs:mErrCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationErrorInfo.java62 private final int mErrCode; field in AuthenticationErrorInfo
92 this.mErrCode = errCode; in AuthenticationErrorInfo()
129 return mErrCode; in getErrCode()
148 && mErrCode == that.mErrCode; in equals()
161 _hash = 31 * _hash + mErrCode; in hashCode()
177 dest.writeInt(mErrCode); in writeToParcel()
204 this.mErrCode = errCode; in AuthenticationErrorInfo()
233 private int mErrCode; field in AuthenticationErrorInfo.Builder
264 mErrCode = errCode; in Builder()
310 mErrCode = value; in setErrCode()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java2138 private int mErrCode = -1; field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback
2159 mErrCode = errCode; in onError()