Searched refs:isDexoptInstallForRestore (Results 1 – 4 of 4) sorted by relevance
57 assertFalse(opt.isDexoptInstallForRestore()); in testCreateDexoptOptionsEmpty()87 assertTrue(opt.isDexoptInstallForRestore()); in testCreateDexoptOptionsFull()
163 public boolean isDexoptInstallForRestore() { in isDexoptInstallForRestore() method in DexoptOptions
710 | (options.isDexoptInstallForRestore() ? DEXOPT_FOR_RESTORE : 0) in getDexFlags()
26836 HPLcom/android/server/pm/dex/DexoptOptions;->isDexoptInstallForRestore()Z