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()
367 @WaitResult.LaunchState int getLaunchState() { in getLaunchState()
612 @WaitResult.LaunchState int launchState) { in reportActivityLaunchedLocked()
227 import android.app.WaitResult.LaunchState;5335 final @LaunchState int launchState = validInfo ? info.getLaunchState() : -1; in onWindowsDrawn()