Home
last modified time | relevance | path

Searched refs:isPersisted (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java448 private final boolean isPersisted; field in JobInfo
715 public boolean isPersisted() { in isPersisted() method in JobInfo
716 return isPersisted; in isPersisted()
874 if (isPersisted != j.isPersisted) { in equals()
976 isPersisted = in.readInt() == 1; in JobInfo()
1009 isPersisted = b.mIsPersisted; in JobInfo()
1056 out.writeInt(isPersisted ? 1 : 0); in writeToParcel()
1251 mIsPersisted = job.isPersisted(); in Builder()
2119 public Builder setPersisted(boolean isPersisted) { in setPersisted() argument
2120 mIsPersisted = isPersisted; in setPersisted()
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DReviewNotificationPermissionsJobServiceTest.java86 assertTrue(jobInfo.isPersisted()); // should continue after reboot in testScheduleJob()
H A DNotificationHistoryJobServiceTest.java98 assertFalse(jobInfo.isPersisted()); in testScheduleJob()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DDeletionJobServiceTest.kt84 assertTrue(jobInfo.isPersisted)
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java289 if (jobStatus.isPersisted()) { in add()
307 if (jobStatus.isPersisted()) { in addForTesting()
343 if (removeFromPersisted && jobStatus.isPersisted()) { in remove()
358 if (jobStatus.isPersisted()) { in removeForTesting()
374 if (!jobStatus.isPersisted()) { in touchJob()
687 if (jobStatus.isPersisted() && (mCopyAllJobs || mPendingJobWriteUids.get(uid))) {
H A DJobSchedulerService.java1559 if (job.isPersisted() && (packageName == null || packageName.equals(servicePkg))) {
1663 && toCancel.isPersisted()) {
1741 if (work != null && toCancel.isPersisted()
4300 if (job.isPersisted() && !canPersistJobs(pid, uid)) {
4414 if (job.isPersisted()) {
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java1530 public boolean isPersisted() { in isPersisted() method in JobStatus
1531 return job.isPersisted(); in isPersisted()
2342 if (job.isPersisted()) { in toString()
2631 if (job.isPersisted()) { in dump()
2944 proto.write(JobStatusDumpProto.JobInfo.IS_PERSISTED, job.isPersisted()); in dump()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile4577 HSPLcom/android/server/job/controllers/JobStatus;->isPersisted()Z+]Landroid/app/job/JobInfo;Landroi…
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt3234 HSPLandroid/app/job/JobInfo;->isPersisted()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt3234 HSPLandroid/app/job/JobInfo;->isPersisted()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8764 method public boolean isPersisted();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7164 Landroid/app/job/JobInfo;->isPersisted:Z