Searched refs:mSystemUpdateInfo (Results 1 – 1 of 1) sorted by relevance
149 private SystemUpdateInfo mSystemUpdateInfo; field in Owners791 if (Objects.equals(newInfo, mSystemUpdateInfo)) { in saveSystemUpdateInfo()795 mSystemUpdateInfo = newInfo; in saveSystemUpdateInfo()804 return mSystemUpdateInfo; in getSystemUpdateInfo()972 || (mSystemUpdateInfo != null); in shouldWrite()1015 if (mSystemUpdateInfo != null) { in writeInner()1016 mSystemUpdateInfo.writeToXml(out, TAG_PENDING_OTA_INFO); in writeInner()1054 mSystemUpdateInfo = SystemUpdateInfo.readFromXml(parser); in readInner()1266 if (mSystemUpdateInfo != null) { in dump()1270 pw.println("Pending System Update: " + mSystemUpdateInfo); in dump()