Searched refs:isDexoptInstallForRestore (Results 1 – 3 of 3) sorted by relevance
59 assertFalse(opt.isDexoptInstallForRestore()); in testCreateDexoptOptionsEmpty()87 assertTrue(opt.isDexoptInstallForRestore()); in testCreateDexoptOptionsFull()
167 public boolean isDexoptInstallForRestore() { in isDexoptInstallForRestore() method in DexoptOptions
712 | (options.isDexoptInstallForRestore() ? DEXOPT_FOR_RESTORE : 0) in getDexFlags()