Searched refs:mTestApps (Results 1 – 1 of 1) sorted by relevance
33 private final TestApp[] mTestApps; field in Install47 mTestApps = testApps; in Install()53 mTestApps = new TestApp[0]; in Install()178 for (TestApp testApp : mTestApps) { in createSession()183 assert mTestApps.length == 1; in createSession()184 sessionId = createSingleInstallSession(mTestApps[0]); in createSession()