Searched refs:mErrCode (Results 1 – 2 of 2) sorted by relevance
62 private final int mErrCode; field in AuthenticationErrorInfo92 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.Builder264 mErrCode = errCode; in Builder()310 mErrCode = value; in setErrCode()[all …]
2138 private int mErrCode = -1; field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback2159 mErrCode = errCode; in onError()