Home
last modified time | relevance | path

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

/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java33 private final TestApp[] mTestApps; field in Install
47 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()