Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartController.java99 private boolean mInExecution = false; field in ActivityStartController
135 mInExecution = true; in onExecutionStarted()
139 return mInExecution; in isInExecution()
142 mInExecution = false; in onExecutionComplete()