Searched refs:recheckIntent (Results 1 – 1 of 1) sorted by relevance
83 final Intent recheckIntent = new Intent(ACTION_PERIODIC_JOB_RECHECK); in onReceive() local84 recheckIntent.setClass(context, BootBroadcastReceiver.class); in onReceive()86 mHandler.postDelayed(() -> context.sendBroadcast(recheckIntent), delayedTime); in onReceive()