Home
last modified time | relevance | path

Searched refs:TestAppInterface (Results 1 – 3 of 3) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java36 class TestAppInterface { class
37 private static final String TAG = TestAppInterface.class.getSimpleName();
49 TestAppInterface(Context ctx, int jobId) { in TestAppInterface() method in TestAppInterface
DJobThrottlingTest.java20 import static android.jobscheduler.cts.TestAppInterface.TEST_APP_PACKAGE;
91 private TestAppInterface mTestAppInterface;
122 mTestAppInterface = new TestAppInterface(mContext, testJobId); in setUp()
DConnectivityConstraintTest.java69 private TestAppInterface mTestAppInterface;
264 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testCellularConstraintExecutedAndStopped_Foreground()