Searched refs:DEXOPT_FOR_RESTORE (Results 1 – 8 of 8) sorted by relevance
66 public static final int DEXOPT_FOR_RESTORE = 1 << 11; // TODO(b/135202722): remove field in DexoptOptions113 DEXOPT_FOR_RESTORE; in DexoptOptions()170 return (mFlags & DEXOPT_FOR_RESTORE) != 0; in isDexoptInstallForRestore()
58 constexpr int DEXOPT_FOR_RESTORE = 1 << 13; // TODO(b/135202722): remove variable74 | DEXOPT_FOR_RESTORE;
1705 bool for_restore = (dexopt_flags & DEXOPT_FOR_RESTORE) != 0; in dexopt()
72 DexoptOptions.DEXOPT_FOR_RESTORE; in testCreateDexoptOptionsFull()
25 import static com.android.server.pm.Installer.DEXOPT_FOR_RESTORE;752 | (options.isDexoptInstallForRestore() ? DEXOPT_FOR_RESTORE : 0) in getDexFlags()
81 public static final int DEXOPT_FOR_RESTORE = 1 << 13; // TODO(b/135202722): remove field in Installer
20037 | (isBackupOrRestore ? DexoptOptions.DEXOPT_FOR_RESTORE : 0); in executePostCommitSteps()
698 DEXOPT_FOR_RESTORE | DEXOPT_BOOTCOMPLETE | DEXOPT_PUBLIC, in TEST_F()