Home
last modified time | relevance | path

Searched refs:isFirstBoot (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserSystemPackageInstaller.java198 boolean installWhitelistedSystemPackages(boolean isFirstBoot, boolean isUpgrade, in installWhitelistedSystemPackages() argument
203 if (!isConsideredUpgrade && !isFirstBoot) { in installWhitelistedSystemPackages()
206 if (isFirstBoot && !isEnforceMode(mode)) { in installWhitelistedSystemPackages()
212 + (isFirstBoot ? "[firstBoot]" : "") + (isConsideredUpgrade ? "[upgrade]" : "")); in installWhitelistedSystemPackages()
226 || !shouldChangeInstallationState(pkgSetting, install, userId, isFirstBoot, in installWhitelistedSystemPackages()
256 boolean isFirstBoot, in shouldChangeInstallationState() argument
265 return isFirstBoot || (isUpgrade && !preOtaPkgs.contains(pkgSetting.name)); in shouldChangeInstallationState()
H A DUserManagerService.java3900 boolean installWhitelistedSystemPackages(boolean isFirstBoot, boolean isUpgrade, in installWhitelistedSystemPackages() argument
3903 isFirstBoot, isUpgrade, existingPackages); in installWhitelistedSystemPackages()
H A DPackageManagerService.java7155 isFirstBoot(), isDeviceUpgrading(), mExistingPackages); in installWhitelistedSystemPackages()
8525 public boolean isFirstBoot() { in isFirstBoot() method in PackageManagerService
12593 if (!isFirstBoot() && dexOptDialogShown) { in performFstrimIfNeeded()
12621 boolean causeFirstBoot = isFirstBoot() || mIsPreNUpgrade; in updatePackagesIfNeeded()
12680 if ((isFirstBoot() || isDeviceUpgrading()) && pkg.isSystem()) { in performDexOptUpgrade()
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DOnboardingUtils.java43 public static boolean isFirstBoot(Context context) { in isFirstBoot() method in OnboardingUtils
/aosp12/packages/apps/TV/src/com/android/tv/receiver/
H A DBootCompletedReceiver.java74 if (OnboardingUtils.isFirstBoot(context)) { in onReceive()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl638 boolean isFirstBoot(); in isFirstBoot() method
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java915 return mPackageManagerService.isFirstBoot() || mPackageManagerService.isDeviceUpgrading(); in isFirstBootOrUpgrade()
1176 mFirstBoot = mPackageManagerService.isFirstBoot(); in startBootstrapServices()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java3055 return pm.isFirstBoot() || pm.isDeviceUpgrading();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14510 Landroid/content/pm/IPackageManager$Stub$Proxy;->isFirstBoot()Z
14853 Landroid/content/pm/IPackageManager;->isFirstBoot()Z
/aosp12/frameworks/base/services/
H A Dart-profile31413 HSPLcom/android/server/pm/PackageManagerService;->isFirstBoot()Z