Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java488 private final boolean isPersisted; field in JobInfo
727 public boolean isPersisted() { in isPersisted() method in JobInfo
728 return isPersisted; in isPersisted()
910 if (isPersisted != j.isPersisted) { in equals()
976 hashCode = 31 * hashCode + Boolean.hashCode(isPersisted); in hashCode()
1022 isPersisted = in.readInt() == 1; in JobInfo()
1065 isPersisted = b.mIsPersisted; in JobInfo()
1113 out.writeInt(isPersisted ? 1 : 0); in writeToParcel()
1316 mIsPersisted = job.isPersisted(); in Builder()
2188 public Builder setPersisted(boolean isPersisted) { in setPersisted() argument
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsJobServiceTest.java86 assertTrue(jobInfo.isPersisted()); // should continue after reboot in testScheduleJob()
DNotificationHistoryJobServiceTest.java103 assertFalse(jobInfo.isPersisted()); in testScheduleJob()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DDeletionJobServiceTest.kt84 assertTrue(jobInfo.isPersisted) in testJobHasRightParameters()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java292 if (jobStatus.isPersisted()) { in add()
310 if (jobStatus.isPersisted()) { in addForTesting()
346 if (removeFromPersisted && jobStatus.isPersisted()) { in remove()
361 if (jobStatus.isPersisted()) { in removeForTesting()
377 if (!jobStatus.isPersisted()) { in touchJob()
692 if (jobStatus.isPersisted() && (mCopyAllJobs || mPendingJobWriteUids.get(uid))) {
DJobSchedulerService.java1690 if (job.isPersisted() && (packageName == null || packageName.equals(servicePkg))) {
1795 && toCancel.isPersisted()) {
1872 if (work != null && toCancel.isPersisted()
4761 if (job.isPersisted() && !canPersistJobs(pid, uid)) {
4897 if (job.isPersisted()) {
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java1646 public boolean isPersisted() { in isPersisted() method in JobStatus
1647 return job.isPersisted(); in isPersisted()
2424 if (job.isPersisted()) { in toString()
2708 if (job.isPersisted()) { in dump()
3025 proto.write(JobStatusDumpProto.JobInfo.IS_PERSISTED, job.isPersisted()); in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/services/
Dart-profile1847 HSPLcom/android/server/job/controllers/JobStatus;->isPersisted()Z+]Landroid/app/job/JobInfo;Landroi…
Dart-wear-profile13321 HPLcom/android/server/job/controllers/JobStatus;->isPersisted()Z
/frameworks/base/boot/
Dboot-image-profile.txt3174 HSPLandroid/app/job/JobInfo;->isPersisted()Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5544 method public boolean isPersisted();
/frameworks/base/config/
Dboot-image-profile.txt3174 HSPLandroid/app/job/JobInfo;->isPersisted()Z
/frameworks/base/core/api/
Dcurrent.txt8997 method public boolean isPersisted();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7164 Landroid/app/job/JobInfo;->isPersisted:Z