Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java192 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent); in startApp()
307 private class AppLaunchRunnable implements Runnable { class in MemoryUsageTest
310 public AppLaunchRunnable(Intent intent) { in AppLaunchRunnable() method in MemoryUsageTest.AppLaunchRunnable
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java563 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, forceStopBeforeLaunch, in startApp()
709 private class AppLaunchRunnable implements Runnable { class in AppLaunch
715 public AppLaunchRunnable(Intent intent, boolean forceStopBeforeLaunch, in AppLaunchRunnable() method in AppLaunch.AppLaunchRunnable
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java1071 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchReason); in startApp()
1255 private class AppLaunchRunnable implements Runnable { class in AppLaunch
1260 public AppLaunchRunnable(Intent intent, String launchReason) { in AppLaunchRunnable() method in AppLaunch.AppLaunchRunnable