Searched refs:mSystemUpdateInfo (Results 1 – 1 of 1) sorted by relevance
150 private SystemUpdateInfo mSystemUpdateInfo; field in Owners793 if (Objects.equals(newInfo, mSystemUpdateInfo)) { in saveSystemUpdateInfo()797 mSystemUpdateInfo = newInfo; in saveSystemUpdateInfo()806 return mSystemUpdateInfo; in getSystemUpdateInfo()974 || (mSystemUpdateInfo != null); in shouldWrite()1017 if (mSystemUpdateInfo != null) { in writeInner()1018 mSystemUpdateInfo.writeToXml(out, TAG_PENDING_OTA_INFO); in writeInner()1056 mSystemUpdateInfo = SystemUpdateInfo.readFromXml(parser); in readInner()1286 if (mSystemUpdateInfo != null) { in dump()1290 pw.println("Pending System Update: " + mSystemUpdateInfo); in dump()