Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java94 private List<Step> mSteps;
131 Step step = mSteps.get(mCurrentStep); in onClick()
179 mSteps.add(new Step(R.string.keychain_setup_desc, false, new SetupTestKeyStoreTask())); in resetProgress()
180 mSteps.add(new Step(R.string.keychain_install_desc, true, new InstallCredentialsTask())); in resetProgress()
181 mSteps.add(new Step(R.string.keychain_https_desc, false, new TestHttpsRequestTask())); in resetProgress()
182 mSteps.add(new Step(R.string.keychain_reset_desc, true, new ClearCredentialsTask())); in resetProgress()
198 final Step step = mSteps.get(mCurrentStep); in updateUi()
463 private static class Step { class in KeyChainTest
473 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() method in KeyChainTest.Step
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java354 new Step("testing early EOS at " + queuedFrames, this, c) { in addTests()
411 new Step("testing EOS & flush before seek - init", this, c) { in addTests()
420 new Step("testing EOS & flush before seeking after " + queuedFrames + in addTests()
444 new Step("testing EOS & flush before seek - finally", this, c) { in addTests()
467 new Step("testing DRC with reconfigure - init", this, c) { in addTests()
476 new Step("testing DRC with reconfigure after " + queuedFrames + " frames", in addTests()
504 new Step("testing DRC with reconfigure - finally", this, c) { in addTests()
534 new Step("testing DRC with no reconfigure - init", this, c) { in addTests()
551 new Step("testing DRC with no reconfigure after " + i + " frames", in addTests()
583 new Step("testing DRC with no reconfigure - init", this, c) { in addTests()
[all …]