/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 280 throws InstallerException { in createAppData() 294 throws InstallerException { in createAppDataBatched() 312 throws InstallerException { in reconcileSdkData() 427 throws InstallerException { in migrateAppData() 470 throws InstallerException { in cleanupInvalidPackageDirs() 493 throws InstallerException { in getAppSize() 515 throws InstallerException { in getUserSize() 531 throws InstallerException { in getExternalSize() 568 throws InstallerException { in getUserCrates() 578 throws InstallerException { in setAppQuota() [all …]
|
H A D | AppDataHelper.java | 155 } catch (Installer.InstallerException e) { in executeBatchLI() 242 } catch (Installer.InstallerException e2) { in prepareAppDataLeaf() 321 } catch (Installer.InstallerException e) { 342 } catch (Installer.InstallerException e) { 396 } catch (Installer.InstallerException e) { 423 } catch (Installer.InstallerException e2) { 440 } catch (Installer.InstallerException e2) { 528 } catch (Installer.InstallerException e) { 582 } catch (Installer.InstallerException e) { 622 } catch (Installer.InstallerException e) { [all …]
|
H A D | PackageManagerException.java | 22 import com.android.server.pm.Installer.InstallerException; 153 public static PackageManagerException from(InstallerException e) in from()
|
H A D | PackageDexOptimizer.java | 73 import com.android.server.pm.Installer.InstallerException; 445 } catch (InstallerException e) { in performDexOptLI() 480 } catch (InstallerException e) { in prepareCloudProfile() 545 } catch (InstallerException e) { in dexOptPath() 678 } catch (InstallerException e) { in dexOptSecondaryDexPathLI() 962 } catch (InstallerException e) { in isOdexPrivate() 990 } catch (InstallerException e) { in analyseProfiles()
|
H A D | OtaDexoptService.java | 40 import com.android.server.pm.Installer.InstallerException; 302 throws InstallerException { in generatePackageDexopts() 453 } catch (InstallerException e) { in moveAbArtifacts()
|
H A D | RemovePackageHelper.java | 120 } catch (Installer.InstallerException e) { in removeCodePathLI() 436 } catch (Installer.InstallerException ignored) { in removeDexFilesLI() 463 } catch (Installer.InstallerException e) { in cleanUpForMoveInstall()
|
H A D | DexOptHelper.java | 74 import com.android.server.pm.Installer.InstallerException; 162 } catch (InstallerException | RuntimeException e) { in performDexOptUpgrade() 197 } catch (InstallerException | RuntimeException e) { in performDexOptUpgrade() 309 } catch (InstallerException | RuntimeException e) { in checkAndDexOptSystemUi()
|
H A D | MovePackageHelper.java | 361 } catch (Installer.InstallerException e) { in getPackageSizeInfoLI()
|
H A D | InstallingSession.java | 372 } catch (Installer.InstallerException e) { in copyApkForMoveInstall()
|
H A D | PackageManagerService.java | 207 import com.android.server.pm.Installer.InstallerException; 2046 } catch (InstallerException e) { in PackageManagerService() 2197 } catch (InstallerException ignored) { in PackageManagerService() 2767 } catch (InstallerException ignored) { 2806 } catch (InstallerException ignored) { 2840 } catch (InstallerException ignored) { 2874 } catch (InstallerException ignored) { 2905 } catch (Installer.InstallerException e) { 7835 } catch (InstallerException e) {
|
H A D | PackageInstallerSession.java | 176 import com.android.server.pm.Installer.InstallerException; 3879 } catch (InstallerException e) { 3895 } catch (InstallerException | IOException e) { 4815 } catch (InstallerException ignored) {
|
H A D | InstallPackageHelper.java | 471 } catch (Installer.InstallerException ignored) { in commitReconciledScanResultLocked() 1569 } catch (Installer.InstallerException | IOException | DigestException in preparePackageLI() 1974 private void setUpFsVerity(AndroidPackage pkg) throws Installer.InstallerException, in setUpFsVerity()
|
H A D | Settings.java | 103 import com.android.server.pm.Installer.InstallerException; 4395 } catch (InstallerException e) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | AppDataRollbackHelper.java | 28 import com.android.server.pm.Installer.InstallerException; 133 } catch (InstallerException ie) { in doSnapshot() 175 } catch (InstallerException ie) { in doRestoreOrWipe() 195 } catch (InstallerException ie) { in destroyAppDataSnapshot()
|
H A D | RollbackManagerServiceImpl.java | 566 } catch (Installer.InstallerException ie) {
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 83 import com.android.server.pm.Installer.InstallerException; 202 } catch (InstallerException e) { in invalidateMounts() 242 } catch (InstallerException e) { in isQuotaSupported() 396 } catch (InstallerException e) { in queryStatsForPackage() 461 } catch (InstallerException e) { in queryStatsForUid() 493 } catch (InstallerException e) { in queryStatsForUser() 526 } catch (InstallerException e) { in queryExternalStatsForUser() 773 } catch (InstallerException e) { in getAppCrates() 864 } catch (InstallerException e) { in queryCratesForUser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 56 import com.android.server.pm.Installer.InstallerException; 312 } catch (InstallerException e) { in createProfileSnapshot() 343 } catch (InstallerException e) { in destroyProfileSnapshot() 493 } catch (InstallerException e) { in prepareAppProfiles() 518 } catch (InstallerException e) { in clearAppProfiles() 537 } catch (InstallerException e) { in dumpProfiles()
|
H A D | DynamicCodeLogger.java | 38 import com.android.server.pm.Installer.InstallerException; 159 } catch (InstallerException e) { in logDynamicCodeLoading()
|
H A D | DexManager.java | 47 import com.android.server.pm.Installer.InstallerException; 645 } catch (InstallerException e) { in reconcileSecondaryDexFiles() 873 } catch (InstallerException e) { in deleteOptimizedFiles()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerTests.java | 40 import com.android.server.pm.Installer.InstallerException; 164 doThrow(new InstallerException("Intentional failure for test"))); in testOneLoader_ownFile_hashingFails()
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | CacheQuotaStrategy.java | 230 } catch (Installer.InstallerException ex) { in pushProcessedQuotas()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 1450 } catch (Installer.InstallerException e) { 2313 } catch (Installer.InstallerException e) { in unmount()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 12984 Lcom/android/server/pm/Installer$InstallerException;
|