Searched refs:TestJobService (Results 1 – 2 of 2) sorted by relevance
39 import com.example.android.jobscheduler.service.TestJobService;68 mServiceComponent = new ComponentName(this, TestJobService.class); in onCreate()70 Intent startServiceIntent = new Intent(this, TestJobService.class); in onCreate()91 TestJobService mTestService;106 mTestService = (TestJobService) msg.obj;
40 public class TestJobService extends JobService { class