Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWaitResult.java47 public @interface LaunchState { annotation in WaitResult
70 public @LaunchState int launchState;
119 public static String launchStateToString(@LaunchState int type) { in launchStateToString()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java249 @WaitResult.LaunchState int getLaunchState() { in getLaunchState()
DActivityRecord.java158 import android.app.WaitResult.LaunchState;
2403 final @LaunchState int launchState = info != null ? info.getLaunchState() : -1; in onWindowsDrawn()
DActivityStackSupervisor.java608 @WaitResult.LaunchState int launchState) { in reportActivityLaunchedLocked()