/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobInfo.java | 448 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 D | ReviewNotificationPermissionsJobServiceTest.java | 86 assertTrue(jobInfo.isPersisted()); // should continue after reboot in testScheduleJob()
|
H A D | NotificationHistoryJobServiceTest.java | 98 assertFalse(jobInfo.isPersisted()); in testScheduleJob()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | DeletionJobServiceTest.kt | 84 assertTrue(jobInfo.isPersisted)
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobStore.java | 289 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 D | JobSchedulerService.java | 1559 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 D | JobStatus.java | 1530 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4577 HSPLcom/android/server/job/controllers/JobStatus;->isPersisted()Z+]Landroid/app/job/JobInfo;Landroi…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 3234 HSPLandroid/app/job/JobInfo;->isPersisted()Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3234 HSPLandroid/app/job/JobInfo;->isPersisted()Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 8764 method public boolean isPersisted();
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7164 Landroid/app/job/JobInfo;->isPersisted:Z
|