HomeSort by relevance Sort by last modified time
    Searched defs:TestEnvironment (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/test/
blink_test_environment.cc 54 class TestEnvironment {
63 TestEnvironment() {
71 ~TestEnvironment() {
84 TestEnvironment* test_environment;
111 test_environment = new TestEnvironment;
  /external/chromium_org/mojo/android/javatests/
mojo_test_case.cc 20 struct TestEnvironment {
39 return reinterpret_cast<intptr_t>(new TestEnvironment());
45 delete reinterpret_cast<TestEnvironment*>(test_environment);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
MockJobService.java 30 * {@link TestEnvironment}.
49 TestEnvironment.getTestEnvironment().notifyExecution(params.getJobId());
61 * {@link TestEnvironment#setUp()}.
63 public static final class TestEnvironment {
65 private static TestEnvironment kTestEnvironment;
71 public static TestEnvironment getTestEnvironment() {
73 kTestEnvironment = new TestEnvironment();
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 30 * {@link TestEnvironment}.
49 TestEnvironment.getTestEnvironment().notifyExecution(params.getJobId());
61 * {@link TestEnvironment#setUp()}.
63 public static final class TestEnvironment {
65 private static TestEnvironment kTestEnvironment;
71 public static TestEnvironment getTestEnvironment() {
73 kTestEnvironment = new TestEnvironment();
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 56 private TestEnvironment mEnvironment;
61 mEnvironment = new TestEnvironment(getInstrumentation().getContext());
149 // http://code.google.com/p/vogar/source/browse/trunk/src/vogar/target/TestEnvironment.java
150 static class TestEnvironment {
157 TestEnvironment(Context context) {

Completed in 171 milliseconds