Searched refs:isDexoptIdleBackgroundJob (Results 1 – 3 of 3) sorted by relevance
55 assertFalse(opt.isDexoptIdleBackgroundJob()); in testCreateDexoptOptionsEmpty()83 assertTrue(opt.isDexoptIdleBackgroundJob()); in testCreateDexoptOptionsFull()
150 public boolean isDexoptIdleBackgroundJob() { in isDexoptIdleBackgroundJob() method in DexoptOptions
588 | (options.isDexoptIdleBackgroundJob() ? DEXOPT_IDLE_BACKGROUND_JOB : 0) in getDexFlags()