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.java91 private final AtomicBoolean mAbortPostBootUpdate = new AtomicBoolean(false); field in BackgroundDexOptService
197 mAbortPostBootUpdate.set(false); in postBootUpdate()
201 if (mAbortPostBootUpdate.get()) { in postBootUpdate()
474 mAbortPostBootUpdate.set(true); in onStopJob()