Searched refs:launchState (Results 1 – 5 of 5) sorted by relevance
84 public @LaunchState int launchState; field in WaitResult100 dest.writeInt(launchState); in writeToParcel()121 launchState = source.readInt(); in WaitResult()130 pw.println(prefix + " launchState=" + launchState); in dump()
134 assertEquals(WaitResult.LAUNCH_STATE_HOT, taskToFrontWait.launchState); in testReportWaitingActivityLaunched()161 assertEquals(deliverToTopWait.launchState, WaitResult.LAUNCH_STATE_UNKNOWN); in testReportWaitingActivityLaunched()
639 @WaitResult.LaunchState int launchState) { in reportActivityLaunched() argument650 w.launchState = launchState; in reportActivityLaunched()
7017 final @WaitResult.LaunchState int launchState = in onWindowsDrawn() local7024 windowsDrawnDelayMs, launchState); in onWindowsDrawn()
879 pw.println("LaunchState: " + launchStateToString(result.launchState));