Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java92 private String mPreAppsList; field in AppTransitionTests
126 mPreAppsList = mArgs.getString(PRE_LAUNCH_APPS, ""); in setUp()
269 if (null == mPreAppsList || mPreAppsList.isEmpty()) { in testAppToRecents()
273 mPreAppsListArray = mPreAppsList.split(DELIMITER); in testAppToRecents()
313 if (null == mPreAppsList || mPreAppsList.isEmpty()) { in testHotLaunchFromRecents()
317 mPreAppsListArray = mPreAppsList.split(DELIMITER); in testHotLaunchFromRecents()