Searched refs:TestJob (Results 1 – 2 of 2) sorted by relevance
28 public final class TestJob extends JobService { class31 public static final String NOTIFICATION_CHANNEL_ID = TestJob.class.getSimpleName();49 ComponentName componentName = new ComponentName(context, TestJob.class); in schedule()
549 waitUntil(TestJob.hasJobStarted, /* expected */ true); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()2840 TestJob.schedule(mContext); in runJobImmediately()2843 + " " + TestJob.TEST_JOB_ID); in runJobImmediately()