Searched refs:infoBundle (Results 1 – 2 of 2) sorted by relevance
88 public void updateSystemUpdateInfo(PersistableBundle infoBundle) { in updateSystemUpdateInfo() argument91 int status = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in updateSystemUpdateInfo()106 saveSystemUpdateInfoLocked(infoBundle, uid); in updateSystemUpdateInfo()167 PersistableBundle infoBundle = loadedBundle.getPersistableBundle(KEY_INFO_BUNDLE); in loadSystemUpdateInfoLocked() local168 if (infoBundle == null) { in loadSystemUpdateInfoLocked()173 int lastStatus = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in loadSystemUpdateInfoLocked()182 return new Bundle(infoBundle); in loadSystemUpdateInfoLocked()185 private void saveSystemUpdateInfoLocked(PersistableBundle infoBundle, int uid) { in saveSystemUpdateInfoLocked() argument189 outBundle.putPersistableBundle(KEY_INFO_BUNDLE, infoBundle); in saveSystemUpdateInfoLocked()197 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()