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()
123 public boolean isCheckForProfileUpdates() { in isCheckForProfileUpdates() method in DexoptOptions
243 final boolean profileUpdated = options.isCheckForProfileUpdates() && in performDexOptLI()
26833 HSPLcom/android/server/pm/dex/DexoptOptions;->isCheckForProfileUpdates()Z