Searched refs:firstApp (Results 1 – 2 of 2) sorted by relevance
221 for (int firstApp = 0; firstApp < TEST_APPS.length; firstApp++) { in getTestAppCombinations()222 for (int secondApp = firstApp + 1; secondApp < TEST_APPS.length; secondApp++) { in getTestAppCombinations()223 parameters.add(new Object[]{TEST_APPS[firstApp], TEST_APPS[secondApp]}); in getTestAppCombinations()
157 TaskbarAppIcon firstApp = taskbar.getAppIcon(firstAppName); in testSplitSingleTaskFromTaskbar() local158 firstApp.launchIntoSplitScreen(); in testSplitSingleTaskFromTaskbar()