Home
last modified time | relevance | path

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

/cts/hostsidetests/install/app/src/android/cts/install/
DUpgradeTest.java51 for (boolean staged : booleanValues) { in combinations()
53 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
DDowngradeTest.java52 for (boolean staged : booleanValues) { in combinations()
54 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
DSamegradeTest.java57 for (boolean staged : booleanValues) { in combinations()
59 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
DInstallTest.java67 for (boolean staged : booleanValues) { in combinations()
69 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
/cts/hostsidetests/install/src/android/cts/install/host/
DUpgradeTest.java132 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
135 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
DSamegradeTest.java150 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
153 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
DDowngradeTest.java180 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
183 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()