Home
last modified time | relevance | path

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

/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
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
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
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
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1069 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchReason); in startApp()
1253 private class AppLaunchRunnable implements Runnable { class in AppLaunch
1258 public AppLaunchRunnable(Intent intent, String launchReason) { in AppLaunchRunnable() method in AppLaunch.AppLaunchRunnable