Searched refs:mSecurityPatchState (Results 1 – 1 of 1) sorted by relevance
69 private final int mSecurityPatchState; field in SystemUpdateInfo73 this.mSecurityPatchState = securityPatchState; in SystemUpdateInfo()78 mSecurityPatchState = in.readInt(); in SystemUpdateInfo()111 return mSecurityPatchState; in getSecurityPatchState()131 out.attribute(null, ATTR_SECURITY_PATCH_STATE, String.valueOf(mSecurityPatchState)); in writeToXml()165 mReceivedTime, securityPatchStateToString(mSecurityPatchState)); in toString()187 && mSecurityPatchState == that.mSecurityPatchState; in equals()192 return Objects.hash(mReceivedTime, mSecurityPatchState); in hashCode()