Searched refs:isCheckForProfileUpdates (Results 1 – 3 of 3) sorted by relevance
53 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsEmpty()80 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsFull()111 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsReason()128 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsSplit()
131 public boolean isCheckForProfileUpdates() { in isCheckForProfileUpdates() method in DexoptOptions
351 if (options.isCheckForProfileUpdates()) { in performDexOptLI()