Home
last modified time | relevance | path

Searched refs:InstallerException (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java280 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 DAppDataHelper.java155 } 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 DPackageManagerException.java22 import com.android.server.pm.Installer.InstallerException;
153 public static PackageManagerException from(InstallerException e) in from()
H A DPackageDexOptimizer.java73 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 DOtaDexoptService.java40 import com.android.server.pm.Installer.InstallerException;
302 throws InstallerException { in generatePackageDexopts()
453 } catch (InstallerException e) { in moveAbArtifacts()
H A DRemovePackageHelper.java120 } catch (Installer.InstallerException e) { in removeCodePathLI()
436 } catch (Installer.InstallerException ignored) { in removeDexFilesLI()
463 } catch (Installer.InstallerException e) { in cleanUpForMoveInstall()
H A DDexOptHelper.java74 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 DMovePackageHelper.java361 } catch (Installer.InstallerException e) { in getPackageSizeInfoLI()
H A DInstallingSession.java372 } catch (Installer.InstallerException e) { in copyApkForMoveInstall()
H A DPackageManagerService.java207 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 DPackageInstallerSession.java176 import com.android.server.pm.Installer.InstallerException;
3879 } catch (InstallerException e) {
3895 } catch (InstallerException | IOException e) {
4815 } catch (InstallerException ignored) {
H A DInstallPackageHelper.java471 } 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 DSettings.java103 import com.android.server.pm.Installer.InstallerException;
4395 } catch (InstallerException e) {
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DAppDataRollbackHelper.java28 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 DRollbackManagerServiceImpl.java566 } catch (Installer.InstallerException ie) {
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java83 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 DArtManagerService.java56 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 DDynamicCodeLogger.java38 import com.android.server.pm.Installer.InstallerException;
159 } catch (InstallerException e) { in logDynamicCodeLoading()
H A DDexManager.java47 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 DDynamicCodeLoggerTests.java40 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 DCacheQuotaStrategy.java230 } catch (Installer.InstallerException ex) { in pushProcessedQuotas()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1450 } catch (Installer.InstallerException e) {
2313 } catch (Installer.InstallerException e) { in unmount()
/aosp14/frameworks/base/services/
H A Dart-profile12984 Lcom/android/server/pm/Installer$InstallerException;