Searched refs:infoBundle (Results 1 – 2 of 2) sorted by relevance
91 public void updateSystemUpdateInfo(PersistableBundle infoBundle) { in updateSystemUpdateInfo() argument94 int status = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in updateSystemUpdateInfo()109 saveSystemUpdateInfoLocked(infoBundle, uid); in updateSystemUpdateInfo()169 PersistableBundle infoBundle = loadedBundle.getPersistableBundle(KEY_INFO_BUNDLE); in loadSystemUpdateInfoLocked() local170 if (infoBundle == null) { in loadSystemUpdateInfoLocked()175 int lastStatus = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in loadSystemUpdateInfoLocked()184 return new Bundle(infoBundle); in loadSystemUpdateInfoLocked()187 private void saveSystemUpdateInfoLocked(PersistableBundle infoBundle, int uid) { in saveSystemUpdateInfoLocked() argument191 outBundle.putPersistableBundle(KEY_INFO_BUNDLE, infoBundle); in saveSystemUpdateInfoLocked()199 mLastStatus = infoBundle.getInt(KEY_STATUS); in saveSystemUpdateInfoLocked()[all …]
129 public void updateSystemUpdateInfo(PersistableBundle infoBundle) { in updateSystemUpdateInfo() argument130 if (infoBundle == null || !infoBundle.containsKey(KEY_STATUS)) { in updateSystemUpdateInfo()134 mService.updateSystemUpdateInfo(infoBundle); in updateSystemUpdateInfo()