Searched refs:DEXOPT_FOR_RESTORE (Results 1 – 8 of 8) sorted by relevance
74 public static final int DEXOPT_FOR_RESTORE = 1 << 11; // TODO(b/135202722): remove field in DexoptOptions115 DEXOPT_FOR_RESTORE; in DexoptOptions()168 return (mFlags & DEXOPT_FOR_RESTORE) != 0; in isDexoptInstallForRestore()293 if ((mFlags & DEXOPT_FOR_RESTORE) != 0) { in convertToDexoptParams()
60 constexpr int DEXOPT_FOR_RESTORE = 1 << 13; // TODO(b/135202722): remove variable76 | DEXOPT_FOR_RESTORE;
1830 bool for_restore = (dexopt_flags & DEXOPT_FOR_RESTORE) != 0; in dexopt()
73 DexoptOptions.DEXOPT_FOR_RESTORE; in testCreateDexoptOptionsFull()
25 import static com.android.server.pm.Installer.DEXOPT_FOR_RESTORE;712 | (options.isDexoptInstallForRestore() ? DEXOPT_FOR_RESTORE : 0) in getDexFlags()
86 public static final int DEXOPT_FOR_RESTORE = 1 << 13; // TODO(b/135202722): remove field in Installer
726 | (isBackupOrRestore ? DexoptOptions.DEXOPT_FOR_RESTORE : 0); in getDexoptOptionsByInstallRequest()
789 DEXOPT_FOR_RESTORE | DEXOPT_BOOTCOMPLETE | DEXOPT_PUBLIC, in TEST_F()