Home
last modified time | relevance | path

Searched refs:LaunchMode (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DApplicationStartInfo.java210 private @LaunchMode int mLaunchMode;
273 public @interface LaunchMode {} annotation in ApplicationStartInfo
378 public void setLaunchMode(@LaunchMode int launchMode) { in setLaunchMode()
520 public @LaunchMode int getLaunchMode() { in getLaunchMode()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java107 public @interface LaunchMode { annotation in ActivityInfo
111 public static String launchModeToString(@LaunchMode int launchMode) { in launchModeToString()
132 @LaunchMode