Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DSystemUpdateInfo.java69 private final int mSecurityPatchState; field in SystemUpdateInfo
73 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()