HomeSort by relevance Sort by last modified time
    Searched refs:TestSession (Results 1 - 13 of 13) sorted by null

  /cts/tools/host/src/com/android/cts/
SessionObserver.java 20 public void notifyFinished(TestSession ts);
TestHost.java 63 static private ArrayList<TestSession> sSessions = new ArrayList<TestSession>();
171 TestSession ts = startSession(TEMP_PLAN_NAME, getFirstAvailableDevice().getSerialNumber(),
447 * Run the specified {@link TestSession} on the specified {@link TestDevice}(s)
449 * @param ts the specified {@link TestSession}
455 static private void runTest(final TestSession ts, final String deviceId,
501 TestSession.setADBServerRestartedMode();
508 TestSession.resetADBServerRestartedMode();
517 * Create {@link TestSession} according to the specified test plan.
520 * @return a {@link TestSession}
    [all...]
TestSession.java 26 public class TestSession {
49 public TestSession(final TestSessionLog sessionLog,
357 * The Thread to be run the {@link TestSession}
362 private TestSession mTestSession;
368 public TestSessionThread(final TestSession ts) {
373 public TestSessionThread(final TestSession ts, final Test test) {
379 public TestSessionThread(final TestSession ts,
ConsoleUi.java 472 TestSession ts = null;
473 ArrayList<TestSession> sessionList = mHost.getSessionList(testPlanName);
549 private TestSession chooseTestSession(ArrayList<TestSession> sessionList) throws IOException {
560 for (TestSession session : sessionList) {
575 private String chooseMode(ArrayList<TestSession> sessionList) throws IOException {
    [all...]
DeviceManager.java 237 if (!TestSession.isADBServerRestartedMode()) {
287 public void restartADBServer(TestSession ts) throws DeviceDisconnectedException {
303 private void rebootDevice(TestSession ts) throws InterruptedException,
Test.java 19 import com.android.cts.TestSession.ResultObserver;
327 if (TestSession.exceedsMaxCount()) {
330 TestSession.incTestCount();
TestSessionBuilder.java 87 * Create TestSession via TestSessionLog.
92 public TestSession build(TestSessionLog log) {
96 return new TestSession(log, 1);
100 * Create TestSession via TestPlan XML configuration file.
103 * @return TestSession.
105 public TestSession build(final String config) throws SAXException, IOException,
138 TestSession ts = new TestSession(sessionLog, numOfRequiredDevices);
TestSessionLogBuilder.java 94 TestSession sessionFromPlan = TestSessionBuilder.getInstance().build(planFilePath);
TestPackage.java 19 import com.android.cts.TestSession.TestSessionThread;
994 * @param sessionLog the TestSession log for this TestSession.
    [all...]
HostConfig.java 523 TestSession ts = TestSessionBuilder.getInstance().build(log);
    [all...]
TestDevice.java     [all...]
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 139 TestSession ts = TestSessionBuilder.getInstance().build(
TestSessionBuilderTests.java 112 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
293 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
374 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
479 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
563 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
645 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
    [all...]

Completed in 99 milliseconds