/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | BackgroundDexOptService.java | 193 throws LegacyDexoptDisabledException { in BackgroundDexOptService() 279 throws LegacyDexoptDisabledException { in runBackgroundDexoptJob() 333 throws LegacyDexoptDisabledException { in addPackagesUpdatedListener() 343 throws LegacyDexoptDisabledException { in removePackagesUpdatedListener() 527 throws LegacyDexoptDisabledException { in resetStatesForNewDexOptRunLocked() 665 throws LegacyDexoptDisabledException { in idleOptimizePackages() 744 throws LegacyDexoptDisabledException { in optimizePackages() 798 throws LegacyDexoptDisabledException { in downgradePackage() 868 throws LegacyDexoptDisabledException { in optimizePackage() 897 throws LegacyDexoptDisabledException { in performDexOptPrimary() [all …]
|
H A D | Installer.java | 626 throws InstallerException, LegacyDexoptDisabledException { in dexopt() 670 throws InstallerException, LegacyDexoptDisabledException { in mergeProfiles() 685 throws InstallerException, LegacyDexoptDisabledException { in dumpProfiles() 709 throws InstallerException, LegacyDexoptDisabledException { in rmdex() 735 throws InstallerException, LegacyDexoptDisabledException { in clearAppProfiles() 746 throws InstallerException, LegacyDexoptDisabledException { in destroyAppProfiles() 761 throws InstallerException, LegacyDexoptDisabledException { in deleteReferenceProfile() 885 throws InstallerException, LegacyDexoptDisabledException { in reconcileSecondaryDexFile() 923 throws InstallerException, LegacyDexoptDisabledException { in destroyProfileSnapshot() 1181 public LegacyDexoptDisabledException() { in LegacyDexoptDisabledException() method in Installer.LegacyDexoptDisabledException [all …]
|
H A D | PackageDexOptimizer.java | 74 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 227 throws LegacyDexoptDisabledException { in performDexOpt() 253 void controlDexOptBlocking(boolean block) throws LegacyDexoptDisabledException { in controlDexOptBlocking() 268 throws LegacyDexoptDisabledException { in performDexOptLI() 462 @Nullable String dexMetadataPath) throws LegacyDexoptDisabledException { in prepareCloudProfile() 574 throws LegacyDexoptDisabledException { in dexOptSecondaryDexPath() 625 throws LegacyDexoptDisabledException { in dexOptSecondaryDexPathLI() 704 throws LegacyDexoptDisabledException { in dumpDexoptState() 904 int dexoptFlags, String oatDir) throws LegacyDexoptDisabledException { in getDexoptNeeded() 958 throws LegacyDexoptDisabledException { in isOdexPrivate() [all …]
|
H A D | DexOptHelper.java | 75 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 129 throws LegacyDexoptDisabledException { in performDexOptUpgrade() 277 private void checkAndDexOptSystemUi(int reason) throws LegacyDexoptDisabledException { in checkAndDexOptSystemUi() 320 private void dexoptLauncher(int reason) throws LegacyDexoptDisabledException { in dexoptLauncher() 334 @NonNull String compilerFilter) throws LegacyDexoptDisabledException { in performDexoptPackage() 398 } catch (LegacyDexoptDisabledException e) { in performPackageDexOptUpgradeIfNeeded() 451 } catch (LegacyDexoptDisabledException e) { in performDexOpt() 510 } catch (LegacyDexoptDisabledException e) { in performDexOptInternal() 544 throws LegacyDexoptDisabledException { in performDexOptInternalWithDependenciesLI() 598 throws LegacyDexoptDisabledException { in forceDexOpt() [all …]
|
H A D | AppDataHelper.java | 49 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 276 } catch (LegacyDexoptDisabledException e2) { in prepareAppDataLeaf() 598 } catch (LegacyDexoptDisabledException e) { 644 } catch (LegacyDexoptDisabledException e) {
|
H A D | OtaDexoptService.java | 41 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 373 } catch (LegacyDexoptDisabledException e) { in generatePackageDexopts()
|
H A D | RemovePackageHelper.java | 48 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 434 } catch (LegacyDexoptDisabledException e) { in removeDexFilesLI()
|
H A D | PackageManagerShellCommand.java | 118 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 368 } catch (LegacyDexoptDisabledException e) { in onCommand() 402 throws RemoteException, LegacyDexoptDisabledException { in runLegacyDexoptCommand() 2046 throws RemoteException, LegacyDexoptDisabledException { in runreconcileSecondaryDexFiles() 2052 public int runForceDexOpt() throws RemoteException, LegacyDexoptDisabledException { in runForceDexOpt() 2057 private int runBgDexOpt() throws RemoteException, LegacyDexoptDisabledException { in runBgDexOpt() 2100 private int cancelBgDexOptJob() throws RemoteException, LegacyDexoptDisabledException { in cancelBgDexOptJob() 2123 private int runDumpProfiles() throws RemoteException, LegacyDexoptDisabledException { in runDumpProfiles()
|
H A D | InstallPackageHelper.java | 172 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 469 } catch (LegacyDexoptDisabledException e) { in commitReconciledScanResultLocked() 2453 } catch (LegacyDexoptDisabledException e) { in executePostCommitStepsLIF() 2552 } catch (LegacyDexoptDisabledException e) { in executePostCommitStepsLIF() 2568 } catch (LegacyDexoptDisabledException e) { in executePostCommitStepsLIF()
|
H A D | PackageManagerService.java | 208 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 1602 } catch (LegacyDexoptDisabledException e) { in main() 2195 } catch (LegacyDexoptDisabledException e) { in PackageManagerService() 4355 } catch (LegacyDexoptDisabledException e) { 6793 throws LegacyDexoptDisabledException { 6810 public void legacyForceDexOpt(String packageName) throws LegacyDexoptDisabledException { 6818 throws LegacyDexoptDisabledException { 7314 } catch (LegacyDexoptDisabledException e) {
|
H A D | ComputerEngine.java | 128 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 3039 } catch (LegacyDexoptDisabledException e) { in dump()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 57 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 297 } catch (LegacyDexoptDisabledException e) { in snapshotAppProfile() 305 throws LegacyDexoptDisabledException { in createProfileSnapshot() 336 throws LegacyDexoptDisabledException { in destroyProfileSnapshot() 403 } catch (LegacyDexoptDisabledException e) { in snapshotBootImageProfile() 461 boolean updateReferenceProfileContent) throws LegacyDexoptDisabledException { in prepareAppProfiles() 502 boolean updateReferenceProfileContent) throws LegacyDexoptDisabledException { in prepareAppProfiles() 511 public void clearAppProfiles(AndroidPackage pkg) throws LegacyDexoptDisabledException { in clearAppProfiles() 527 throws LegacyDexoptDisabledException { in dumpProfiles()
|
H A D | DexManager.java | 48 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 503 public boolean dexoptSecondaryDex(DexoptOptions options) throws LegacyDexoptDisabledException { in dexoptSecondaryDex() 572 throws LegacyDexoptDisabledException { in reconcileSecondaryDexFiles() 864 throws LegacyDexoptDisabledException { in deleteOptimizedFiles()
|
/aosp14/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageManagerInternal.java | 47 import com.android.server.pm.Installer.LegacyDexoptDisabledException; 1356 boolean dumpClassesAndMethods) throws LegacyDexoptDisabledException; in legacyDumpProfiles() 1361 throws LegacyDexoptDisabledException; in legacyForceDexOpt() 1366 throws LegacyDexoptDisabledException; in legacyReconcileSecondaryDexFiles()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 12985 Lcom/android/server/pm/Installer$LegacyDexoptDisabledException;
|