Searched refs:getBootCount (Results 1 – 1 of 1) sorted by relevance
162 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()192 outBundle.putInt(KEY_BOOT_COUNT, getBootCount()); in saveSystemUpdateInfoLocked()252 private int getBootCount() { in getBootCount() method in SystemUpdateManagerService