Searched refs:staged (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/install/app/src/android/cts/install/ |
D | UpgradeTest.java | 51 for (boolean staged : booleanValues) { in combinations() 53 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
|
D | DowngradeTest.java | 52 for (boolean staged : booleanValues) { in combinations() 54 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
|
D | SamegradeTest.java | 57 for (boolean staged : booleanValues) { in combinations() 59 temp.add(new Object[]{installType, staged, enableRollback}); in combinations()
|
/cts/hostsidetests/install/src/android/cts/install/host/ |
D | UpgradeTest.java | 141 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 144 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|
D | SamegradeTest.java | 159 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 162 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|
D | DowngradeTest.java | 189 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument 192 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
|