Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSetScreenLockDialogActivity.java153 public static Intent createBaseIntent(@LaunchReason int launchReason) { in createBaseIntent() argument
158 intent.putExtra(EXTRA_LAUNCH_REASON, launchReason); in createBaseIntent()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1058 private AppLaunchResult startApp(String appName, String launchReason) in startApp() argument
1062 startRecording(appName, launchReason); in startApp()
1071 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchReason); in startApp()
1197 LaunchOrder(String app, String compilerFilter, String launchReason, boolean iorapEnabled) { in LaunchOrder() argument
1200 mLaunchReason = launchReason; in LaunchOrder()
1220 public void setLaunchReason(String launchReason) { in setLaunchReason() argument
1221 mLaunchReason = launchReason; in setLaunchReason()
1260 public AppLaunchRunnable(Intent intent, String launchReason) { in AppLaunchRunnable() argument
1262 mLaunchReason = launchReason; in AppLaunchRunnable()
1397 private void startRecording(String appName, String launchReason) { in startRecording() argument
[all …]