Home
last modified time | relevance | path

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

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