Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java430 Intent startIntent = new Intent(intentToResolve); in resolveLoop() local
431 startIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK in resolveLoop()
433 startIntent.setClassName(ri.activityInfo.packageName, in resolveLoop()
437 mAppLaunchIntentsMapping.put(appName, startIntent); in resolveLoop()
452 Intent startIntent = mAppLaunchIntentsMapping.get(appName); in startApp() local
453 if (startIntent == null) { in startApp()
456 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp()
570 Intent startIntent = mAppLaunchIntentsMapping.get(appNames[i]); in closeApps() local
571 if (startIntent != null) { in closeApps()
572 String packageName = startIntent.getComponent().getPackageName(); in closeApps()