Searched refs:EXTRA_SLOW_START (Results 1 – 3 of 3) sorted by relevance
68 public static final String EXTRA_SLOW_START = PACKAGE_NAME + ".extra.SLOW_START"; field in TestJobSchedulerReceiver116 extras.putBoolean(EXTRA_SLOW_START, in onReceive()117 intent.getBooleanExtra(EXTRA_SLOW_START, false)); in onReceive()
22 import static android.jobscheduler.cts.jobtestapp.TestJobSchedulerReceiver.EXTRA_SLOW_START;66 if (transientExtras.getBoolean(EXTRA_SLOW_START)) { in onStartJob()
92 TestJobSchedulerReceiver.EXTRA_SLOW_START, true in testAnr_onStartJob()