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

  /frameworks/base/core/java/android/app/job/
JobInfo.java 296 private final boolean hasLateConstraint;
606 public boolean hasLateConstraint() {
607 return hasLateConstraint;
657 if (hasLateConstraint != j.hasLateConstraint) {
725 hashCode = 31 * hashCode + Boolean.hashCode(hasLateConstraint);
776 hasLateConstraint = in.readInt() == 1;
806 hasLateConstraint = b.mHasLateConstraint;
850 out.writeInt(hasLateConstraint ? 1 : 0);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 518 milliseconds