HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CANCEL_JOBS (Results 1 - 5 of 5) sorted by null

  /cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobSchedulerReceiver.java 38 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS";
46 case ACTION_CANCEL_JOBS:
  /cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobSchedulerReceiver.java 38 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS";
46 case ACTION_CANCEL_JOBS:
  /frameworks/base/services/tests/servicestests/test-apps/JobTestApp/src/com/android/servicestests/apps/jobtestapp/
TestJobActivity.java 34 public static final String ACTION_CANCEL_JOBS = PACKAGE_NAME + ".action.CANCEL_JOBS";
45 case ACTION_CANCEL_JOBS:
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
BackgroundRestrictionsTest.java 160 final Intent cancelJobsIntent = new Intent(TestJobActivity.ACTION_CANCEL_JOBS);
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
DeviceIdleJobsTest.java 218 final Intent cancelJobsIntent = new Intent(TestJobSchedulerReceiver.ACTION_CANCEL_JOBS);

Completed in 74 milliseconds