Searched refs:childInstall (Results 1 – 2 of 2) sorted by relevance
102 for (Install childInstall : installs) { in multi()103 assertThat(childInstall.isMultiPackage()).isFalse(); in multi()
214 Install childInstall = Install.single(TestApp.A1).setSessionMode( in testChildFailurePropagated() local216 Install parentInstall = Install.multi(childInstall); in testChildFailurePropagated()