Searched refs:isCheckForProfileUpdates (Results 1 – 3 of 3) sorted by relevance
50 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsEmpty()77 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsFull()108 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsReason()126 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsSplit()
118 public boolean isCheckForProfileUpdates() { in isCheckForProfileUpdates() method in DexoptOptions
229 final boolean profileUpdated = options.isCheckForProfileUpdates() && in performDexOptLI()