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

  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
JobThrottlingTest.java 91 private TestAppInterface mTestAppInterface;
122 mTestAppInterface = new TestAppInterface(mContext, testJobId);
150 mTestAppInterface.awaitJobStart(5_000));
153 mTestAppInterface.awaitJobStart(5_000));
162 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT));
165 mTestAppInterface.awaitJobStop(DEFAULT_WAIT_TIMEOUT));
167 mTestAppInterface.startAndKeepTestActivity();
170 mTestAppInterface.awaitJobStart(3_000));
179 mTestAppInterface.awaitJobStart(DEFAULT_WAIT_TIMEOUT));
182 mTestAppInterface.awaitJobStop(DEFAULT_WAIT_TIMEOUT))
    [all...]
ConnectivityConstraintTest.java 69 private TestAppInterface mTestAppInterface;
93 if (mTestAppInterface != null) {
94 mTestAppInterface.cleanup();
264 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID);
265 mTestAppInterface.startAndKeepTestActivity();
267 mTestAppInterface.scheduleJob(false, true);
271 mTestAppInterface.awaitJobStart(30_000));
277 mTestAppInterface.awaitJobStop(30_000));

Completed in 260 milliseconds