Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DExpeditedJobTest.java20 import static android.jobscheduler.cts.TestAppInterface.TEST_APP_PACKAGE;
53 private TestAppInterface mTestAppInterface;
60 mTestAppInterface = new TestAppInterface(mContext, mTestJobId); in setUp()
DConnectivityConstraintTest.java104 private TestAppInterface mTestAppInterface;
135 + TestAppInterface.TEST_APP_PACKAGE + " rare"); in setUp()
372 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testCellularConstraintExecutedAndStopped_Foreground()
473 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testFgExpeditedJobBypassesDataSaver()
541 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testCellularConstraintExecutedAndStopped()
642 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testMeteredConstraintFails_withMobile_DataSaverOn()
663 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testEJMeteredConstraintFails_withMobile_DataSaverOn()
759 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testBgExpeditedJobDoesNotBypassDataSaver()
800 mTestAppInterface = new TestAppInterface(mContext, CONNECTIVITY_JOB_ID); in testExpeditedJobDoesNotBypassSimultaneousFirewalls_withDataSaver()
DTestAppInterface.java54 class TestAppInterface { class
55 private static final String TAG = TestAppInterface.class.getSimpleName();
67 TestAppInterface(Context ctx, int jobId) { in TestAppInterface() method in TestAppInterface
DJobThrottlingTest.java24 import static android.jobscheduler.cts.TestAppInterface.TEST_APP_PACKAGE;
127 private TestAppInterface mTestAppInterface;
159 mTestAppInterface = new TestAppInterface(mContext, mTestJobId); in setUp()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDualSuspendTests.java71 private TestAppInterface mTestAppInterface;
90 mTestAppInterface = new TestAppInterface(mContext); in testMyPackageSuspended()
105 mTestAppInterface = new TestAppInterface(mContext); in testMyPackageUnsuspended()
140 mTestAppInterface = new TestAppInterface(mContext); in assertDpmCanSuspendUnderUserRestriction()
161 mTestAppInterface = new TestAppInterface(mContext); in testUnsuspendedOnUninstallBlocked()
175 mTestAppInterface = new TestAppInterface(mContext); in assertUnsuspendedOnUserRestriction()
DTestAppInterface.java45 public class TestAppInterface { class
46 private static final String TAG = TestAppInterface.class.getSimpleName();
75 TestAppInterface(Context context) { in TestAppInterface() method in TestAppInterface
DSuspendPackagesTest.java77 private TestAppInterface mTestAppInterface;
107 mTestAppInterface = new TestAppInterface(mContext); in testSuspendedStateFromApp()
124 mTestAppInterface = new TestAppInterface(mContext); in testMyPackageSuspendedUnsuspended()
141 mTestAppInterface = new TestAppInterface(mContext); in testUpdatingAppExtras()
172 mTestAppInterface = new TestAppInterface(mContext); in testActivityStoppedOnSuspend()
DDialogTests.java64 private TestAppInterface mTestAppInterface;
71 mTestAppInterface = new TestAppInterface(mContext); in setUp()