Searched refs:isDexoptIdleBackgroundJob (Results 1 – 4 of 4) sorted by relevance
55 assertFalse(opt.isDexoptIdleBackgroundJob()); in testCreateDexoptOptionsEmpty()85 assertTrue(opt.isDexoptIdleBackgroundJob()); in testCreateDexoptOptionsFull()
161 public boolean isDexoptIdleBackgroundJob() { in isDexoptIdleBackgroundJob() method in DexoptOptions
401 | (options.isDexoptIdleBackgroundJob() ? DEXOPT_IDLE_BACKGROUND_JOB : 0); in dexoptSystemServerPath()783 | (options.isDexoptIdleBackgroundJob() ? DEXOPT_IDLE_BACKGROUND_JOB : 0) in getDexFlags()
33730 HPLcom/android/server/pm/dex/DexoptOptions;->isDexoptIdleBackgroundJob()Z