Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A 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 …]