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