Searched refs:LegacyDexoptDisabledException (Results 1 – 4 of 4) sorted by relevance
71 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 …]
601 throws InstallerException, LegacyDexoptDisabledException { in dexopt()602 throw new LegacyDexoptDisabledException(); in dexopt()956 public static class LegacyDexoptDisabledException extends Exception { class in Installer959 public LegacyDexoptDisabledException() { in LegacyDexoptDisabledException() method in Installer.LegacyDexoptDisabledException
40 import com.android.server.pm.Installer.LegacyDexoptDisabledException;372 } catch (LegacyDexoptDisabledException e) { in generatePackageDexopts()
802 Lcom/android/server/pm/Installer$LegacyDexoptDisabledException;