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