Searched refs:isFirstBoot (Results 1 – 3 of 3) sorted by relevance
531 boolean isFirstBoot(); in isFirstBoot() method
450 mFirstBoot = mPackageManagerService.isFirstBoot(); in startBootstrapServices()
2755 if ((isFirstBoot() || isUpgrade() || VMRuntime.didPruneDalvikCache()) && !onlyCore) { in PackageManagerService()2855 public boolean isFirstBoot() {7228 if (!isFirstBoot()) {7256 boolean causeFirstBoot = isFirstBoot() || mIsPreNUpgrade;