Searched refs:infoBundle (Results 1 – 2 of 2) sorted by relevance
90 public void updateSystemUpdateInfo(PersistableBundle infoBundle) { in updateSystemUpdateInfo() argument93 int status = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in updateSystemUpdateInfo()108 saveSystemUpdateInfoLocked(infoBundle, uid); in updateSystemUpdateInfo()169 if (infoBundle == null) { in loadSystemUpdateInfoLocked()174 int lastStatus = infoBundle.getInt(KEY_STATUS, STATUS_UNKNOWN); in loadSystemUpdateInfoLocked()183 return new Bundle(infoBundle); in loadSystemUpdateInfoLocked()190 outBundle.putPersistableBundle(KEY_INFO_BUNDLE, infoBundle); in saveSystemUpdateInfoLocked()198 mLastStatus = infoBundle.getInt(KEY_STATUS); in saveSystemUpdateInfoLocked()247 Bundle infoBundle = new Bundle(); in removeInfoFileAndGetDefaultInfoBundleLocked() local248 infoBundle.putInt(KEY_STATUS, STATUS_UNKNOWN); in removeInfoFileAndGetDefaultInfoBundleLocked()[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()