Searched refs:LaunchState (Results 1 – 4 of 4) sorted by relevance
47 public @interface LaunchState { annotation in WaitResult70 public @LaunchState int launchState;119 public static String launchStateToString(@LaunchState int type) { in launchStateToString()
249 @WaitResult.LaunchState int getLaunchState() { in getLaunchState()
158 import android.app.WaitResult.LaunchState;2403 final @LaunchState int launchState = info != null ? info.getLaunchState() : -1; in onWindowsDrawn()
608 @WaitResult.LaunchState int launchState) { in reportActivityLaunchedLocked()