Searched refs:TestAppInterface (Results 1 – 3 of 3) sorted by relevance
36 class TestAppInterface { class37 private static final String TAG = TestAppInterface.class.getSimpleName();49 TestAppInterface(Context ctx, int jobId) { in TestAppInterface() method in TestAppInterface
20 import static android.jobscheduler.cts.TestAppInterface.TEST_APP_PACKAGE;91 private TestAppInterface mTestAppInterface;122 mTestAppInterface = new TestAppInterface(mContext, testJobId); in setUp()
69 private TestAppInterface mTestAppInterface;264 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testCellularConstraintExecutedAndStopped_Foreground()