Searched defs:AppLaunchRunnable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java188 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent);
303 private class AppLaunchRunnable implements Runnable { class in class:MemoryUsageTest
306 public AppLaunchRunnable(Intent intent) { method in class:MemoryUsageTest.AppLaunchRunnable
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java478 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, forceStopBeforeLaunch ,
596 private class AppLaunchRunnable implements Runnable { class in class:AppLaunch
602 public AppLaunchRunnable(Intent intent, boolean forceStopBeforeLaunch, method in class:AppLaunch.AppLaunchRunnable

Completed in 261 milliseconds