Searched refs:isDexoptInstallWithDexMetadata (Results 1 – 3 of 3) sorted by relevance
58 assertFalse(opt.isDexoptInstallWithDexMetadata()); in testCreateDexoptOptionsEmpty()86 assertTrue(opt.isDexoptInstallWithDexMetadata()); in testCreateDexoptOptionsFull()
163 public boolean isDexoptInstallWithDexMetadata() { in isDexoptInstallWithDexMetadata() method in DexoptOptions
341 if (options.isDexoptInstallWithDexMetadata() || useCloudProfile) { in performDexOptLI()675 boolean isPublic = !isProfileGuidedFilter || options.isDexoptInstallWithDexMetadata() in getDexFlags()