Home
last modified time | relevance | path

Searched defs:mTestAppInterface (Results 1 – 9 of 9) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobSchedulingTest.java79 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testAnr_onStartJob()
107 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testAnr_onStopJob()
DNotificationTest.java157 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testNotificationRemovedOnForceStop()
236 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testNotificationRemovedOnTaskManagerStop()
354 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testUserInitiatedJob_hasUijNotificationFlag()
377 try (TestAppInterface mTestAppInterface = new TestAppInterface(mContext, JOB_ID); in testNonUserInitiatedJob_doesNotHaveUijNotificationFlag()
DExpeditedJobTest.java54 private TestAppInterface mTestAppInterface; field in ExpeditedJobTest
DConnectivityConstraintTest.java72 private TestAppInterface mTestAppInterface; field in ConnectivityConstraintTest
DUserInitiatedJobTest.java77 private TestAppInterface mTestAppInterface; field in UserInitiatedJobTest
DJobThrottlingTest.java102 private TestAppInterface mTestAppInterface; field in JobThrottlingTest
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDualSuspendTests.java73 private TestAppInterface mTestAppInterface; field in DualSuspendTests
DDialogTests.java67 private TestAppInterface mTestAppInterface; field in DialogTests
DSuspendPackagesTest.java77 private TestAppInterface mTestAppInterface; field in SuspendPackagesTest