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();54 ComponentName componentName = new ComponentName(context, TestJob.class); in schedule()
303 waitUntil(TestJob.hasJobStarted, /* expected */ true); in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored()1819 TestJob.schedule(mContext); in runJobImmediately()1822 + " " + TestJob.TEST_JOB_ID); in runJobImmediately()