Searched refs:EXTRA_SLOW_STOP (Results 1 – 3 of 3) sorted by relevance
69 public static final String EXTRA_SLOW_STOP = PACKAGE_NAME + ".extra.SLOW_STOP"; field in TestJobSchedulerReceiver118 extras.putBoolean(EXTRA_SLOW_STOP, intent.getBooleanExtra(EXTRA_SLOW_STOP, false)); in onReceive()
23 import static android.jobscheduler.cts.jobtestapp.TestJobSchedulerReceiver.EXTRA_SLOW_STOP;97 if (params.getTransientExtras().getBoolean(EXTRA_SLOW_STOP)) { in onStopJob()
120 TestJobSchedulerReceiver.EXTRA_SLOW_STOP, true in testAnr_onStopJob()