Searched refs:KEY_BOOT_COUNT (Results 1 – 1 of 1) sorted by relevance
68 private static final String KEY_BOOT_COUNT = "boot-count"; field in SystemUpdateManagerService161 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1); in loadSystemUpdateInfoLocked()192 outBundle.putInt(KEY_BOOT_COUNT, getBootCount()); in saveSystemUpdateInfoLocked()