Searched refs:MyJobService (Results 1 – 2 of 2) sorted by relevance
41 public class MyJobService extends JobService { class43 private static final String TAG = MyJobService.class.getSimpleName();
41 import com.example.android.jobscheduler.service.MyJobService;95 mServiceComponent = new ComponentName(this, MyJobService.class); in onCreate()106 stopService(new Intent(this, MyJobService.class)); in onStop()114 Intent startServiceIntent = new Intent(this, MyJobService.class); in onStart()