Loading apex/jobscheduler/framework/java/android/app/job/JobParameters.java +0 −8 Original line number Diff line number Diff line Loading @@ -362,14 +362,6 @@ public class JobParameters implements Parcelable { return mIsExpedited; } /** * @deprecated Use {@link #isExpeditedJob()} instead. */ @Deprecated public boolean isForegroundJob() { return mIsExpedited; } /** * For jobs with {@link android.app.job.JobInfo.Builder#setOverrideDeadline(long)} set, this * provides an easy way to tell whether the job is being executed due to the deadline Loading core/api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -8014,7 +8014,6 @@ package android.app.job { method @Nullable public String[] getTriggeredContentAuthorities(); method @Nullable public android.net.Uri[] getTriggeredContentUris(); method public boolean isExpeditedJob(); method @Deprecated public boolean isForegroundJob(); method public boolean isOverrideDeadlineExpired(); method public void writeToParcel(android.os.Parcel, int); field @NonNull public static final android.os.Parcelable.Creator<android.app.job.JobParameters> CREATOR; Loading
apex/jobscheduler/framework/java/android/app/job/JobParameters.java +0 −8 Original line number Diff line number Diff line Loading @@ -362,14 +362,6 @@ public class JobParameters implements Parcelable { return mIsExpedited; } /** * @deprecated Use {@link #isExpeditedJob()} instead. */ @Deprecated public boolean isForegroundJob() { return mIsExpedited; } /** * For jobs with {@link android.app.job.JobInfo.Builder#setOverrideDeadline(long)} set, this * provides an easy way to tell whether the job is being executed due to the deadline Loading
core/api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -8014,7 +8014,6 @@ package android.app.job { method @Nullable public String[] getTriggeredContentAuthorities(); method @Nullable public android.net.Uri[] getTriggeredContentUris(); method public boolean isExpeditedJob(); method @Deprecated public boolean isForegroundJob(); method public boolean isOverrideDeadlineExpired(); method public void writeToParcel(android.os.Parcel, int); field @NonNull public static final android.os.Parcelable.Creator<android.app.job.JobParameters> CREATOR;