HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_JOB_STOPPED (Results 1 - 2 of 2) sorted by null

  /cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobService.java 28 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED";
43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED);
  /cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobService.java 28 public static final String ACTION_JOB_STOPPED = PACKAGE_NAME + ".action.JOB_STOPPED";
43 final Intent reportJobStopIntent = new Intent(ACTION_JOB_STOPPED);

Completed in 139 milliseconds