Home
last modified time | relevance | path

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

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DInstall.java33 private final TestApp[] mTestApps; field in Install
39 mTestApps = testApps; in Install()
131 for (TestApp app : mTestApps) { in commit()
135 assert mTestApps.length == 1; in commit()
136 sessionId = createInstallSession(mTestApps[0]); in commit()