Searched refs:SCAN_FIRST_BOOT_OR_UPGRADE (Results 1 – 6 of 6) sorted by relevance
89 initAppsHelper.systemScanFlags and PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagOnFirstBoot()90 .isEqualTo(PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagOnFirstBoot()104 initAppsHelper.systemScanFlags and PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagWithMockOTA()105 .isEqualTo(PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagWithMockOTA()118 initAppsHelper.systemScanFlags and PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagNoOTA()132 initAppsHelper.systemScanFlags and PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagWithFingerprintChanged()133 .isEqualTo(PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE) in testSystemScanFlagWithFingerprintChanged()
28 import static com.android.server.pm.PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE;111 mScanFlags = scanFlags | SCAN_FIRST_BOOT_OR_UPGRADE; in InitAppsHelper()257 if ((mScanFlags & SCAN_FIRST_BOOT_OR_UPGRADE) == SCAN_FIRST_BOOT_OR_UPGRADE) { in initNonSystemApps()
41 import static com.android.server.pm.PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE;152 boolean needToDeriveAbi = (scanFlags & SCAN_FIRST_BOOT_OR_UPGRADE) != 0; in scanPackageOnlyLI()
79 import static com.android.server.pm.PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE;4411 final boolean isFirstBootOrUpgrade = (scanFlags & SCAN_FIRST_BOOT_OR_UPGRADE) != 0; in assertPackageIsValid()
385 static final int SCAN_FIRST_BOOT_OR_UPGRADE = 1 << 12; field in PackageManagerService413 SCAN_FIRST_BOOT_OR_UPGRADE,
27 import static com.android.server.pm.PackageManagerService.SCAN_FIRST_BOOT_OR_UPGRADE;391 .addScanFlag(SCAN_FIRST_BOOT_OR_UPGRADE | SCAN_AS_APEX) in scanFirstBoot_apexDontDeriveAbis()421 .addScanFlag(SCAN_FIRST_BOOT_OR_UPGRADE) in scanFirstBoot_derivesAbis()