Searched refs:isFirstBoot (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserSystemPackageInstaller.java | 198 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 D | UserManagerService.java | 3900 boolean installWhitelistedSystemPackages(boolean isFirstBoot, boolean isUpgrade, in installWhitelistedSystemPackages() argument 3903 isFirstBoot, isUpgrade, existingPackages); in installWhitelistedSystemPackages()
|
H A D | PackageManagerService.java | 7155 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 D | OnboardingUtils.java | 43 public static boolean isFirstBoot(Context context) { in isFirstBoot() method in OnboardingUtils
|
/aosp12/packages/apps/TV/src/com/android/tv/receiver/ |
H A D | BootCompletedReceiver.java | 74 if (OnboardingUtils.isFirstBoot(context)) { in onReceive()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 638 boolean isFirstBoot(); in isFirstBoot() method
|
/aosp12/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 915 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 D | UserController.java | 3055 return pm.isFirstBoot() || pm.isDeviceUpgrading();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14510 Landroid/content/pm/IPackageManager$Stub$Proxy;->isFirstBoot()Z 14853 Landroid/content/pm/IPackageManager;->isFirstBoot()Z
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 31413 HSPLcom/android/server/pm/PackageManagerService;->isFirstBoot()Z
|