(@NonNull Context context, @NonNull WorkerParameters workerParams)
| 43 | private static final Semaphore semaphore = new Semaphore(1); |
| 44 | |
| 45 | public WorkerSync(@NonNull Context context, @NonNull WorkerParameters workerParams) { |
| 46 | super(context, workerParams); |
| 47 | Log.i("Instance " + getName()); |
| 48 | } |
| 49 | |
| 50 | @NonNull |
| 51 | @Override |