Home
last modified time | relevance | path

Searched refs:TestJob (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DTestJob.java28 public final class TestJob extends JobService { class
31 public static final String NOTIFICATION_CHANNEL_ID = TestJob.class.getSimpleName();
54 ComponentName componentName = new ComponentName(context, TestJob.class); in schedule()
DUsageStatsTest.java303 waitUntil(TestJob.hasJobStarted, /* expected */ true); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()
1819 TestJob.schedule(mContext); in runJobImmediately()
1822 + " " + TestJob.TEST_JOB_ID); in runJobImmediately()