Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java104 private Map<String,String> mPreAppsComponentName = new HashMap<String, String>(); field in AppTransitionTests
274 mPreAppsComponentName.clear(); in testAppToRecents()
280 mLauncherStrategy.launch(appName, mPreAppsComponentName.get(appName).split( in testAppToRecents()
318 mPreAppsComponentName.clear(); in testHotLaunchFromRecents()
323 mLauncherStrategy.launch(appName, mPreAppsComponentName.get(appName).split( in testHotLaunchFromRecents()
401 mPreAppsComponentName.put(mPreAppsListArray[preAppCount], mComponentName); in populateRecentsList()