Searched refs:Step (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 97 private List<Step> mSteps; 134 Step step = mSteps.get(mCurrentStep); in onClick() 182 mSteps.add(new Step(R.string.keychain_setup_desc, false, new SetupTestKeyStoreTask())); in resetProgress() 183 mSteps.add(new Step(R.string.keychain_install_desc, true, new InstallCredentialsTask())); in resetProgress() 184 mSteps.add(new Step(R.string.keychain_https_desc, false, new TestHttpsRequestTask())); in resetProgress() 185 mSteps.add(new Step(R.string.keychain_reset_desc, true, new ClearCredentialsTask())); in resetProgress() 201 final Step step = mSteps.get(mCurrentStep); in updateUi() 515 private static class Step { class in KeyChainTest 525 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/ |
D | AdaptivePlaybackTest.java | 400 new Step("testing early EOS at " + queuedFrames, this, c) { in addTests() 457 new Step("testing EOS & flush before seek - init", this, c) { in addTests() 466 new Step("testing EOS & flush before seeking after " + queuedFrames + in addTests() 490 new Step("testing EOS & flush before seek - finally", this, c) { in addTests() 513 new Step("testing DRC with reconfigure - init", this, c) { in addTests() 522 new Step("testing DRC with reconfigure after " + queuedFrames + " frames", in addTests() 550 new Step("testing DRC with reconfigure - finally", this, c) { in addTests() 580 new Step("testing DRC with no reconfigure - init", this, c) { in addTests() 597 new Step("testing DRC with no reconfigure after " + i + " frames", in addTests() 629 new Step("testing DRC with no reconfigure - init", this, c) { in addTests() [all …]
|