Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DWaitResult.java84 public @LaunchState int launchState; field in WaitResult
100 dest.writeInt(launchState); in writeToParcel()
121 launchState = source.readInt(); in WaitResult()
130 pw.println(prefix + " launchState=" + launchState); in dump()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java134 assertEquals(WaitResult.LAUNCH_STATE_HOT, taskToFrontWait.launchState); in testReportWaitingActivityLaunched()
161 assertEquals(deliverToTopWait.launchState, WaitResult.LAUNCH_STATE_UNKNOWN); in testReportWaitingActivityLaunched()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java633 @WaitResult.LaunchState int launchState) { in reportActivityLaunched() argument
644 w.launchState = launchState; in reportActivityLaunched()
H A DActivityRecord.java6801 final @WaitResult.LaunchState int launchState = in onWindowsDrawn() local
6808 windowsDrawnDelayMs, launchState); in onWindowsDrawn()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java803 pw.println("LaunchState: " + launchStateToString(result.launchState));