Searched refs:isCheckForProfileUpdates (Results 1 – 4 of 4) sorted by relevance
50 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsEmpty()79 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsFull()111 assertTrue(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsReason()129 assertFalse(opt.isCheckForProfileUpdates()); in testCreateDexoptOptionsSplit()
129 public boolean isCheckForProfileUpdates() { in isCheckForProfileUpdates() method in DexoptOptions
259 final int profileAnalysisResult = options.isCheckForProfileUpdates() in performDexOptLI()
33727 HPLcom/android/server/pm/dex/DexoptOptions;->isCheckForProfileUpdates()Z