Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundDexOptService.java97 private final AtomicBoolean mAbortPostBootUpdate = new AtomicBoolean(false); field in BackgroundDexOptService
202 mAbortPostBootUpdate.set(false); in postBootUpdate()
206 if (mAbortPostBootUpdate.get()) { in postBootUpdate()
623 mAbortPostBootUpdate.set(true); in onStopJob()