Home
last modified time | relevance | path

Searched refs:mAbortPostBootUpdate (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java106 private final AtomicBoolean mAbortPostBootUpdate = new AtomicBoolean(false); field in BackgroundDexOptService
207 mAbortPostBootUpdate.set(false); in postBootUpdate()
211 if (mAbortPostBootUpdate.get()) { in postBootUpdate()
664 mAbortPostBootUpdate.set(true); in onStopJob()