Home
last modified time | relevance | path

Searched refs:LegacyDexoptDisabledException (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java71 import com.android.server.pm.Installer.LegacyDexoptDisabledException;
222 throws LegacyDexoptDisabledException { in performDexOpt()
254 throws LegacyDexoptDisabledException { in performDexOptLI()
429 throw new LegacyDexoptDisabledException(); in performDexOptLI()
443 @Nullable String dexMetadataPath) throws LegacyDexoptDisabledException { in prepareCloudProfile()
448 throw new LegacyDexoptDisabledException(); in prepareCloudProfile()
470 String dexMetadataPath, int compilationReason) throws LegacyDexoptDisabledException { in dexOptPath()
723 int dexoptFlags, String oatDir) throws LegacyDexoptDisabledException { in getDexoptNeeded()
727 throw new LegacyDexoptDisabledException(); in getDexoptNeeded()
776 throws LegacyDexoptDisabledException { in isOdexPrivate()
[all …]
DInstaller.java601 throws InstallerException, LegacyDexoptDisabledException { in dexopt()
602 throw new LegacyDexoptDisabledException(); in dexopt()
956 public static class LegacyDexoptDisabledException extends Exception { class in Installer
959 public LegacyDexoptDisabledException() { in LegacyDexoptDisabledException() method in Installer.LegacyDexoptDisabledException
DOtaDexoptService.java40 import com.android.server.pm.Installer.LegacyDexoptDisabledException;
372 } catch (LegacyDexoptDisabledException e) { in generatePackageDexopts()
/frameworks/base/services/
Dart-wear-profile802 Lcom/android/server/pm/Installer$LegacyDexoptDisabledException;