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

  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 179 if ((flags & TestWorkItem.FLAG_WAIT_FOR_STOP) != 0) {
279 public static final int FLAG_WAIT_FOR_STOP = 1<<0;
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
MockJobService.java 179 if ((flags & TestWorkItem.FLAG_WAIT_FOR_STOP) != 0) {
279 public static final int FLAG_WAIT_FOR_STOP = 1<<0;

Completed in 61 milliseconds